Lines Matching refs:tx_head
39 * @tx_head: list of prebuilt packets
52 struct list_head tx_head;
58 * @tx_head: overflow list of sdma_txreq's
68 * @count: total number of descriptors in tx_head'ed list
70 * @tx_count: number of tx entry's in tx_head'ed list
289 if (!list_empty(&wait->tx_head)) {
291 &wait->tx_head,
304 if (!list_empty(&w->tx_head)) {
305 tx = list_first_entry(&w->tx_head, struct sdma_txreq,
327 if (!list_empty(&w->tx_head)) {
328 tx = list_first_entry(&w->tx_head, struct sdma_txreq,
409 return !list_empty(&wait->tx_head);