Searched refs:closed_rb_num (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-fh.h434 * @closed_rb_num [0:11] - Indicates the index of the RB which was closed
442 __le16 closed_rb_num; member in struct:iwl_rb_status
H A Diwl-debugfs.c1022 pos += scnprintf(buf + pos, bufsz - pos, "closed_rb_num: %u\n",
1023 le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF);
1026 "closed_rb_num: Not Allocated\n");
H A Diwl-agn.c939 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
H A Diwl3945-base.c1237 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;

Completed in 81 milliseconds