Searched refs:rts_count (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dxmit.c696 if (status->rts_count) {
697 if (status->rts_count == 0xF)
740 } else if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) {
H A Dxmit.h190 u8 rts_count; /* RTS transmit count */ member in struct:b43_txstatus
H A Ddebugfs.c376 "rts_count | supp_reason | pm_indicated | "
392 stat->frame_count, stat->rts_count,
H A Dmain.c1172 stat.rts_count = ((tmp & 0x0F00) >> 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dxmit.c611 if (status->rts_count) {
612 if (status->rts_count == 0xF)
636 status.rts_count = (tmp & 0x0F);
H A Dxmit.h95 u8 rts_count; /* RTS transmit count */ member in struct:b43legacy_txstatus
H A Ddebugfs.c153 "rts_count | supp_reason | pm_indicated | "
169 stat->frame_count, stat->rts_count,
H A Dpio.c517 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) {
H A Ddma.c1475 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) {
H A Dmain.c729 stat.rts_count = ((tmp & 0x0F00) >> 8);

Completed in 136 milliseconds