Home
last modified time | relevance | path

Searched refs:ACX_TX_DESCRIPTORS (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dwl12xx.h171 #define ACX_TX_DESCRIPTORS 32 macro
416 unsigned long tx_frames_map[BITS_TO_LONGS(ACX_TX_DESCRIPTORS)];
417 struct sk_buff *tx_frames[ACX_TX_DESCRIPTORS];
Dtx.c55 id = find_first_zero_bit(wl->tx_frames_map, ACX_TX_DESCRIPTORS); in wl1271_alloc_tx_id()
56 if (id >= ACX_TX_DESCRIPTORS) in wl1271_alloc_tx_id()
544 if (unlikely(id >= ACX_TX_DESCRIPTORS || wl->tx_frames[id] == NULL)) { in wl1271_tx_complete_packet()
697 for (i = 0; i < ACX_TX_DESCRIPTORS; i++) { in wl1271_tx_reset()
Dacx.c972 mem_conf->total_tx_descriptors = cpu_to_le32(ACX_TX_DESCRIPTORS); in wl1271_acx_ap_mem_cfg()
1004 mem_conf->total_tx_descriptors = cpu_to_le32(ACX_TX_DESCRIPTORS); in wl1271_acx_sta_mem_cfg()
Dacx.h799 #define ACX_TX_DESCRIPTORS 32 macro
Dmain.c3463 for (i = 0; i < ACX_TX_DESCRIPTORS; i++) in wl1271_alloc_hw()