/openbmc/linux/net/dcb/ |
H A D | dcbnl.c | 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->getnumtcs) in dcbnl_getnumtcs() 388 ret = netdev->dcbnl_ops->getnumtcs(netdev, i, &value); in dcbnl_getnumtcs() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_dcbnl.c | 152 dev->dcbnl_ops = &fm10k_dcbnl_ops; in fm10k_dcbnl_set_ops()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_dcbnl.c | 129 dev->dcbnl_ops = &hns3_dcbnl_ops; in hns3_dcbnl_setup()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dcb.c | 755 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable 778 bp->dev->dcbnl_ops = &dcbnl_ops; in bnxt_dcb_init()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_nl.c | 1000 static const struct dcbnl_rtnl_ops dcbnl_ops = { variable 1144 netdev->dcbnl_ops = &dcbnl_ops; in ice_dcbnl_setup()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_dcb.c | 354 port->dev->dcbnl_ops = &lan966x_dcbnl_ops; in lan966x_dcb_init()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 341 netdev->dcbnl_ops = xgbe_get_dcbnl_ops(); in xgbe_config_netdev()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_dcb.c | 393 port->ndev->dcbnl_ops = &sparx5_dcbnl_ops; in sparx5_dcb_init()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_dcbnl.c | 482 dev->dcbnl_ops = &otx2_dcbnl_ops; in otx2_dcbnl_set_ops()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_dcbnl.c | 349 dev->dcbnl_ops = &qede_dcbnl_ops; in qede_set_dcbnl_ops()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/ |
H A D | dcb.c | 558 nn->dp.netdev->dcbnl_ops = &nfp_nic_dcbnl_ops; in nfp_nic_dcb_init()
|
/openbmc/linux/drivers/scsi/fcoe/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_dcb.c | 724 mlxsw_sp_port->dev->dcbnl_ops = &mlxsw_sp_dcbnl_ops; in mlxsw_sp_port_dcb_init()
|
/openbmc/linux/drivers/target/iscsi/cxgbit/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dcbnl.c | 1029 netdev->dcbnl_ops = &mlx5e_dcbnl_ops; in mlx5e_dcbnl_build_netdev()
|
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_netdev.c | 3194 dev->dcbnl_ops = &mlx4_en_dcbnl_ops; in mlx4_en_init_netdev() 3197 dev->dcbnl_ops = &mlx4_en_dcbnl_pfc_ops; in mlx4_en_init_netdev()
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 2624 slave_dev->dcbnl_ops = &dsa_slave_dcbnl_ops; in dsa_slave_create()
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 2382 const struct dcbnl_rtnl_ops *dcbnl_ops; member
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 4942 net_dev->dcbnl_ops = &dpaa2_eth_dcbnl_ops; in dpaa2_eth_probe()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 6861 netdev->dcbnl_ops = &cxgb4_dcb_ops; in init_one()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 11054 netdev->dcbnl_ops = &ixgbe_dcbnl_ops; in ixgbe_probe()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 13235 dev->dcbnl_ops = &bnx2x_dcbnl_ops; in bnx2x_init_dev()
|