Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dcb/
H A Ddcbnl.c211 if (!netdev->dcbnl_ops->getstate) in dcbnl_getstate()
215 netdev->dcbnl_ops->getstate(netdev)); in dcbnl_getstate()
230 if (!netdev->dcbnl_ops->getpfccfg) in dcbnl_getpfccfg()
250 netdev->dcbnl_ops->getpfccfg(netdev, i - DCB_PFC_UP_ATTR_0, in dcbnl_getpfccfg()
268 if (!netdev->dcbnl_ops->getpermhwaddr) in dcbnl_getperm_hwaddr()
272 netdev->dcbnl_ops->getpermhwaddr(netdev, perm_addr); in dcbnl_getperm_hwaddr()
289 if (!netdev->dcbnl_ops->getcap) in dcbnl_getcap()
309 if (!netdev->dcbnl_ops->getcap(netdev, i, &value)) { in dcbnl_getcap()
334 if (!netdev->dcbnl_ops->getnumtcs) in dcbnl_getnumtcs()
354 ret = netdev->dcbnl_ops->getnumtcs(netdev, i, &value); in dcbnl_getnumtcs()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c131 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable
293 dev->dcbnl_ops = &dcbnl_ops; in i40e_dcbnl_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_dcbnl.c101 dev->dcbnl_ops = &hns3_dcbnl_ops; in hns3_dcbnl_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c152 dev->dcbnl_ops = &fm10k_dcbnl_ops; in fm10k_dcbnl_set_ops()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c707 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable
730 bp->dev->dcbnl_ops = &dcbnl_ops; in bnxt_dcb_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c828 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable
972 netdev->dcbnl_ops = &dcbnl_ops; in ice_dcbnl_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c341 netdev->dcbnl_ops = xgbe_get_dcbnl_ops(); in xgbe_config_netdev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c349 dev->dcbnl_ops = &qede_dcbnl_ops; in qede_set_dcbnl_ops()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c1026 netdev->dcbnl_ops = &mlx5e_dcbnl_ops; in mlx5e_dcbnl_build_netdev()
1035 netdev->dcbnl_ops = &mlx5e_dcbnl_ops; in mlx5e_dcbnl_build_rep_netdev()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe.c2156 if (netdev && netdev->dcbnl_ops && netdev->dcbnl_ops->getdcbx) { in fcoe_dcb_create()
2157 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in fcoe_dcb_create()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c852 return ndev->dcbnl_ops->getstate(ndev); in cxgbit_get_iscsi_dcb_state()
872 ret = (int)ndev->dcbnl_ops->getcap(ndev, DCB_CAP_ATTR_DCBX, &caps); in cxgbit_get_iscsi_dcb_priority()
/OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1724 return ndev->dcbnl_ops->getstate(ndev); in get_iscsi_dcb_state()
1743 rv = (int)ndev->dcbnl_ops->getcap(ndev, DCB_CAP_ATTR_DCBX, &caps); in get_iscsi_dcb_priority()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c3249 dev->dcbnl_ops = &mlx4_en_dcbnl_ops; in mlx4_en_init_netdev()
3252 dev->dcbnl_ops = &mlx4_en_dcbnl_pfc_ops; in mlx4_en_init_netdev()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h2193 const struct dcbnl_rtnl_ops *dcbnl_ops; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c4306 net_dev->dcbnl_ops = &dpaa2_eth_dcbnl_ops; in dpaa2_eth_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6883 netdev->dcbnl_ops = &cxgb4_dcb_ops; in init_one()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10882 netdev->dcbnl_ops = &ixgbe_dcbnl_ops; in ixgbe_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13308 dev->dcbnl_ops = &bnx2x_dcbnl_ops; in bnx2x_init_dev()