Lines Matching refs:txqueue
115 * @txqueue: TX data queue
136 struct list_head txqueue;
410 list_for_each_safe(head, tmp, &ssi->txqueue) {
436 list_for_each_entry(msg, &ssi->txqueue, link)
578 if (list_empty(&ssi->txqueue)) {
582 dmsg = list_first_entry(&ssi->txqueue, struct hsi_msg, link);
859 if (list_empty(&ssi->txqueue)) {
886 if (list_empty(&ssi->txqueue)) {
1005 list_add_tail(&msg->link, &ssi->txqueue);
1087 INIT_LIST_HEAD(&ssi->txqueue);