Searched refs:trs (Results 1 – 7 of 7) 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 | 626 for trs in pres: 627 for res in trs:
|
| /linux/fs/gfs2/ |
| H A D | rgrp.c | 2298 struct gfs2_blkreserv *trs; in gfs2_rgrp_dump() local 2315 for (n = rb_first(&rgd->rd_rstree); n; n = rb_next(&trs->rs_node)) { in gfs2_rgrp_dump() 2316 trs = rb_entry(n, struct gfs2_blkreserv, rs_node); in gfs2_rgrp_dump() 2317 dump_rs(seq, trs, fs_id_buf); in gfs2_rgrp_dump()
|
| /linux/kernel/rcu/ |
| H A D | rcutorture.c | 3289 static DEFINE_TORTURE_RANDOM(trs); in rcu_torture_fwd_prog_nr() 3310 dur = sd4 + torture_random(&trs) % (sd - sd4); in rcu_torture_fwd_prog_nr() 3841 DEFINE_TORTURE_RANDOM(trs); in rcu_torture_read_exit() 3856 &trs, "%s", "rcu_torture_read_exit_child"); in rcu_torture_read_exit()
|
| /linux/drivers/mmc/core/ |
| H A D | mmc_test.c | 3038 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local 3043 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { in mmc_test_free_result()
|