Home
last modified time | relevance | path

Searched refs:rx_map (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/dev/fxp/
H A Dif_fxp.c782 error = bus_dmamap_create(sc->fxp_rxmtag, 0, &rxp->rx_map); in fxp_attach()
968 bus_dmamap_sync(sc->fxp_rxmtag, rxp->rx_map, in fxp_release()
970 bus_dmamap_unload(sc->fxp_rxmtag, rxp->rx_map); in fxp_release()
973 bus_dmamap_destroy(sc->fxp_rxmtag, rxp->rx_map); in fxp_release()
1934 bus_dmamap_sync(sc->fxp_rxmtag, rxp->rx_map, in fxp_intr_body()
2686 bus_dmamap_unload(sc->fxp_rxmtag, rxp->rx_map); in fxp_new_rfabuf()
2688 sc->spare_map = rxp->rx_map; in fxp_new_rfabuf()
2689 rxp->rx_map = tmp_map; in fxp_new_rfabuf()
2692 bus_dmamap_sync(sc->fxp_rxmtag, rxp->rx_map, in fxp_new_rfabuf()
2714 bus_dmamap_sync(sc->fxp_rxmtag, p_rx->rx_map, in fxp_add_rfabuf()
[all …]
H A Dif_fxpvar.h122 bus_dmamap_t rx_map; member
/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_11_vht.c151 sta_rx_mcs_set = le_to_host16(vht_cap->vht_supported_mcs_set.rx_map); in check_valid_vht_mcs()
H A Dctrl_iface_ap.c169 vht_supported_mcs_set.rx_map), in hostapd_get_sta_info()
/freebsd-13.1/contrib/wpa/src/common/
H A Dieee802_11_defs.h1134 le16 rx_map; member
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c5723 vhtcaps_mask->vht_supported_mcs_set.rx_map |= \ in wpa_supplicant_apply_vht_overrides()
5725 vhtcaps->vht_supported_mcs_set.rx_map |= \ in wpa_supplicant_apply_vht_overrides()