Searched refs:get_netdev (Results 1 – 4 of 4) sorted by relevance
2320 if (ib_dev->ops.get_netdev) in ib_device_get_netdev()2321 res = ib_dev->ops.get_netdev(ib_dev, port); in ib_device_get_netdev()2778 SET_DEVICE_OP(dev_ops, get_netdev); in ib_set_device_ops()
1152 port->get_netdev = fcoe_netdev; in fcoe_if_create()
1516 port->get_netdev = bnx2fc_netdev; in bnx2fc_if_create()
2427 struct net_device *(*get_netdev)(struct ib_device *device, member