/linux-6.3-rc2/net/dcb/ |
A D | dcbnl.c | 245 if (!netdev->dcbnl_ops->getstate) in dcbnl_getstate() 323 if (!netdev->dcbnl_ops->getcap) in dcbnl_getcap() 496 if (netdev->dcbnl_ops->getapp) { in dcbnl_getapp() 567 if (netdev->dcbnl_ops->setapp) { in dcbnl_setapp() 789 if (!netdev->dcbnl_ops->setall) in dcbnl_setall() 1237 if (netdev->dcbnl_ops->getdcbx) in dcbnl_ieee_fill() 1949 if (!netdev->dcbnl_ops) in dcb_doit() 2059 if (dev->dcbnl_ops->getdcbx) in dcb_setapp() 2183 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_setapp() 2217 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_delapp() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/ |
A D | fm10k_dcbnl.c | 152 dev->dcbnl_ops = &fm10k_dcbnl_ops; in fm10k_dcbnl_set_ops()
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/ |
A D | hns3_dcbnl.c | 129 dev->dcbnl_ops = &hns3_dcbnl_ops; in hns3_dcbnl_setup()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_dcb.c | 747 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable 770 bp->dev->dcbnl_ops = &dcbnl_ops; in bnxt_dcb_init()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_dcb_nl.c | 841 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable 1031 dev->dcbnl_ops = &dcbnl_ops; in i40e_dcbnl_setup()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_dcb_nl.c | 950 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable 1094 netdev->dcbnl_ops = &dcbnl_ops; in ice_dcbnl_setup()
|
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-main.c | 341 netdev->dcbnl_ops = xgbe_get_dcbnl_ops(); in xgbe_config_netdev()
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_dcb.c | 393 port->ndev->dcbnl_ops = &sparx5_dcbnl_ops; in sparx5_dcb_init()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_dcbnl.c | 467 dev->dcbnl_ops = &otx2_dcbnl_ops; in otx2_dcbnl_set_ops()
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/ |
A D | qede_dcbnl.c | 349 dev->dcbnl_ops = &qede_dcbnl_ops; in qede_set_dcbnl_ops()
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/ |
A D | qlcnic_dcb.c | 244 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-6.3-rc2/drivers/net/ethernet/netronome/nfp/nic/ |
A D | dcb.c | 558 nn->dp.netdev->dcbnl_ops = &nfp_nic_dcbnl_ops; in nfp_nic_dcb_init()
|
/linux-6.3-rc2/drivers/scsi/fcoe/ |
A D | fcoe.c | 2142 if (netdev && netdev->dcbnl_ops && netdev->dcbnl_ops->getdcbx) { in fcoe_dcb_create() 2143 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in fcoe_dcb_create()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_dcb.c | 724 mlxsw_sp_port->dev->dcbnl_ops = &mlxsw_sp_dcbnl_ops; in mlxsw_sp_port_dcb_init()
|
/linux-6.3-rc2/drivers/target/iscsi/cxgbit/ |
A D | cxgbit_cm.c | 854 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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_dcbnl.c | 1026 netdev->dcbnl_ops = &mlx5e_dcbnl_ops; in mlx5e_dcbnl_build_netdev()
|
/linux-6.3-rc2/drivers/scsi/cxgbi/cxgb4i/ |
A D | cxgb4i.c | 1725 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-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_netdev.c | 3254 dev->dcbnl_ops = &mlx4_en_dcbnl_ops; in mlx4_en_init_netdev() 3257 dev->dcbnl_ops = &mlx4_en_dcbnl_pfc_ops; in mlx4_en_init_netdev()
|
/linux-6.3-rc2/net/dsa/ |
A D | slave.c | 2479 slave_dev->dcbnl_ops = &dsa_slave_dcbnl_ops; in dsa_slave_create()
|
/linux-6.3-rc2/include/linux/ |
A D | netdevice.h | 2344 const struct dcbnl_rtnl_ops *dcbnl_ops; member
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-eth.c | 4936 net_dev->dcbnl_ops = &dpaa2_eth_dcbnl_ops; in dpaa2_eth_probe()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_main.c | 6860 netdev->dcbnl_ops = &cxgb4_dcb_ops; in init_one()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_main.c | 11037 netdev->dcbnl_ops = &ixgbe_dcbnl_ops; in ixgbe_probe()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_main.c | 13248 dev->dcbnl_ops = &bnx2x_dcbnl_ops; in bnx2x_init_dev()
|