Home
last modified time | relevance | path

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

/linux/net/dcb/
H A Ddcbnl.c244 /* if (!tb[DCB_ATTR_STATE] || !netdev->dcbnl_ops->getstate) */ in dcbnl_getstate()
245 if (!netdev->dcbnl_ops->getstate) in dcbnl_getstate()
249 netdev->dcbnl_ops->getstate(netdev)); in dcbnl_getstate()
264 if (!netdev->dcbnl_ops->getpfccfg) in dcbnl_getpfccfg()
284 netdev->dcbnl_ops->getpfccfg(netdev, i - DCB_PFC_UP_ATTR_0, in dcbnl_getpfccfg()
302 if (!netdev->dcbnl_ops->getpermhwaddr) in dcbnl_getperm_hwaddr()
306 netdev->dcbnl_ops->getpermhwaddr(netdev, perm_addr); in dcbnl_getperm_hwaddr()
323 if (!netdev->dcbnl_ops->getcap) in dcbnl_getcap()
343 if (!netdev->dcbnl_ops->getcap(netdev, i, &value)) { in dcbnl_getcap()
368 if (!netdev->dcbnl_ops in dcbnl_getnumtcs()
[all...]
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c152 dev->dcbnl_ops = &fm10k_dcbnl_ops; in fm10k_dcbnl_set_ops()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c757 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable
780 bp->dev->dcbnl_ops = &dcbnl_ops; in bnxt_dcb_init()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_dcb.c354 port->dev->dcbnl_ops = &lan966x_dcbnl_ops; in lan966x_dcb_init()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_dcb.c394 port->ndev->dcbnl_ops = &sparx5_dcbnl_ops; in sparx5_dcb_init()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst158 struct dcbnl_rtnl_ops* dcbnl_ops
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c232 netdev->dcbnl_ops = xgbe_get_dcbnl_ops(); in xgbe_config_netdev()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c349 dev->dcbnl_ops = &qede_dcbnl_ops; in qede_set_dcbnl_ops()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dcbnl.c485 dev->dcbnl_ops = &otx2_dcbnl_ops; in otx2_dcbnl_set_ops()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c244 dcb->adapter->netdev->dcbnl_ops = &qlcnic_dcbnl_ops; in __qlcnic_init_dcbnl_ops()
737 if (idx == QLC_DCB_OPER_IDX && adapter->netdev->dcbnl_ops) in qlcnic_dcb_fill_cee_app_params()
/linux/drivers/net/ethernet/netronome/nfp/nic/
H A Ddcb.c558 nn->dp.netdev->dcbnl_ops = &nfp_nic_dcbnl_ops; in nfp_nic_dcb_init()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c2122 if (netdev && netdev->dcbnl_ops && netdev->dcbnl_ops->getdcbx) { in fcoe_dcb_create()
2123 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in fcoe_dcb_create()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c724 mlxsw_sp_port->dev->dcbnl_ops = &mlxsw_sp_dcbnl_ops; in mlxsw_sp_port_dcb_init()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c854 return ndev->dcbnl_ops->getstate(ndev); in cxgbit_get_iscsi_dcb_state()
874 ret = (int)ndev->dcbnl_ops->getcap(ndev, DCB_CAP_ATTR_DCBX, &caps); in cxgbit_get_iscsi_dcb_priority()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c1029 netdev->dcbnl_ops = &mlx5e_dcbnl_ops; in mlx5e_dcbnl_build_netdev()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1725 return ndev->dcbnl_ops->getstate(ndev); in get_iscsi_dcb_state()
1744 rv = (int)ndev->dcbnl_ops->getcap(ndev, DCB_CAP_ATTR_DCBX, &caps); in get_iscsi_dcb_priority()
/linux/net/dsa/
H A Duser.c2790 user_dev->dcbnl_ops = &dsa_user_dcbnl_ops; in dsa_user_create()
/linux/include/linux/
H A Dnetdevice.h2420 const struct dcbnl_rtnl_ops *dcbnl_ops; member
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c4983 net_dev->dcbnl_ops = &dpaa2_eth_dcbnl_ops; in dpaa2_eth_probe()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6833 netdev->dcbnl_ops = &cxgb4_dcb_ops; in init_one()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13234 dev->dcbnl_ops = &bnx2x_dcbnl_ops; in bnx2x_init_dev()