Searched refs:trs (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | cn23xx_pf_device.c | 158 (oct->sriov_info.trs << CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS); in cn23xx_setup_global_mac_regs() 989 int pfnum, mac, trs, ret; in cn23xx_get_pf_num() local 1015 trs = (int)(d64 >> CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS) & 0xff; in cn23xx_get_pf_num() 1016 if (trs == 1) { in cn23xx_get_pf_num() 1123 oct->sriov_info.trs = total_rings; in cn23xx_sriov_config() 1129 oct->sriov_info.trs, oct->sriov_info.max_vfs, in cn23xx_sriov_config()
|
| H A D | octeon_device.h | 387 u32 trs; member
|
| H A D | lio_core.c | 1072 oct->sriov_info.trs; in octeon_setup_interrupt()
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 629 for trs in pres: 630 for res in trs:
|
| /linux/kernel/rcu/ |
| H A D | rcutorture.c | 3556 static DEFINE_TORTURE_RANDOM(trs); in rcu_torture_fwd_prog_nr() 3577 dur = sd4 + torture_random(&trs) % (sd - sd4); in rcu_torture_fwd_prog_nr() 4112 DEFINE_TORTURE_RANDOM(trs); in rcu_torture_read_exit() 4127 &trs, "%s", "rcu_torture_read_exit_child"); in rcu_torture_read_exit()
|
| /linux/drivers/mmc/core/ |
| H A D | mmc_test.c | 3027 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local 3032 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { in mmc_test_free_result()
|