cxgb_sge.c | 874 txq_prod(struct sge_txq *txq, unsigned int ndesc, struct txq_state *txqs) 881 txqs->gen = txq->gen; 883 txqs->compl = (txq->unacked & 8) << (S_WR_COMPL - 3); 885 txqs->pidx = txq->pidx; 1067 * @txqs: txq state (generation and producer index) 1082 write_wr_hdr_sgl(unsigned int ndesc, struct tx_desc *txd, struct txq_state *txqs, 1088 struct tx_sw_desc *txsd = &txq->sdesc[txqs->pidx]; 1095 V_WR_GEN(txqs->gen)) | wr_lo; 1097 wr_gen2(txd, txqs->gen); 1099 unsigned int ogen = txqs->gen 1161 struct txq_state txqs; local in function:t3_encap 1724 struct txq_state txqs; local in function:write_ofld_wr [all...] |