Home
last modified time | relevance | path

Searched refs:isshort (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/usbtest/
H A Dusb_msc_test.c151 uint8_t isread, uint8_t isshort, uint8_t lun, uint8_t flags) in do_msc_cmd() argument
200 if ((actlen != datalen) && (!isshort)) { in do_msc_cmd()
/freebsd/sys/net80211/
H A Dieee80211_output.c3357 int pktlen, isshort; in ieee80211_alloc_prot() local
3365 isshort = (vap->iv_flags & IEEE80211_F_SHPREAMBLE) != 0; in ieee80211_alloc_prot()
3366 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort) in ieee80211_alloc_prot()
3367 + ieee80211_ack_duration(ic->ic_rt, rate, isshort); in ieee80211_alloc_prot()
3371 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort); in ieee80211_alloc_prot()
/freebsd/sys/dev/usb/wlan/
H A Dif_urtw.c1693 pkttime = 0, txdur = 0, isshort = 0, xferlen, ismcast; in urtw_tx_start() local
1754 IEEE80211_CRC_LEN, rate, 0, isshort); in urtw_tx_start()
1761 IEEE80211_CRC_LEN, rate, 0, isshort); in urtw_tx_start()
1767 IEEE80211_CRC_LEN, rate, 0, isshort) + in urtw_tx_start()
4294 uint8_t ismgt, uint8_t isshort) in urtw_compute_txtime() argument
4299 if (ismgt || !isshort || rate == 2) in urtw_compute_txtime()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c6405 int rts_rate, rts_rate_fb, ismcast, isshort, rix, type; in bwn_set_txhdr() local
6415 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0; in bwn_set_txhdr()
6459 m->m_pkthdr.len, rate, isshort); in bwn_set_txhdr()
6487 if (isshort && (rate == BWN_CCK_RATE_2MB || rate == BWN_CCK_RATE_5MB || in bwn_set_txhdr()
6645 if (isshort && in bwn_set_txhdr()