Home
last modified time | relevance | path

Searched refs:tcid (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/mips/oprofile/
Dop_model_mipsxx.c28 #define M_PERFCTL_TCID(tcid) ((tcid) << 22) argument
/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_dcb_nl.c491 static u8 ixgbe_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in ixgbe_dcbnl_getnumtcs() argument
497 switch (tcid) { in ixgbe_dcbnl_getnumtcs()
515 static u8 ixgbe_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) in ixgbe_dcbnl_setnumtcs() argument
/linux-2.6.39/arch/mips/kernel/
Dperf_event_mipsxx.c17 #define M_PERFCTL_TCID(tcid) ((tcid) << 22) argument
/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_dcb.c1842 static u8 bnx2x_dcbnl_get_numtcs(struct net_device *netdev, int tcid, u8 *num) in bnx2x_dcbnl_get_numtcs() argument
1847 DP(NETIF_MSG_LINK, "tcid %d\n", tcid); in bnx2x_dcbnl_get_numtcs()
1850 switch (tcid) { in bnx2x_dcbnl_get_numtcs()
1867 static u8 bnx2x_dcbnl_set_numtcs(struct net_device *netdev, int tcid, u8 num) in bnx2x_dcbnl_set_numtcs() argument