Searched refs:trs (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 727 struct ath_rx_status trs; in ath_get_next_rx_buf() local 731 memset(&trs, 0, sizeof(trs)); in ath_get_next_rx_buf() 751 ret = ath9k_hw_rxprocdesc(ah, tds, &trs); in ath_get_next_rx_buf()
|
/drivers/net/ethernet/cavium/liquidio/ |
D | cn23xx_pf_device.c | 335 (oct->sriov_info.trs << CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS); in cn23xx_setup_global_mac_regs() 1089 oct->sriov_info.trs = total_rings; in cn23xx_sriov_config() 1093 oct->sriov_info.trs, oct->sriov_info.pf_srn, in cn23xx_sriov_config()
|
D | octeon_device.h | 331 u32 trs; member
|
D | lio_main.c | 1103 oct->sriov_info.trs; in octeon_setup_interrupt()
|
/drivers/mmc/card/ |
D | mmc_test.c | 3024 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local 3029 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { in mmc_test_free_result()
|