Searched refs:active_bitmap (Results 1 – 4 of 4) sorted by relevance
1427 u_int32_t active_bitmap; in ol_tx_queue_log_record_display() local1438 record.active_bitmap); in ol_tx_queue_log_record_display()1442 active_bitmap = record.active_bitmap; in ol_tx_queue_log_record_display()1443 while (active_bitmap) { in ol_tx_queue_log_record_display()1444 if (active_bitmap & 0x1) { in ol_tx_queue_log_record_display()1459 active_bitmap >>= 1; in ol_tx_queue_log_record_display()1621 u_int32_t **active_bitmap, in ol_tx_queue_log_sched() argument1640 log_elem->active_bitmap = 0; in ol_tx_queue_log_sched()1643 *active_bitmap = &log_elem->active_bitmap; in ol_tx_queue_log_sched()
453 uint32_t **active_bitmap, uint8_t **data);460 uint32_t **active_bitmap, uint8_t **data) in ol_tx_queue_log_sched() argument
1583 u_int32_t *active_bitmap; in ol_tx_sched_log() local1613 &active_bitmap, &buf); in ol_tx_sched_log()1618 *active_bitmap = 0; in ol_tx_sched_log()1637 *active_bitmap |= 1 << i; in ol_tx_sched_log()
374 uint32_t active_bitmap; member