HomeSort by: relevance | last modified time | path
    Searched defs:frmhdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
an.c 723 struct an_txframe frmhdr; local in function:an_start
735 memset(&frmhdr, 0, sizeof(frmhdr));
771 (void *)&frmhdr.an_whdr);
793 frmhdr.an_tx_ctl = htole16(AN_TXCTL_80211);
794 frmhdr.an_tx_payload_len = htole16(m->m_pkthdr.len);
795 frmhdr.an_gaplen = htole16(AN_TXGAP_802_11);
798 frmhdr.an_tx_rate =
802 frmhdr.an_tx_rate = 0;
818 ieee80211_dump_pkt((u_int8_t *)&frmhdr.an_whdr
1378 struct an_rxframe frmhdr; local in function:an_rx_intr
    [all...]
wi.c 1142 struct wi_frame frmhdr; local in function:wi_start
1150 memset(&frmhdr, 0, sizeof(frmhdr));
1161 (void *)&frmhdr.wi_ehdr);
1162 frmhdr.wi_ehdr.ether_type = 0;
1173 (void *)&frmhdr.wi_ehdr);
1196 frmhdr.wi_tx_ctl =
1200 frmhdr.wi_tx_ctl |= htole16(WI_TXCNTL_ALTRTRY);
1208 frmhdr.wi_tx_ctl |= htole16(WI_TXCNTL_NOCRYPT);
1235 frmhdr.wi_tx_idx = rd - sc->sc_rssd
1652 struct wi_frame frmhdr; local in function:wi_rx_intr
1782 struct wi_frame frmhdr; local in function:wi_tx_ex_intr
1964 struct wi_frame frmhdr; local in function:wi_tx_intr
    [all...]

Completed in 14 milliseconds