Home
last modified time | relevance | path

Searched refs:get_netdev (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/core/
H A Ddevice.c2320 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()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c1152 port->get_netdev = fcoe_netdev; in fcoe_if_create()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1516 port->get_netdev = bnx2fc_netdev; in bnx2fc_if_create()
/linux/include/rdma/
H A Dib_verbs.h2427 struct net_device *(*get_netdev)(struct ib_device *device, member