Searched refs:tcid (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/mips/oprofile/ |
D | op_model_mipsxx.c | 28 #define M_PERFCTL_TCID(tcid) ((tcid) << 22) argument
|
/linux-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_dcb_nl.c | 491 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/ |
D | perf_event_mipsxx.c | 17 #define M_PERFCTL_TCID(tcid) ((tcid) << 22) argument
|
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_dcb.c | 1842 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
|