Searched refs:tcid (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 94 static int qede_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in qede_dcbnl_getnumtcs() argument 98 return edev->ops->dcb->getnumtcs(edev->cdev, tcid, num); in qede_dcbnl_getnumtcs() 163 static int qede_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) in qede_dcbnl_setnumtcs() argument 167 return edev->ops->dcb->setnumtcs(edev->cdev, tcid, num); in qede_dcbnl_setnumtcs()
|
/Linux-v4.19/include/linux/qed/ |
D | qed_eth_if.h | 252 int (*getnumtcs)(struct qed_dev *cdev, int tcid, u8 *num); 266 int (*setnumtcs)(struct qed_dev *cdev, int tcid, u8 num);
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 422 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
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1522 static int qed_dcbnl_getnumtcs(struct qed_dev *cdev, int tcid, u8 *num) in qed_dcbnl_getnumtcs() argument 1528 DP_VERBOSE(hwfn, QED_MSG_DCB, "tcid = %d\n", tcid); in qed_dcbnl_getnumtcs() 1533 switch (tcid) { in qed_dcbnl_getnumtcs() 1689 static int qed_dcbnl_setnumtcs(struct qed_dev *cdev, int tcid, u8 num) in qed_dcbnl_setnumtcs() argument 1696 DP_VERBOSE(hwfn, QED_MSG_DCB, "tcid = %d num = %d\n", tcid, num); in qed_dcbnl_setnumtcs() 1702 switch (tcid) { in qed_dcbnl_setnumtcs() 1712 DP_INFO(hwfn, "Invalid tcid %d\n", tcid); in qed_dcbnl_setnumtcs()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_dcb_nl.c | 141 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()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 2195 static int bnx2x_dcbnl_get_numtcs(struct net_device *netdev, int tcid, u8 *num) in bnx2x_dcbnl_get_numtcs() argument 2200 DP(BNX2X_MSG_DCB, "tcid %d\n", tcid); in bnx2x_dcbnl_get_numtcs() 2203 switch (tcid) { in bnx2x_dcbnl_get_numtcs() 2225 static int bnx2x_dcbnl_set_numtcs(struct net_device *netdev, int tcid, u8 num) in bnx2x_dcbnl_set_numtcs() argument
|