Home
last modified time | relevance | path

Searched refs:dcbnl_ops (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/net/dcb/
Ddcbnl.c225 if (!netdev->dcbnl_ops->getstate) in dcbnl_getstate()
229 netdev->dcbnl_ops->getstate(netdev)); in dcbnl_getstate()
244 if (!netdev->dcbnl_ops->getpfccfg) in dcbnl_getpfccfg()
264 netdev->dcbnl_ops->getpfccfg(netdev, i - DCB_PFC_UP_ATTR_0, in dcbnl_getpfccfg()
282 if (!netdev->dcbnl_ops->getpermhwaddr) in dcbnl_getperm_hwaddr()
286 netdev->dcbnl_ops->getpermhwaddr(netdev, perm_addr); in dcbnl_getperm_hwaddr()
303 if (!netdev->dcbnl_ops->getcap) in dcbnl_getcap()
322 if (!netdev->dcbnl_ops->getcap(netdev, i, &value)) { in dcbnl_getcap()
347 if (!netdev->dcbnl_ops->getnumtcs) in dcbnl_getnumtcs()
366 ret = netdev->dcbnl_ops->getnumtcs(netdev, i, &value); in dcbnl_getnumtcs()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c153 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable
315 dev->dcbnl_ops = &dcbnl_ops; in i40e_dcbnl_setup()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_dcbnl.c172 dev->dcbnl_ops = &fm10k_dcbnl_ops; in fm10k_dcbnl_set_ops()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c245 dcb->adapter->netdev->dcbnl_ops = &qlcnic_dcbnl_ops; in __qlcnic_init_dcbnl_ops()
738 if (idx == QLC_DCB_OPER_IDX && adapter->netdev->dcbnl_ops) in qlcnic_dcb_fill_cee_app_params()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c713 netdev->dcbnl_ops = xgbe_get_dcbnl_ops(); in xgbe_probe()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c2281 if (netdev && netdev->dcbnl_ops && netdev->dcbnl_ops->getdcbx) { in fcoe_dcb_create()
2282 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in fcoe_dcb_create()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h857 extern const struct dcbnl_rtnl_ops dcbnl_ops;
Dixgbe_dcb_nl.c780 const struct dcbnl_rtnl_ops dcbnl_ops = { variable
Dixgbe_main.c8824 netdev->dcbnl_ops = &dcbnl_ops; in ixgbe_probe()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2887 dev->dcbnl_ops = &mlx4_en_dcbnl_ops; in mlx4_en_init_netdev()
2890 dev->dcbnl_ops = &mlx4_en_dcbnl_pfc_ops; in mlx4_en_init_netdev()
/linux-4.4.14/include/linux/
Dnetdevice.h1787 const struct dcbnl_rtnl_ops *dcbnl_ops; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4825 netdev->dcbnl_ops = &cxgb4_dcb_ops; in init_one()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13227 dev->dcbnl_ops = &bnx2x_dcbnl_ops; in bnx2x_init_dev()