Lines Matching refs:txqueue
117 * @txqueue: TX data queue
138 struct list_head txqueue;
412 list_for_each_safe(head, tmp, &ssi->txqueue) {
438 list_for_each_entry(msg, &ssi->txqueue, link)
580 if (list_empty(&ssi->txqueue)) {
584 dmsg = list_first_entry(&ssi->txqueue, struct hsi_msg, link);
862 if (list_empty(&ssi->txqueue)) {
889 if (list_empty(&ssi->txqueue)) {
1007 list_add_tail(&msg->link, &ssi->txqueue);
1087 INIT_LIST_HEAD(&ssi->txqueue);