Home
last modified time | relevance | path

Searched defs:kbps (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/usr.sbin/iostat/
Diostat.c700 double atime, dtime, kbps; in drive_statsx() local
768 double kbps; in drive_statsy_io() local
/netbsd/src/sys/external/isc/atheros_hal/dist/
Dah.c152 uint32_t kbps; in ath_hal_computetxtime() local
/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_ioctl.h130 int32_t kbps; /* rate in Kbps */ member
Dcxgb_t3_hw.c2993 int t3_config_sched(adapter_t *adap, unsigned int kbps, int sched) in t3_config_sched()
3067 void t3_get_tx_sched(adapter_t *adap, unsigned int sched, unsigned int *kbps, in t3_get_tx_sched()
/netbsd/src/sys/dev/ic/
Dbwi.c9532 #define IEEE80211_OFDM_TXTIME(kbps, frmlen) \ argument
9550 #define IEEE80211_OFDM_NBITS_PER_SYM(kbps) \ argument
9553 #define IEEE80211_OFDM_NSYMS(kbps, frmlen) \ argument
9557 #define IEEE80211_CCK_TXTIME(kbps, frmlen) \ argument
/netbsd/src/crypto/external/bsd/openssh/dist/
Dmisc.c1727 bandwidth_limit_init(struct bwlimit *bw, u_int64_t kbps, size_t buflen) in bandwidth_limit_init()