Searched refs:free_packet_slots (Results 1 – 2 of 2) sorted by relevance
154 q->free_packet_slots = B43_PIO_MAX_NR_TXPACKETS; in b43_setup_pioqueue_tx()488 q->free_packet_slots -= 1; in pio_tx_frame()525 if (unlikely(q->free_packet_slots == 0)) { in b43_pio_tx()561 (q->free_packet_slots == 0)) { in b43_pio_tx()596 q->free_packet_slots += 1; in b43_pio_handle_txstatus()622 stats[i].len = B43_PIO_MAX_NR_TXPACKETS - q->free_packet_slots; in b43_pio_get_tx_stats()
83 u16 free_packet_slots; member