Home
last modified time | relevance | path

Searched refs:tx_allocated_pkts (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c462 DRIVER_STATE_PRINT_INT(tx_allocated_pkts[0]); in driver_state_read()
463 DRIVER_STATE_PRINT_INT(tx_allocated_pkts[1]); in driver_state_read()
464 DRIVER_STATE_PRINT_INT(tx_allocated_pkts[2]); in driver_state_read()
465 DRIVER_STATE_PRINT_INT(tx_allocated_pkts[3]); in driver_state_read()
H A Dtx.c230 wl->tx_allocated_pkts[ac]++; in wl1271_tx_allocate()
495 wl->tx_allocated_pkts[ac] < min_pkts) { in wlcore_select_ac()
497 min_pkts = wl->tx_allocated_pkts[q]; in wlcore_select_ac()
H A Dwlcore.h252 u32 tx_allocated_pkts[NUM_TX_QUEUES]; member