Searched refs:NUM_TFD_CHUNKS (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-3945-hw.h235 #define NUM_TFD_CHUNKS 4 macro
H A Diwl-3945.c657 if ((count >= NUM_TFD_CHUNKS) || (count < 0)) {
659 NUM_TFD_CHUNKS);
690 if (counter > NUM_TFD_CHUNKS) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.h148 #define NUM_TFD_CHUNKS 6 macro
505 __le32 chunk_ptr[NUM_TFD_CHUNKS];
506 __le16 chunk_len[NUM_TFD_CHUNKS];
H A Dipw2200.c3796 if (le32_to_cpu(bd->u.data.num_chunks) > NUM_TFD_CHUNKS) {
10320 tfd->u.data.num_chunks = cpu_to_le32(min((u8) (NUM_TFD_CHUNKS - 2),

Completed in 445 milliseconds