Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Ddcbnl.h39 int dcbnl_cee_notify(struct net_device *dev, int event, int cmd,
/linux-4.1.27/net/dcb/
Ddcbnl.c558 dcbnl_cee_notify(netdev, RTM_SETDCB, DCB_CMD_SAPP, seq, 0); in dcbnl_setapp()
770 dcbnl_cee_notify(netdev, RTM_SETDCB, DCB_CMD_SET_ALL, seq, 0); in dcbnl_setall()
1403 int dcbnl_cee_notify(struct net_device *dev, int event, int cmd, in dcbnl_cee_notify() function
1408 EXPORT_SYMBOL(dcbnl_cee_notify);
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c785 dcbnl_cee_notify(bp->dev, RTM_GETDCB, DCB_CMD_CEE_GET, 0, 0); in bnx2x_dcbx_set_params()
1884 dcbnl_cee_notify(bp->dev, RTM_GETDCB, DCB_CMD_CEE_GET, 0, 0); in bnx2x_dcbx_pmf_update()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c777 dcbnl_cee_notify(adapter->netdev, RTM_GETDCB, DCB_CMD_CEE_GET, 0, 0); in qlcnic_dcb_data_cee_param_map()