Searched refs:trs (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 730 struct ath_rx_status trs; ath_get_next_rx_buf() local 734 memset(&trs, 0, sizeof(trs)); ath_get_next_rx_buf() 754 ret = ath9k_hw_rxprocdesc(ah, tds, &trs); ath_get_next_rx_buf()
|
/linux-4.1.27/net/llc/ |
H A D | llc_proc.c | 183 "tack tpfc trs tbs blog busr\n"); llc_seq_core_show()
|
/linux-4.1.27/fs/gfs2/ |
H A D | rgrp.c | 2206 struct gfs2_blkreserv *trs; gfs2_rgrp_dump() local 2216 for (n = rb_first(&rgd->rd_rstree); n; n = rb_next(&trs->rs_node)) { gfs2_rgrp_dump() 2217 trs = rb_entry(n, struct gfs2_blkreserv, rs_node); gfs2_rgrp_dump() 2218 dump_rs(seq, trs); gfs2_rgrp_dump()
|
/linux-4.1.27/drivers/mmc/card/ |
H A D | mmc_test.c | 2791 struct mmc_test_transfer_result *tr, *trs; mmc_test_free_result() local 2796 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { mmc_test_free_result()
|
Completed in 174 milliseconds