Searched refs:isshort (Results 1 – 4 of 4) sorted by relevance
| /freebsd/tools/tools/usbtest/ |
| H A D | usb_msc_test.c | 151 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/dev/usb/wlan/ |
| H A D | if_urtw.c | 1694 pkttime = 0, txdur = 0, isshort = 0, xferlen, ismcast; in urtw_tx_start() local 1758 IEEE80211_CRC_LEN, rate, 0, isshort); in urtw_tx_start() 1765 IEEE80211_CRC_LEN, rate, 0, isshort); in urtw_tx_start() 1771 IEEE80211_CRC_LEN, rate, 0, isshort) + in urtw_tx_start() 4296 uint8_t ismgt, uint8_t isshort) in urtw_compute_txtime() argument 4301 if (ismgt || !isshort || rate == 2) in urtw_compute_txtime()
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_output.c | 3366 int pktlen, isshort; in ieee80211_alloc_prot() local 3374 isshort = (vap->iv_flags & IEEE80211_F_SHPREAMBLE) != 0; in ieee80211_alloc_prot() 3375 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort) in ieee80211_alloc_prot() 3376 + ieee80211_ack_duration(ic->ic_rt, rate, isshort); in ieee80211_alloc_prot() 3380 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort); in ieee80211_alloc_prot()
|
| /freebsd/sys/dev/bwn/ |
| H A D | if_bwn.c | 6399 int rts_rate, rts_rate_fb, ismcast, isshort, type; in bwn_set_txhdr() local 6409 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0; in bwn_set_txhdr() 6449 m->m_pkthdr.len, rate, isshort); in bwn_set_txhdr() 6477 if (isshort && (rate == BWN_CCK_RATE_2MB || rate == BWN_CCK_RATE_5MB || in bwn_set_txhdr() 6635 if (isshort && in bwn_set_txhdr()
|