Home
last modified time | relevance | path

Searched refs:sge_txq (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_common.h58 static inline void *chcr_copy_to_txd(const void *src, const struct sge_txq *q, in chcr_copy_to_txd()
81 static inline unsigned int chcr_txq_avail(const struct sge_txq *q) in chcr_txq_avail()
86 static inline void chcr_txq_advance(struct sge_txq *q, unsigned int n) in chcr_txq_advance()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c177 static inline struct sge_qset *txq_to_qset(const struct sge_txq *q, int qidx) in txq_to_qset()
236 static inline void unmap_skb(struct sk_buff *skb, struct sge_txq *q, in unmap_skb()
285 static void free_tx_desc(struct adapter *adapter, struct sge_txq *q, in free_tx_desc()
325 struct sge_txq *q, in reclaim_completed_tx()
345 static inline int should_restart_tx(const struct sge_txq *q) in should_restart_tx()
658 memset(q->txq, 0, sizeof(struct sge_txq) * SGE_TXQ_PER_SET); in t3_reset_qset()
1050 static inline void check_ring_tx_db(struct adapter *adap, struct sge_txq *q) in check_ring_tx_db()
1094 const struct sge_txq *q, in write_wr_hdr_sgl()
1184 struct sge_txq *q, unsigned int ndesc, in write_tx_pkt_wr()
1251 struct sge_qset *qs, struct sge_txq *q) in t3_stop_tx_queue()
[all …]
Dadapter.h164 struct sge_txq { /* state for an SGE Tx queue */ struct
204 struct sge_txq txq[SGE_TXQ_PER_SET]; argument
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h845 struct sge_txq { struct
867 struct sge_txq q; argument
882 struct sge_txq q;
892 struct sge_txq q;
957 struct sge_txq q; /* HW Txq */
2109 void free_tx_desc(struct adapter *adap, struct sge_txq *q,
2117 void free_txq(struct adapter *adap, struct sge_txq *q);
2119 struct sge_txq *q, bool unmap);
2122 void cxgb4_inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *q,
2124 void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q,
[all …]
Dsge.c208 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()
837 void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q, in cxgb4_write_sgl()
906 void cxgb4_write_partial_sgl(const struct sk_buff *skb, struct sge_txq *q, in cxgb4_write_partial_sgl()
1025 inline void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in cxgb4_ring_tx_db()
1106 const struct sge_txq *q, void *pos) in cxgb4_inline_tx_skb()
1131 const struct sge_txq *q, void *pos, in inline_tx_skb_header()
[all …]
Dcudbg_lib.h241 static inline void cudbg_fill_qdesc_txq(const struct sge_txq *txq, in cudbg_fill_qdesc_txq()
Dcxgb4_main.c580 struct sge_txq *txq; in fwevtq_handler()
2425 static void disable_txq_db(struct sge_txq *q) in disable_txq_db()
2434 static void enable_txq_db(struct adapter *adap, struct sge_txq *q) in enable_txq_db()
2520 static void sync_txq_pidx(struct adapter *adap, struct sge_txq *q) in sync_txq_pidx()
Dcudbg_lib.c3425 struct sge_txq *txq = (struct sge_txq *)q; \ in cudbg_collect_qdesc()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c233 static inline unsigned int txq_avail(const struct sge_txq *tq) in txq_avail()
307 const struct ulptx_sgl *sgl, const struct sge_txq *tq) in unmap_sgl()
377 static void free_tx_desc(struct adapter *adapter, struct sge_txq *tq, in free_tx_desc()
411 static inline int reclaimable(const struct sge_txq *tq) in reclaimable()
431 struct sge_txq *tq, in reclaim_completed_tx()
901 static void write_sgl(const struct sk_buff *skb, struct sge_txq *tq, in write_sgl()
964 static inline void ring_tx_db(struct adapter *adapter, struct sge_txq *tq, in ring_tx_db()
1052 static void inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *tq, in inline_tx_skb()
1142 static inline void txq_advance(struct sge_txq *tq, unsigned int n) in txq_advance()
1420 struct sge_txq *tq = &txq->q; in t4vf_eth_xmit()
[all …]
Dadapter.h232 struct sge_txq { struct
259 struct sge_txq q; /* SGE TX Queue */ argument
Dcxgb4vf_main.c535 struct sge_txq *tq; in fwevtq_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c684 static unsigned int txq_avail(const struct sge_txq *q) in txq_avail()
695 static void txq_advance(struct sge_txq *q, unsigned int n) in txq_advance()