Searched refs:ACX_TX_DESCRIPTORS (Results 1 – 5 of 5) sorted by relevance
171 #define ACX_TX_DESCRIPTORS 32 macro416 unsigned long tx_frames_map[BITS_TO_LONGS(ACX_TX_DESCRIPTORS)];417 struct sk_buff *tx_frames[ACX_TX_DESCRIPTORS];
55 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()
972 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()
799 #define ACX_TX_DESCRIPTORS 32 macro
3463 for (i = 0; i < ACX_TX_DESCRIPTORS; i++) in wl1271_alloc_hw()