Searched refs:dcbnl_ieee_notify (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/net/ |
D | dcbnl.h | 55 int dcbnl_ieee_notify(struct net_device *dev, int event, int cmd,
|
/linux-6.6.21/net/dcb/ |
D | dcbnl.c | 1540 int dcbnl_ieee_notify(struct net_device *dev, int event, int cmd, in dcbnl_ieee_notify() function 1545 EXPORT_SYMBOL(dcbnl_ieee_notify); 1692 dcbnl_ieee_notify(netdev, RTM_SETDCB, DCB_CMD_IEEE_SET, seq, 0); in dcbnl_ieee_set() 1744 dcbnl_ieee_notify(netdev, RTM_SETDCB, DCB_CMD_IEEE_DEL, seq, 0); in dcbnl_ieee_del()
|
/linux-6.6.21/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.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_nl.c | 1078 dcbnl_ieee_notify(netdev, RTM_SETDCB, DCB_CMD_IEEE_SET, 0, 0); in ice_dcbnl_set_all()
|