Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlegacy/
D3945.h413 #define NUM_TFD_CHUNKS 4 macro
D3945.c613 if (count >= NUM_TFD_CHUNKS || count < 0) { in il3945_hw_txq_attach_buf_to_tfd()
615 NUM_TFD_CHUNKS); in il3945_hw_txq_attach_buf_to_tfd()
647 if (counter > NUM_TFD_CHUNKS) { in il3945_hw_txq_free_tfd()
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h132 #define NUM_TFD_CHUNKS 6 macro
489 __le32 chunk_ptr[NUM_TFD_CHUNKS];
490 __le16 chunk_len[NUM_TFD_CHUNKS];
Dipw2200.c3808 if (le32_to_cpu(bd->u.data.num_chunks) > NUM_TFD_CHUNKS) { in ipw_queue_tx_free_tfd()
10204 tfd->u.data.num_chunks = cpu_to_le32(min((u8) (NUM_TFD_CHUNKS - 2), in ipw_tx_skb()