Home
last modified time | relevance | path

Searched refs:trs (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/cavium/liquidio/
Dcn23xx_pf_device.c327 (oct->sriov_info.trs << CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS); in cn23xx_setup_global_mac_regs()
1160 int pfnum, mac, trs, ret; in cn23xx_get_pf_num() local
1186 trs = (int)(d64 >> CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS) & 0xff; in cn23xx_get_pf_num()
1187 if (trs == 1) { in cn23xx_get_pf_num()
1294 oct->sriov_info.trs = total_rings; in cn23xx_sriov_config()
1300 oct->sriov_info.trs, oct->sriov_info.max_vfs, in cn23xx_sriov_config()
Docteon_device.h387 u32 trs; member
Dlio_core.c1066 oct->sriov_info.trs; in octeon_setup_interrupt()
/drivers/net/wireless/ath/ath9k/
Drecv.c727 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/mmc/core/
Dmmc_test.c3020 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local
3025 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { in mmc_test_free_result()