Searched refs:dcbnl_ops (Results 1 - 25 of 25) sorted by relevance

/linux-master/net/dcb/
H A Ddcbnl.c244 /* if (!tb[DCB_ATTR_STATE] || !netdev->dcbnl_ops->getstate) */
245 if (!netdev->dcbnl_ops->getstate)
249 netdev->dcbnl_ops->getstate(netdev));
264 if (!netdev->dcbnl_ops->getpfccfg)
284 netdev->dcbnl_ops->getpfccfg(netdev, i - DCB_PFC_UP_ATTR_0,
302 if (!netdev->dcbnl_ops->getpermhwaddr)
306 netdev->dcbnl_ops->getpermhwaddr(netdev, perm_addr);
323 if (!netdev->dcbnl_ops->getcap)
343 if (!netdev->dcbnl_ops->getcap(netdev, i, &value)) {
368 if (!netdev->dcbnl_ops
[all...]
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c152 dev->dcbnl_ops = &fm10k_dcbnl_ops;
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_dcbnl.c129 dev->dcbnl_ops = &hns3_dcbnl_ops;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c341 netdev->dcbnl_ops = xgbe_get_dcbnl_ops();
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_dcb.c393 port->ndev->dcbnl_ops = &sparx5_dcbnl_ops;
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_dcb.c354 port->dev->dcbnl_ops = &lan966x_dcbnl_ops;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c1000 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable in typeref:struct:dcbnl_rtnl_ops
1144 netdev->dcbnl_ops = &dcbnl_ops;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c755 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable in typeref:struct:dcbnl_rtnl_ops
778 bp->dev->dcbnl_ops = &dcbnl_ops;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c837 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable in typeref:struct:dcbnl_rtnl_ops
1027 dev->dcbnl_ops = &dcbnl_ops;
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c349 dev->dcbnl_ops = &qede_dcbnl_ops;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dcbnl.c471 dev->dcbnl_ops = &otx2_dcbnl_ops;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c724 mlxsw_sp_port->dev->dcbnl_ops = &mlxsw_sp_dcbnl_ops;
/linux-master/drivers/net/ethernet/netronome/nfp/nic/
H A Ddcb.c558 nn->dp.netdev->dcbnl_ops = &nfp_nic_dcbnl_ops;
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c244 dcb->adapter->netdev->dcbnl_ops = &qlcnic_dcbnl_ops;
737 if (idx == QLC_DCB_OPER_IDX && adapter->netdev->dcbnl_ops)
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c2142 if (netdev && netdev->dcbnl_ops && netdev->dcbnl_ops->getdcbx) {
2143 dcbx = netdev->dcbnl_ops->getdcbx(netdev);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c1029 netdev->dcbnl_ops = &mlx5e_dcbnl_ops;
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c854 return ndev->dcbnl_ops->getstate(ndev);
874 ret = (int)ndev->dcbnl_ops->getcap(ndev, DCB_CAP_ATTR_DCBX, &caps);
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1725 return ndev->dcbnl_ops->getstate(ndev);
1744 rv = (int)ndev->dcbnl_ops->getcap(ndev, DCB_CAP_ATTR_DCBX, &caps);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c3196 dev->dcbnl_ops = &mlx4_en_dcbnl_ops;
3199 dev->dcbnl_ops = &mlx4_en_dcbnl_pfc_ops;
/linux-master/net/dsa/
H A Duser.c2608 user_dev->dcbnl_ops = &dsa_user_dcbnl_ops;
/linux-master/include/linux/
H A Dnetdevice.h1968 * @dcbnl_ops: Data Center Bridging netlink ops
2356 const struct dcbnl_rtnl_ops *dcbnl_ops; member in struct:net_device
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c4938 net_dev->dcbnl_ops = &dpaa2_eth_dcbnl_ops;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6858 netdev->dcbnl_ops = &cxgb4_dcb_ops;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11084 netdev->dcbnl_ops = &ixgbe_dcbnl_ops;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13235 dev->dcbnl_ops = &bnx2x_dcbnl_ops;

Completed in 497 milliseconds