Searched refs:tx_frames_map (Results 1 – 4 of 4) sorted by relevance
67 id = find_first_zero_bit(wl->tx_frames_map, wl->num_tx_desc); in wl1271_alloc_tx_id()71 __set_bit(id, wl->tx_frames_map); in wl1271_alloc_tx_id()79 if (__test_and_clear_bit(id, wl->tx_frames_map)) { in wl1271_free_tx_id()
287 unsigned long tx_frames_map[BITS_TO_LONGS(WLCORE_MAX_TX_DESCRIPTORS)]; member
497 DRIVER_STATE_PRINT_LHEX(tx_frames_map[0]); in driver_state_read()
6432 memset(wl->tx_frames_map, 0, sizeof(wl->tx_frames_map)); in wlcore_alloc_hw()