* Perform common duties while detaching an Infiniband interface */
| 623 | * Perform common duties while detaching an Infiniband interface |
| 624 | */ |
| 625 | void |
| 626 | infiniband_ifdetach(struct ifnet *ifp) |
| 627 | { |
| 628 | bpfdetach(ifp); |
| 629 | if_detach(ifp); |
| 630 | } |
| 631 | |
| 632 | static int |
| 633 | infiniband_modevent(module_t mod, int type, void *data) |
no test coverage detected