Lines Matching refs:tx_head
80 * @tx_head: list of prebuilt packets
93 struct list_head tx_head;
99 * @tx_head: overflow list of sdma_txreq's
109 * @count: total number of descriptors in tx_head'ed list
111 * @tx_count: number of tx entry's in tx_head'ed list
330 if (!list_empty(&wait->tx_head)) {
332 &wait->tx_head,
345 if (!list_empty(&w->tx_head)) {
346 tx = list_first_entry(&w->tx_head, struct sdma_txreq,
368 if (!list_empty(&w->tx_head)) {
369 tx = list_first_entry(&w->tx_head, struct sdma_txreq,
450 return !list_empty(&wait->tx_head);