Searched refs:ra_info (Results 1 – 5 of 5) sorted by relevance
714 ra_info->win = 1; in swap_ra_info()751 ra_info->nr_pte = end - start; in swap_ra_info()752 ra_info->offset = fpfn - start; in swap_ra_info()753 pte -= ra_info->offset; in swap_ra_info()755 ra_info->ptes = pte; in swap_ra_info()757 tpte = ra_info->ptes; in swap_ra_info()793 swap_ra_info(vmf, &ra_info); in swap_vma_readahead()794 if (ra_info.win == 1) in swap_vma_readahead()798 for (i = 0, pte = ra_info.ptes; i < ra_info.nr_pte; in swap_vma_readahead()812 if (i != ra_info.offset) { in swap_vma_readahead()[all …]
1492 struct rtl8xxxu_priv *priv = container_of(ra, struct rtl8xxxu_priv, ra_info); in rtl8188e_rate_decision()1691 struct rtl8xxxu_ra_info *ra = &priv->ra_info; in rtl8188e_handle_ra_tx_report2()1802 struct rtl8xxxu_ra_info *ra = &priv->ra_info; in rtl8188e_update_rate_mask()1813 priv->ra_info.rssi_sta_ra = rssi; in rtl8188e_ra_set_rssi()
1568 struct rtl8xxxu_ra_info ra_info; member
4297 rtl8188e_ra_info_init_all(&priv->ra_info); in rtl8xxxu_init_device()5178 struct rtl8xxxu_ra_info *ra = &priv->ra_info; in rtl8xxxu_fill_txdesc_v3()
835 struct sta_rec_ra_info *ra_info; in mt76_connac_mcu_sta_tlv() local897 tlv = mt76_connac_mcu_add_tlv(skb, STA_REC_RA, sizeof(*ra_info)); in mt76_connac_mcu_sta_tlv()898 ra_info = (struct sta_rec_ra_info *)tlv; in mt76_connac_mcu_sta_tlv()907 ra_info->legacy = cpu_to_le16(supp_rates); in mt76_connac_mcu_sta_tlv()910 memcpy(ra_info->rx_mcs_bitmask, in mt76_connac_mcu_sta_tlv()
Completed in 33 milliseconds