Searched refs:trs (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/cavium/liquidio/ |
| 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()
|
| A D | octeon_device.h | 387 u32 trs; member
|
| A D | lio_core.c | 1075 oct->sriov_info.trs; in octeon_setup_interrupt()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | recv.c | 728 struct ath_rx_status trs; in ath_get_next_rx_buf() local 732 memset(&trs, 0, sizeof(trs)); in ath_get_next_rx_buf() 752 ret = ath9k_hw_rxprocdesc(ah, tds, &trs); in ath_get_next_rx_buf()
|
| /drivers/mmc/core/ |
| A D | mmc_test.c | 3048 struct mmc_test_transfer_result *tr, *trs; in mmc_test_free_result() local 3053 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { in mmc_test_free_result()
|
Completed in 22 milliseconds