Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dswap_state.c717 struct vma_swap_readahead *ra_info) in swap_ra_info() argument
728 ra_info->win = 1; in swap_ra_info()
738 ra_info->win = win = __swapin_nr_pages(pfn, fpfn, hits, in swap_ra_info()
762 ra_info->nr_pte = end - start; in swap_ra_info()
763 ra_info->offset = fpfn - start; in swap_ra_info()
792 struct vma_swap_readahead ra_info = { in swap_vma_readahead() local
796 swap_ra_info(vmf, &ra_info); in swap_vma_readahead()
797 if (ra_info.win == 1) in swap_vma_readahead()
800 addr = vmf->address - (ra_info.offset * PAGE_SIZE); in swap_vma_readahead()
803 for (i = 0; i < ra_info.nr_pte; i++, addr += PAGE_SIZE) { in swap_vma_readahead()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8188e.c1489 struct rtl8xxxu_priv *priv = container_of(ra, struct rtl8xxxu_priv, ra_info); in rtl8188e_rate_decision()
1688 struct rtl8xxxu_ra_info *ra = &priv->ra_info; in rtl8188e_handle_ra_tx_report2()
1800 struct rtl8xxxu_ra_info *ra = &priv->ra_info; in rtl8188e_update_rate_mask()
1811 priv->ra_info.rssi_sta_ra = rssi; in rtl8188e_ra_set_rssi()
H A Drtl8xxxu.h1916 struct rtl8xxxu_ra_info ra_info; member
H A Drtl8xxxu_core.c4506 rtl8188e_ra_info_init_all(&priv->ra_info); in rtl8xxxu_init_device()
5425 struct rtl8xxxu_ra_info *ra = &priv->ra_info; in rtl8xxxu_fill_txdesc_v3()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c837 struct sta_rec_ra_info *ra_info; in mt76_connac_mcu_sta_tlv() local
899 tlv = mt76_connac_mcu_add_tlv(skb, STA_REC_RA, sizeof(*ra_info)); in mt76_connac_mcu_sta_tlv()
900 ra_info = (struct sta_rec_ra_info *)tlv; in mt76_connac_mcu_sta_tlv()
909 ra_info->legacy = cpu_to_le16(supp_rates); in mt76_connac_mcu_sta_tlv()
912 memcpy(ra_info->rx_mcs_bitmask, in mt76_connac_mcu_sta_tlv()