HomeSort by: relevance | last modified time | path
    Searched refs:i_seq (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/net80211/
ieee80211.h 67 u_int8_t i_seq[2]; member in struct:ieee80211_frame
78 u_int8_t i_seq[2]; member in struct:ieee80211_qosframe
90 u_int8_t i_seq[2]; member in struct:ieee80211_htframe
105 u_int8_t i_seq[2]; member in struct:ieee80211_frame_addr4
116 u_int8_t i_seq[2]; member in struct:ieee80211_qosframe_addr4
ieee80211_crypto_ccmp.c 309 ad[20] = wh->i_seq[0] & IEEE80211_SEQ_FRAG_MASK;
ieee80211_output.c 153 *(u_int16_t *)&wh->i_seq[0] =
668 *(u_int16_t *)wh->i_seq =
672 *(u_int16_t *)wh->i_seq =
957 *(u_int16_t *)&whf->i_seq[0] |= htole16(
1968 *(u_int16_t *)wh->i_seq = 0;
ieee80211_input.c 690 rxseq = le16toh(*(u_int16_t *)wh->i_seq);
771 iseq = *(u_int16_t *)wh->i_seq;
808 last_rxseq = le16toh(*(u_int16_t *)lwh->i_seq);
842 *(u_int16_t *)lwh->i_seq = iseq;
  /src/sys/dev/pcmcia/
if_ray.c 1179 iframe->i_seq[0] = iframe->i_seq[1] = 0;
  /src/sys/dev/ic/
awi.c 1990 *(uint16_t *)wh->i_seq =
arn5008.c 1101 *(uint16_t *)&wh->i_seq[0] =
arn9003.c 1247 *(uint16_t *)&wh->i_seq[0] =
  /src/sys/dev/pci/
if_wpi.c 2895 *(u_int16_t *)&wh->i_seq[0] = 0; /* filled by h/w */
if_rtwn.c 1942 seq = LE_READ_2(&wh->i_seq[0]) >> IEEE80211_SEQ_SEQ_SHIFT;
if_iwm.c 5276 *(uint16_t *)&wh->i_seq[0] = 0; /* filled by HW */
if_iwn.c 4821 *(uint16_t *)&wh->i_seq[0] = 0; /* filled by HW */
  /src/sys/dev/usb/
if_athn_usb.c 1988 *(uint16_t *)&wh->i_seq[0] =
if_urtwn.c 2850 seq = LE_READ_2(&wh->i_seq[0]) >> IEEE80211_SEQ_SEQ_SHIFT;

Completed in 45 milliseconds