Lines Matching refs:sge_txq
217 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail()
312 const struct ulptx_sgl *sgl, const struct sge_txq *q) in unmap_sgl()
380 static void free_tx_desc(struct adapter *adap, struct sge_txq *q, in free_tx_desc()
407 static inline int reclaimable(const struct sge_txq *q) in reclaimable()
424 static inline void reclaim_completed_tx(struct adapter *adap, struct sge_txq *q, in reclaim_completed_tx()
850 static void write_sgl(const struct sk_buff *skb, struct sge_txq *q, in write_sgl()
929 static inline void ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in ring_tx_db()
1008 static void inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *q, in inline_tx_skb()
1091 static inline void txq_advance(struct sge_txq *q, unsigned int n) in txq_advance()
1321 static inline void reclaim_completed_tx_imm(struct sge_txq *q) in reclaim_completed_tx_imm()
2622 static void init_txq(struct adapter *adap, struct sge_txq *q, unsigned int id) in init_txq()
2804 static void free_txq(struct adapter *adap, struct sge_txq *q) in free_txq()