/linux-6.6.21/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth-dcb.c | 122 static u8 dpaa2_eth_dcbnl_getcap(struct net_device *net_dev, int capid, u8 *cap) in dpaa2_eth_dcbnl_getcap() argument 126 switch (capid) { in dpaa2_eth_dcbnl_getcap()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 85 static u8 qede_dcbnl_getcap(struct net_device *netdev, int capid, u8 *cap) in qede_dcbnl_getcap() argument 89 return edev->ops->dcb->getcap(edev->cdev, capid, cap); in qede_dcbnl_getcap()
|
/linux-6.6.21/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 652 static u8 i40e_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) in i40e_dcbnl_get_cap() argument 659 switch (capid) { in i40e_dcbnl_get_cap() 680 capid, *cap); in i40e_dcbnl_get_cap()
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_nl.c | 642 static u8 ice_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) in ice_dcbnl_get_cap() argument 649 switch (capid) { in ice_dcbnl_get_cap() 680 capid, *cap); in ice_dcbnl_get_cap()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/ |
D | en_dcb_nl.c | 88 static u8 mlx4_en_dcbnl_getcap(struct net_device *dev, int capid, u8 *cap) in mlx4_en_dcbnl_getcap() argument 92 switch (capid) { in mlx4_en_dcbnl_getcap()
|
/linux-6.6.21/include/linux/qed/ |
D | qed_eth_if.h | 214 u8 (*getcap)(struct qed_dev *cdev, int capid, u8 *cap);
|
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 383 static u8 ixgbe_dcbnl_getcap(struct net_device *netdev, int capid, u8 *cap) in ixgbe_dcbnl_getcap() argument 387 switch (capid) { in ixgbe_dcbnl_getcap()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 879 static u8 qlcnic_dcb_get_capability(struct net_device *netdev, int capid, in qlcnic_dcb_get_capability() argument 887 switch (capid) { in qlcnic_dcb_get_capability()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dcbnl.c | 825 int capid, u8 *cap) in mlx5e_dcbnl_getcap() argument 831 switch (capid) { in mlx5e_dcbnl_getcap()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1457 static u8 qed_dcbnl_getcap(struct qed_dev *cdev, int capid, u8 *cap) in qed_dcbnl_getcap() argument 1463 DP_VERBOSE(hwfn, QED_MSG_DCB, "capid = %d\n", capid); in qed_dcbnl_getcap() 1468 switch (capid) { in qed_dcbnl_getcap() 1488 DP_VERBOSE(hwfn, QED_MSG_DCB, "id = %d caps = %d\n", capid, *cap); in qed_dcbnl_getcap()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 2149 static u8 bnx2x_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) in bnx2x_dcbnl_get_cap() argument 2155 switch (capid) { in bnx2x_dcbnl_get_cap() 2190 DP(BNX2X_MSG_DCB, "capid %d:%x\n", capid, *cap); in bnx2x_dcbnl_get_cap()
|