Searched refs:tx_frames_map (Results 1 – 4 of 4) sorted by relevance
53 id = find_first_zero_bit(wl->tx_frames_map, wl->num_tx_desc); in wl1271_alloc_tx_id()57 __set_bit(id, wl->tx_frames_map); in wl1271_alloc_tx_id()65 if (__test_and_clear_bit(id, wl->tx_frames_map)) { in wl1271_free_tx_id()
275 unsigned long tx_frames_map[BITS_TO_LONGS(WLCORE_MAX_TX_DESCRIPTORS)]; member
467 DRIVER_STATE_PRINT_LHEX(tx_frames_map[0]); in driver_state_read()
6362 memset(wl->tx_frames_map, 0, sizeof(wl->tx_frames_map)); in wlcore_alloc_hw()