Searched refs:dcbnl_ieee_notify (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/net/ |
D | dcbnl.h | 41 int dcbnl_ieee_notify(struct net_device *dev, int event, int cmd,
|
/linux-6.1.9/net/dcb/ |
D | dcbnl.c | 1404 int dcbnl_ieee_notify(struct net_device *dev, int event, int cmd, in dcbnl_ieee_notify() function 1409 EXPORT_SYMBOL(dcbnl_ieee_notify); 1518 dcbnl_ieee_notify(netdev, RTM_SETDCB, DCB_CMD_IEEE_SET, seq, 0); in dcbnl_ieee_set() 1573 dcbnl_ieee_notify(netdev, RTM_SETDCB, DCB_CMD_IEEE_DEL, seq, 0); in dcbnl_ieee_del()
|
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 918 dcbnl_ieee_notify(dev, RTM_SETDCB, DCB_CMD_IEEE_SET, 0, 0); in i40e_dcbnl_set_all()
|
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_nl.c | 1028 dcbnl_ieee_notify(netdev, RTM_SETDCB, DCB_CMD_IEEE_SET, 0, 0); in ice_dcbnl_set_all()
|