Searched refs:sge_txq (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_sge.c148 * Values for sge_txq.flags
264 struct sge_txq *txq;
376 struct sge_txq *q = &qs->txq[queue];
405 should_restart_tx(const struct sge_txq *q)
969 struct sge_txq *txq;
1132 txq_prod(struct sge_txq *txq, unsigned int ndesc, struct txq_state *txqs)
1234 check_ring_tx_db(adapter_t *adap, struct sge_txq *q, int mustring)
1284 const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits,
1363 struct sge_txq *txq;
1599 struct sge_txq *tx
[all...]
H A Dcxgb_adapter.h227 struct sge_txq { struct
280 struct sge_txq txq[SGE_TXQ_PER_SET];
559 txq_to_qset(struct sge_txq *q, int qidx)
H A Dcxgb_main.c1103 struct sge_txq *txq = &qs->txq[TXQ_ETH];
1730 struct sge_txq *txq = &qs->txq[TXQ_ETH];
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_sge.c205 static int alloc_txq(struct port_info *, struct sge_txq *, int,
207 static int free_txq(struct port_info *, struct sge_txq *);
220 static int get_pkt_sgl(struct sge_txq *, struct mbuf **, struct sgl *, int);
221 static int free_pkt_sgl(struct sge_txq *, struct sgl *);
222 static int write_txpkt_wr(struct port_info *, struct sge_txq *, struct mbuf *,
224 static int add_to_txpkts(struct port_info *, struct sge_txq *, struct txpkts *,
226 static void write_txpkts_wr(struct sge_txq *, struct txpkts *);
227 static inline void write_ulp_cpl_sgl(struct port_info *, struct sge_txq *,
233 static int reclaim_tx_descs(struct sge_txq *, int, int);
924 struct sge_txq *tx
[all...]
H A Dadapter.h437 struct sge_txq { struct
555 struct sge_txq *txq; /* NIC tx queues */
862 int t4_eth_tx(struct ifnet *, struct sge_txq *, struct mbuf *);
H A Dt4_main.c416 static inline void txq_start(struct ifnet *, struct sge_txq *);
748 s->txq = malloc(s->ntxq * sizeof(struct sge_txq), M_CXGBE,
1255 struct sge_txq *txq = &sc->sge.txq[pi->first_txq];
1322 struct sge_txq *txq;
3231 struct sge_txq *txq;
4049 struct sge_txq *txq;
6571 txq_start(struct ifnet *ifp, struct sge_txq *txq)
6606 struct sge_txq *txq = arg;
6629 struct sge_txq *txq = arg;
7528 struct sge_txq *tx
[all...]

Completed in 200 milliseconds