Searched defs:tcid (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c489 static int ixgbe_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) argument
495 switch (tcid) {
513 static int ixgbe_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) argument
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c2122 static int bnx2x_dcbnl_get_numtcs(struct net_device *netdev, int tcid, u8 *num) argument
2127 DP(BNX2X_MSG_DCB, "tcid %d\n", tcid);
2130 switch (tcid) {
2152 static int bnx2x_dcbnl_set_numtcs(struct net_device *netdev, int tcid, u8 num) argument

Completed in 54 milliseconds