Searched refs:outstanding_tx (Results 1 – 4 of 4) sorted by relevance
31 atomic_t outstanding_tx; member
760 atomic_inc(&commonring->outstanding_tx); in brcmf_msgbuf_txflow()792 if ((force) || (atomic_read(&commonring->outstanding_tx) < in brcmf_msgbuf_schedule_txdata()896 atomic_dec(&commonring->outstanding_tx); in brcmf_msgbuf_process_txstatus()1392 ((qlen) && (atomic_read(&commonring->outstanding_tx) < in brcmf_proto_msgbuf_rx_trigger()1419 while (retry && atomic_read(&commonring_del->outstanding_tx)) { in brcmf_msgbuf_delete_flowring()1425 atomic_set(&commonring_del->outstanding_tx, 0); in brcmf_msgbuf_delete_flowring()
93 u32 outstanding_tx; member
1105 if (rcvd > xsk->outstanding_tx) { in complete_pkts()1115 xsk->outstanding_tx -= rcvd; in complete_pkts()1398 xsk->outstanding_tx += valid_frags; in __send_pkts()1432 while (xsk->outstanding_tx) { in wait_for_tx_completion()