Searched refs:hfi1_netdev_remove_data (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | netdev.h | 98 void *hfi1_netdev_remove_data(struct hfi1_devdata *dd, int id);
|
H A D | vnic_main.c | 429 hfi1_netdev_remove_data(dd, VNIC_ID(vinfo->vesw_id)); in hfi1_vnic_up() 440 hfi1_netdev_remove_data(dd, VNIC_ID(vinfo->vesw_id)); in hfi1_vnic_down()
|
H A D | netdev_rx.c | 441 * hfi1_netdev_remove_data - Removes data with previously given id. 447 void *hfi1_netdev_remove_data(struct hfi1_devdata *dd, int id) in hfi1_netdev_remove_data() function
|
H A D | ipoib_main.c | 54 hfi1_netdev_remove_data(priv->dd, qpn_from_mac(priv->netdev->dev_addr)); in hfi1_ipoib_dev_uninit()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | netdev.h | 111 void *hfi1_netdev_remove_data(struct hfi1_devdata *dd, int id);
|
H A D | vnic_main.c | 471 hfi1_netdev_remove_data(dd, VNIC_ID(vinfo->vesw_id)); in hfi1_vnic_up() 482 hfi1_netdev_remove_data(dd, VNIC_ID(vinfo->vesw_id)); in hfi1_vnic_down()
|
H A D | ipoib_main.c | 45 hfi1_netdev_remove_data(priv->dd, qpn_from_mac(priv->netdev->dev_addr)); in hfi1_ipoib_dev_uninit()
|
H A D | netdev_rx.c | 439 * hfi1_netdev_remove_data - Removes data with previously given id. 445 void *hfi1_netdev_remove_data(struct hfi1_devdata *dd, int id) in hfi1_netdev_remove_data() function
|
Completed in 6 milliseconds