HomeSort by: relevance | last modified time | path
    Searched defs:txqs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
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...]
  /src/sys/dev/ic/
ath.c 4218 u_int32_t txqs = 1<<qnum; local in function:txqactive
4219 ath_hal_gettxintrtxqs(ah, &txqs);
4220 return (txqs & (1<<qnum));

Completed in 16 milliseconds