Searched refs:trs (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/cavium/liquidio/ |
D | cn23xx_pf_device.c | 327 (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()
|
D | octeon_device.h | 387 u32 trs; member
|
D | lio_core.c | 1066 oct->sriov_info.trs; in octeon_setup_interrupt()
|
/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/mmc/core/ |
D | mmc_test.c | 3020 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()
|