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

  /src/sys/net80211/
ieee80211_var.h 153 u_int16_t ic_fragthreshold; member in struct:ieee80211com
ieee80211_ioctl.c 313 wreq->wi_val[0] = htole16(ic->ic_fragthreshold);
389 wreq->wi_val[0] = htole16(ic->ic_fragthreshold);
652 ic->ic_fragthreshold = le16toh(wreq->wi_val[0]);
797 ic->ic_fragthreshold = len;
1573 ireq->i_val = ic->ic_fragthreshold;
2491 ic->ic_fragthreshold = ireq->i_val;
ieee80211_output.c 678 txfrag = (m->m_pkthdr.len > ic->ic_fragthreshold &&
704 key != NULL ? key->wk_cipher->ic_header : 0, ic->ic_fragthreshold))
ieee80211_proto.c 123 ic->ic_fragthreshold = IEEE80211_FRAG_DEFAULT;
  /src/sys/dev/ic/
atw.c 3588 m0->m_pkthdr.len > ic->ic_fragthreshold)
3596 ic->ic_flags, ic->ic_fragthreshold, rate,
3676 hh->atw_fragthr = htole16(ic->ic_fragthreshold);
3958 sc->sc_ic.ic_fragthreshold = ireq->i_val;
rtw.c 3426 ic->ic_flags, ic->ic_fragthreshold,
  /src/sys/dev/pci/
if_ipw.c 2072 data = htole32(ic->ic_fragthreshold);
if_iwi.c 2368 data = htole32(ic->ic_fragthreshold);

Completed in 24 milliseconds