Home
last modified time | relevance | path

Searched refs:txmap (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/rge/
H A Dif_rge.c780 bus_dmamap_t txmap; in rge_encap() local
789 txmap = txq->txq_dmamap; in rge_encap()
794 error = bus_dmamap_load_mbuf_sg(sc->sc_dmat_tx_buf, txmap, m, in rge_encap()
804 bus_dmamap_load_mbuf_sg(sc->sc_dmat_tx_buf, txmap, m, in rge_encap()
813 bus_dmamap_sync(sc->sc_dmat_tx_buf, txmap, BUS_DMASYNC_PREWRITE); in rge_encap()
/freebsd/contrib/wpa/src/ap/
H A Dctrl_iface_ap.c994 u16 txmap = WPA_GET_LE16(&mode->vht_mcs_set[4]); in hostapd_ctrl_iface_status() local
999 rxmap, txmap); in hostapd_ctrl_iface_status()