Home
last modified time | relevance | path

Searched refs:tcid (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c92 static int qede_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in qede_dcbnl_getnumtcs() argument
96 return edev->ops->dcb->getnumtcs(edev->cdev, tcid, num); in qede_dcbnl_getnumtcs()
161 static int qede_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) in qede_dcbnl_setnumtcs() argument
165 return edev->ops->dcb->setnumtcs(edev->cdev, tcid, num); in qede_dcbnl_setnumtcs()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c92 static int qede_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in qede_dcbnl_getnumtcs() argument
96 return edev->ops->dcb->getnumtcs(edev->cdev, tcid, num); in qede_dcbnl_getnumtcs()
161 static int qede_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) in qede_dcbnl_setnumtcs() argument
165 return edev->ops->dcb->setnumtcs(edev->cdev, tcid, num); in qede_dcbnl_setnumtcs()
/kernel/linux/linux-5.10/include/linux/qed/
H A Dqed_eth_if.h226 int (*getnumtcs)(struct qed_dev *cdev, int tcid, u8 *num);
240 int (*setnumtcs)(struct qed_dev *cdev, int tcid, u8 num);
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_eth_if.h215 int (*getnumtcs)(struct qed_dev *cdev, int tcid, u8 *num);
229 int (*setnumtcs)(struct qed_dev *cdev, int tcid, u8 num);
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c422 static int ixgbe_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in ixgbe_dcbnl_getnumtcs() argument
427 switch (tcid) { in ixgbe_dcbnl_getnumtcs()
444 static int ixgbe_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) in ixgbe_dcbnl_setnumtcs() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c420 static int ixgbe_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in ixgbe_dcbnl_getnumtcs() argument
425 switch (tcid) { in ixgbe_dcbnl_getnumtcs()
442 static int ixgbe_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) in ixgbe_dcbnl_setnumtcs() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c141 static int mlx4_en_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in mlx4_en_dcbnl_getnumtcs() argument
148 if (tcid == DCB_NUMTCS_ATTR_PFC) in mlx4_en_dcbnl_getnumtcs()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c141 static int mlx4_en_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in mlx4_en_dcbnl_getnumtcs() argument
148 if (tcid == DCB_NUMTCS_ATTR_PFC) in mlx4_en_dcbnl_getnumtcs()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1496 static int qed_dcbnl_getnumtcs(struct qed_dev *cdev, int tcid, u8 *num) in qed_dcbnl_getnumtcs() argument
1502 DP_VERBOSE(hwfn, QED_MSG_DCB, "tcid = %d\n", tcid); in qed_dcbnl_getnumtcs()
1507 switch (tcid) { in qed_dcbnl_getnumtcs()
1663 static int qed_dcbnl_setnumtcs(struct qed_dev *cdev, int tcid, u8 num) in qed_dcbnl_setnumtcs() argument
1670 DP_VERBOSE(hwfn, QED_MSG_DCB, "tcid = %d num = %d\n", tcid, num); in qed_dcbnl_setnumtcs()
1676 switch (tcid) { in qed_dcbnl_setnumtcs()
1686 DP_INFO(hwfn, "Invalid tcid %d\n", tcid); in qed_dcbnl_setnumtcs()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1494 static int qed_dcbnl_getnumtcs(struct qed_dev *cdev, int tcid, u8 *num) in qed_dcbnl_getnumtcs() argument
1500 DP_VERBOSE(hwfn, QED_MSG_DCB, "tcid = %d\n", tcid); in qed_dcbnl_getnumtcs()
1505 switch (tcid) { in qed_dcbnl_getnumtcs()
1661 static int qed_dcbnl_setnumtcs(struct qed_dev *cdev, int tcid, u8 num) in qed_dcbnl_setnumtcs() argument
1668 DP_VERBOSE(hwfn, QED_MSG_DCB, "tcid = %d num = %d\n", tcid, num); in qed_dcbnl_setnumtcs()
1674 switch (tcid) { in qed_dcbnl_setnumtcs()
1684 DP_INFO(hwfn, "Invalid tcid %d\n", tcid); in qed_dcbnl_setnumtcs()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c687 * @tcid: the TC id
692 static int i40e_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in i40e_dcbnl_getnumtcs() argument
706 * @tcid: the TC id
711 static int i40e_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) in i40e_dcbnl_setnumtcs() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c2194 static int bnx2x_dcbnl_get_numtcs(struct net_device *netdev, int tcid, u8 *num) in bnx2x_dcbnl_get_numtcs() argument
2199 DP(BNX2X_MSG_DCB, "tcid %d\n", tcid); in bnx2x_dcbnl_get_numtcs()
2202 switch (tcid) { in bnx2x_dcbnl_get_numtcs()
2224 static int bnx2x_dcbnl_set_numtcs(struct net_device *netdev, int tcid, u8 num) in bnx2x_dcbnl_set_numtcs() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c2194 static int bnx2x_dcbnl_get_numtcs(struct net_device *netdev, int tcid, u8 *num) in bnx2x_dcbnl_get_numtcs() argument
2199 DP(BNX2X_MSG_DCB, "tcid %d\n", tcid); in bnx2x_dcbnl_get_numtcs()
2202 switch (tcid) { in bnx2x_dcbnl_get_numtcs()
2224 static int bnx2x_dcbnl_set_numtcs(struct net_device *netdev, int tcid, u8 num) in bnx2x_dcbnl_set_numtcs() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c122 * @tcid: TC ID
128 ice_dcbnl_getnumtcs(struct net_device *dev, int __always_unused tcid, u8 *num) in ice_dcbnl_getnumtcs() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c126 * @tcid: TC ID
132 ice_dcbnl_getnumtcs(struct net_device *dev, int __always_unused tcid, u8 *num) in ice_dcbnl_getnumtcs() argument

Completed in 26 milliseconds