* Close the port */
| 2111 | * Close the port |
| 2112 | */ |
| 2113 | int 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. |
no test coverage detected