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

/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-fh.h573 * @closed_rb_num: [0:11] Indicates the index of the RB which was closed
582 __le16 closed_rb_num; member in struct:iwl_rb_status
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dinternal.h205 return le16_to_cpu(READ_ONCE(rb_stts->closed_rb_num)) & 0xFFF;
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c876 scnprintf(buf + pos, bufsz - pos, "closed_rb_num: %u\n",
878 closed_rb_num) & 0x0FFF);
882 "closed_rb_num: Not Allocated\n");
H A Dcommon.h2373 * @closed_rb_num [0:11] - Indicates the idx of the RB which was closed
2381 __le16 closed_rb_num; member in struct:il_rb_status
H A D3945-mac.c1190 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;
H A D4965-mac.c4218 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF;

Completed in 312 milliseconds