Searched refs:tcid (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/mips/oprofile/ |
D | op_model_mipsxx.c | 29 #define M_PERFCTL_TCID(tcid) ((tcid) << 22) argument
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 447 static int ixgbe_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in ixgbe_dcbnl_getnumtcs() argument 452 switch (tcid) { in ixgbe_dcbnl_getnumtcs() 469 static int ixgbe_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) in ixgbe_dcbnl_setnumtcs() argument
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 2166 static int bnx2x_dcbnl_get_numtcs(struct net_device *netdev, int tcid, u8 *num) in bnx2x_dcbnl_get_numtcs() argument 2171 DP(BNX2X_MSG_DCB, "tcid %d\n", tcid); in bnx2x_dcbnl_get_numtcs() 2174 switch (tcid) { in bnx2x_dcbnl_get_numtcs() 2196 static int bnx2x_dcbnl_set_numtcs(struct net_device *netdev, int tcid, u8 num) in bnx2x_dcbnl_set_numtcs() argument
|
/linux-4.4.14/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 123 #define M_PERFCTL_TCID(tcid) ((tcid) << 22) argument
|