Searched refs:dcbnl_ops (Results  1 – 19 of 19) sorted by relevance
| /Linux-v5.4/net/dcb/ | 
| D | dcbnl.c | 211 	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 …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_dcb_nl.c | 131 static const struct dcbnl_rtnl_ops dcbnl_ops = {  variable 293 	dev->dcbnl_ops = &dcbnl_ops;  in i40e_dcbnl_setup()
  | 
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/ | 
| D | hns3_dcbnl.c | 101 	dev->dcbnl_ops = &hns3_dcbnl_ops;  in hns3_dcbnl_setup()
  | 
| /Linux-v5.4/drivers/net/ethernet/intel/fm10k/ | 
| D | fm10k_dcbnl.c | 152 		dev->dcbnl_ops = &fm10k_dcbnl_ops;  in fm10k_dcbnl_set_ops()
  | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ | 
| D | bnxt_dcb.c | 709 static const struct dcbnl_rtnl_ops dcbnl_ops = {  variable 732 	bp->dev->dcbnl_ops = &dcbnl_ops;  in bnxt_dcb_init()
  | 
| /Linux-v5.4/drivers/net/ethernet/amd/xgbe/ | 
| D | xgbe-main.c | 343 	netdev->dcbnl_ops = xgbe_get_dcbnl_ops();  in xgbe_config_netdev()
  | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qede/ | 
| D | qede_dcbnl.c | 348 	dev->dcbnl_ops = &qede_dcbnl_ops;  in qede_set_dcbnl_ops()
  | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_dcb.c | 245 		dcb->adapter->netdev->dcbnl_ops = &qlcnic_dcbnl_ops;  in __qlcnic_init_dcbnl_ops() 738 		if (idx == QLC_DCB_OPER_IDX && adapter->netdev->dcbnl_ops)  in qlcnic_dcb_fill_cee_app_params()
  | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | spectrum_dcb.c | 706 	mlxsw_sp_port->dev->dcbnl_ops = &mlxsw_sp_dcbnl_ops;  in mlxsw_sp_port_dcb_init()
  | 
| /Linux-v5.4/drivers/scsi/fcoe/ | 
| D | fcoe.c | 2158 	if (netdev && netdev->dcbnl_ops && netdev->dcbnl_ops->getdcbx) {  in fcoe_dcb_create() 2159 		dcbx = netdev->dcbnl_ops->getdcbx(netdev);  in fcoe_dcb_create()
  | 
| /Linux-v5.4/drivers/target/iscsi/cxgbit/ | 
| D | cxgbit_cm.c | 852 	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()
  | 
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ | 
| D | cxgb4i.c | 1644 	return ndev->dcbnl_ops->getstate(ndev);  in get_iscsi_dcb_state() 1663 	rv = (int)ndev->dcbnl_ops->getcap(ndev, DCB_CAP_ATTR_DCBX, &caps);  in get_iscsi_dcb_priority()
  | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en_rep.c | 1459 			netdev->dcbnl_ops = &mlx5e_dcbnl_ops;  in mlx5e_build_rep_netdev()
  | 
| D | en_main.c | 4862 		netdev->dcbnl_ops = &mlx5e_dcbnl_ops;  in mlx5e_build_nic_netdev()
  | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ | 
| D | en_netdev.c | 3334 			dev->dcbnl_ops = &mlx4_en_dcbnl_ops;  in mlx4_en_init_netdev() 3337 			dev->dcbnl_ops = &mlx4_en_dcbnl_pfc_ops;  in mlx4_en_init_netdev()
  | 
| /Linux-v5.4/include/linux/ | 
| D | netdevice.h | 2042 	const struct dcbnl_rtnl_ops *dcbnl_ops;  member
  | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_main.c | 5906 		netdev->dcbnl_ops = &cxgb4_dcb_ops;  in init_one()
  | 
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_main.c | 10956 		netdev->dcbnl_ops = &ixgbe_dcbnl_ops;  in ixgbe_probe()
  | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x_main.c | 13366 	dev->dcbnl_ops = &bnx2x_dcbnl_ops;  in bnx2x_init_dev()
  |