Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-fh.h627 * @closed_rb_num [0:11] - Indicates the index of the RB which was closed
635 __le16 closed_rb_num; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-fh.h573 * @closed_rb_num [0:11] - Indicates the index of the RB which was closed
581 __le16 closed_rb_num; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dinternal.h258 return READ_ONCE(rb_stts->closed_rb_num); in iwl_get_closed_rb_stts()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dinternal.h203 return READ_ONCE(rb_stts->closed_rb_num); in iwl_get_closed_rb_stts()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h2372 * @closed_rb_num [0:11] - Indicates the idx of the RB which was closed
2380 __le16 closed_rb_num; member
H A Ddebug.c876 scnprintf(buf + pos, bufsz - pos, "closed_rb_num: %u\n", in il_dbgfs_rx_queue_read()
878 closed_rb_num) & 0x0FFF); in il_dbgfs_rx_queue_read()
882 "closed_rb_num: Not Allocated\n"); in il_dbgfs_rx_queue_read()
H A D3945-mac.c1192 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF; in il3945_rx_handle()
H A D4965-mac.c4219 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF; in il4965_rx_handle()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h2373 * @closed_rb_num [0:11] - Indicates the idx of the RB which was closed
2381 __le16 closed_rb_num; member
H A Ddebug.c876 scnprintf(buf + pos, bufsz - pos, "closed_rb_num: %u\n", in il_dbgfs_rx_queue_read()
878 closed_rb_num) & 0x0FFF); in il_dbgfs_rx_queue_read()
882 "closed_rb_num: Not Allocated\n"); in il_dbgfs_rx_queue_read()
H A D3945-mac.c1190 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF; in il3945_rx_handle()
H A D4965-mac.c4218 r = le16_to_cpu(rxq->rb_stts->closed_rb_num) & 0x0FFF; in il4965_rx_handle()

Completed in 47 milliseconds