Lines Matching defs:txq
452 struct il_tx_queue *txq = NULL;
511 txq = &il->txq[txq_id];
512 q = &txq->q;
521 txq->skbs[q->write_ptr] = skb;
524 out_cmd = txq->cmd[idx];
525 out_meta = &txq->meta[idx];
591 il->ops->txq_attach_buf_to_tfd(il, txq, txcmd_phys, firstlen, 1, 0);
595 il->ops->txq_attach_buf_to_tfd(il, txq, phys_addr, secondlen, 0,
599 txq->need_update = 1;
602 txq->need_update = 0;
615 il_txq_update_write_ptr(il, txq);
621 txq->need_update = 1;
622 il_txq_update_write_ptr(il, txq);
626 il_stop_queue(il, txq);
1461 il_txq_update_write_ptr(il, &il->txq[0]);
1462 il_txq_update_write_ptr(il, &il->txq[1]);
1463 il_txq_update_write_ptr(il, &il->txq[2]);
1464 il_txq_update_write_ptr(il, &il->txq[3]);
1465 il_txq_update_write_ptr(il, &il->txq[4]);
2451 if (test_bit(S_EXIT_PENDING, &il->status) || il->txq == NULL)