Home
last modified time | relevance | path

Searched refs:cxgbi_device_find_by_netdev_rcu (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/scsi/cxgbi/
Dlibcxgbi.h592 struct cxgbi_device *cxgbi_device_find_by_netdev_rcu(struct net_device *,
Dlibcxgbi.c253 struct cxgbi_device *cxgbi_device_find_by_netdev_rcu(struct net_device *ndev, in cxgbi_device_find_by_netdev_rcu() function
284 EXPORT_SYMBOL_GPL(cxgbi_device_find_by_netdev_rcu);
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c2419 cdev = cxgbi_device_find_by_netdev_rcu(ndev, &port); in cxgb4_dcb_change_notify()