Home
last modified time | relevance | path

Searched refs:TFD_QUEUE_SIZE_BC_DUP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-fh.h593 #define TFD_QUEUE_SIZE_BC_DUP (64) macro
594 #define TFD_QUEUE_BC_SIZE (TFD_QUEUE_SIZE_MAX + TFD_QUEUE_SIZE_BC_DUP)
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1476 if (write_ptr < TFD_QUEUE_SIZE_BC_DUP) in iwl_txq_gen1_update_byte_cnt_tbl()
1501 if (read_ptr < TFD_QUEUE_SIZE_BC_DUP) in iwl_txq_gen1_inval_byte_cnt_tbl()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h2401 #define TFD_QUEUE_SIZE_BC_DUP 64 macro
2402 #define TFD_QUEUE_BC_SIZE (TFD_QUEUE_SIZE_MAX + TFD_QUEUE_SIZE_BC_DUP)
H A D4965.c1551 if (write_ptr < TFD_QUEUE_SIZE_BC_DUP) in il4965_txq_update_byte_cnt_tbl()