Lines Matching refs:sge_txq

208 static inline unsigned int txq_avail(const struct sge_txq *q)  in txq_avail()
313 void free_tx_desc(struct adapter *adap, struct sge_txq *q, in free_tx_desc()
341 static inline int reclaimable(const struct sge_txq *q) in reclaimable()
359 static inline int reclaim_completed_tx(struct adapter *adap, struct sge_txq *q, in reclaim_completed_tx()
391 void cxgb4_reclaim_completed_tx(struct adapter *adap, struct sge_txq *q, in cxgb4_reclaim_completed_tx()
823 void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q, in cxgb4_write_sgl()
892 void cxgb4_write_partial_sgl(const struct sk_buff *skb, struct sge_txq *q, in cxgb4_write_partial_sgl()
1011 inline void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in cxgb4_ring_tx_db()
1092 const struct sge_txq *q, void *pos) in cxgb4_inline_tx_skb()
1117 const struct sge_txq *q, void *pos, in inline_tx_skb_header()
1224 static inline void txq_advance(struct sge_txq *q, unsigned int n) in txq_advance()
1408 struct sge_txq *q = &eq->q; in t4_sge_eth_txq_egress_update()
2051 struct sge_txq *tq = &txq->q; in cxgb4_vf_eth_xmit()
2094 static inline void reclaim_completed_tx_imm(struct sge_txq *q) in reclaim_completed_tx_imm()
2940 struct sge_txq *txq; in service_ofldq()
3175 const struct sge_txq *q, in inline_tx_header()
4552 static void init_txq(struct adapter *adap, struct sge_txq *q, unsigned int id) in init_txq()
4739 static int t4_sge_alloc_ofld_txq(struct adapter *adap, struct sge_txq *q, in t4_sge_alloc_ofld_txq()
4838 void free_txq(struct adapter *adap, struct sge_txq *q) in free_txq()