Lines Matching refs:sge_txq
227 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail()
322 const struct ulptx_sgl *sgl, const struct sge_txq *q) in unmap_sgl()
390 static void free_tx_desc(struct adapter *adap, struct sge_txq *q, in free_tx_desc()
417 static inline int reclaimable(const struct sge_txq *q) in reclaimable()
434 static inline void reclaim_completed_tx(struct adapter *adap, struct sge_txq *q, in reclaim_completed_tx()
852 static void write_sgl(const struct sk_buff *skb, struct sge_txq *q, in write_sgl()
931 static inline void ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in ring_tx_db()
1007 static void inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *q, in inline_tx_skb()
1084 static inline void txq_advance(struct sge_txq *q, unsigned int n) in txq_advance()
1293 static inline void reclaim_completed_tx_imm(struct sge_txq *q) in reclaim_completed_tx_imm()
2555 static void init_txq(struct adapter *adap, struct sge_txq *q, unsigned int id) in init_txq()
2734 static void free_txq(struct adapter *adap, struct sge_txq *q) in free_txq()