MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cxgbe_down

Function cxgbe_down

dpdk/drivers/net/cxgbe/cxgbe_main.c:2113–2116  ·  view source on GitHub ↗

* Close the port */

Source from the content-addressed store, hash-verified

2111 * Close the port
2112 */
2113int cxgbe_down(struct port_info *pi)
2114{
2115 return cxgbe_set_link_status(pi, false);
2116}
2117
2118/*
2119 * Release resources when all the ports have been stopped.

Callers 2

cxgbe_dev_closeFunction · 0.85
cxgbe_dev_stopFunction · 0.85

Calls 1

cxgbe_set_link_statusFunction · 0.85

Tested by

no test coverage detected