Searched refs:isshort (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c105 int byte, isshort; local
108 bars = bridge = caps = errors = verbose = vpd = byte = isshort = 0;
134 isshort = 1;
175 byte ? 1 : isshort ? 2 : 4);
178 byte ? 1 : isshort ? 2 : 4);
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c152 uint8_t isread, uint8_t isshort, uint8_t lun, uint8_t flags)
201 if ((actlen != datalen) && (!isshort)) {
151 do_msc_cmd(uint8_t *pcmd, uint8_t cmdlen, void *pdata, uint32_t datalen, uint8_t isread, uint8_t isshort, uint8_t lun, uint8_t flags) argument
/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c1369 int protrate, ackrate, pktlen, flags, isshort, error; local
1383 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1384 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort)
1385 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
1389 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort);
H A Drt2560.c1601 int protrate, ackrate, pktlen, flags, isshort, error; local
1615 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1616 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort)
1617 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
1621 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_ural.c1132 int protrate, ackrate, pktlen, flags, isshort; local
1144 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1145 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort)
1146 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
1150 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort);
H A Dif_rum.c1368 int protrate, pktlen, flags, isshort; local
1380 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1381 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort)
1382 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
1386 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort);
H A Dif_urtw.c1680 pkttime = 0, txdur = 0, isshort = 0, xferlen; local
1739 IEEE80211_CRC_LEN, rate, 0, isshort);
1746 IEEE80211_CRC_LEN, rate, 0, isshort);
1752 IEEE80211_CRC_LEN, rate, 0, isshort) +
4302 uint8_t ismgt, uint8_t isshort)
4307 if (ismgt || !isshort || rate == 2)
4301 urtw_compute_txtime(uint16_t framelen, uint16_t rate, uint8_t ismgt, uint8_t isshort) argument
H A Dif_run.c3499 int isshort; local
3517 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
3518 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort)
3519 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
3529 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c6199 int protdur, rts_rate, rts_rate_fb, ismcast, isshort, rix, type; local
6209 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
6254 m->m_pkthdr.len, rate, isshort);
6282 if (isshort && (rate == BWN_CCK_RATE_2MB || rate == BWN_CCK_RATE_5MB ||
6329 m->m_pkthdr.len, rate, isshort) +
6330 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
6375 isshort);
6465 if (isshort &&

Completed in 165 milliseconds