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

/freebsd-9.3-release/usr.sbin/pciconf/
H A Dpciconf.c103 int byte, isshort; local
106 bars = caps = errors = verbose = vpd = byte = isshort = 0;
128 isshort = 1;
169 byte ? 1 : isshort ? 2 : 4);
172 byte ? 1 : isshort ? 2 : 4);
/freebsd-9.3-release/sys/dev/ral/
H A Drt2661.c1396 int protrate, ackrate, pktlen, flags, isshort, error; local
1410 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1411 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort)
1412 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
1416 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort);
H A Drt2560.c1636 int protrate, ackrate, pktlen, flags, isshort, error; local
1650 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1651 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort)
1652 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
1656 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort);
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_rum.c1059 int protrate, ackrate, pktlen, flags, isshort; local
1072 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1073 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort)
1074 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
1078 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort);
H A Dif_ural.c1170 int protrate, ackrate, pktlen, flags, isshort; local
1182 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
1183 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort)
1184 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
1188 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort);
H A Dif_urtw.c1689 pkttime = 0, txdur = 0, isshort = 0, xferlen; local
1752 IEEE80211_CRC_LEN, rate, 0, isshort);
1759 IEEE80211_CRC_LEN, rate, 0, isshort);
1765 IEEE80211_CRC_LEN, rate, 0, isshort) +
4342 uint8_t ismgt, uint8_t isshort)
4347 if (ismgt || !isshort || rate == 2)
4341 urtw_compute_txtime(uint16_t framelen, uint16_t rate, uint8_t ismgt, uint8_t isshort) argument
H A Dif_run.c3528 int isshort; local
3546 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
3547 dur = ieee80211_compute_duration(ic->ic_rt, pktlen, rate, isshort)
3548 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
3560 dur += ieee80211_ack_duration(ic->ic_rt, rate, isshort);
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c9614 int protdur, rts_rate, rts_rate_fb, ismcast, isshort, rix, type; local
9623 isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0;
9662 m->m_pkthdr.len, rate, isshort);
9677 if (isshort && (rate == BWN_CCK_RATE_2MB || rate == BWN_CCK_RATE_5MB ||
9717 m->m_pkthdr.len, rate, isshort) +
9718 + ieee80211_ack_duration(ic->ic_rt, rate, isshort);
9737 isshort);
9785 if (isshort &&

Completed in 300 milliseconds