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

/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h165 struct sge_txq { /* state for an SGE Tx queue */ struct
205 struct sge_txq txq[SGE_TXQ_PER_SET];
H A Dsge.c92 /* Values for sge_txq.flags */
177 static inline struct sge_qset *txq_to_qset(const struct sge_txq *q, int qidx)
236 static inline void unmap_skb(struct sk_buff *skb, struct sge_txq *q,
285 static void free_tx_desc(struct adapter *adapter, struct sge_txq *q,
325 struct sge_txq *q,
345 static inline int should_restart_tx(const struct sge_txq *q)
654 memset(q->txq, 0, sizeof(struct sge_txq) * SGE_TXQ_PER_SET);
1007 static inline void check_ring_tx_db(struct adapter *adap, struct sge_txq *q)
1051 const struct sge_txq *q,
1140 struct sge_txq *
[all...]
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h224 struct sge_txq { struct
249 struct sge_txq q; /* SGE TX Queue */
H A Dsge.c246 static inline unsigned int txq_avail(const struct sge_txq *tq)
316 const struct ulptx_sgl *sgl, const struct sge_txq *tq)
386 static void free_tx_desc(struct adapter *adapter, struct sge_txq *tq,
420 static inline int reclaimable(const struct sge_txq *tq)
440 struct sge_txq *tq,
885 static void write_sgl(const struct sk_buff *skb, struct sge_txq *tq,
948 static inline void ring_tx_db(struct adapter *adapter, struct sge_txq *tq,
972 static void inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *tq,
1057 static inline void txq_advance(struct sge_txq *tq, unsigned int n)
1314 struct sge_txq *t
[all...]
H A Dcxgb4vf_main.c424 struct sge_txq *tq;
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h394 struct sge_txq { struct
409 struct sge_txq q;
418 struct sge_txq q;
427 struct sge_txq q;
H A Dsge.c182 static inline unsigned int txq_avail(const struct sge_txq *q)
265 const struct ulptx_sgl *sgl, const struct sge_txq *q)
333 static void free_tx_desc(struct adapter *adap, struct sge_txq *q,
360 static inline int reclaimable(const struct sge_txq *q)
377 static inline void reclaim_completed_tx(struct adapter *adap, struct sge_txq *q,
705 static void write_sgl(const struct sk_buff *skb, struct sge_txq *q,
767 static inline void ring_tx_db(struct adapter *adap, struct sge_txq *q, int n)
785 static void inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *q,
862 static inline void txq_advance(struct sge_txq *q, unsigned int n)
1017 static inline void reclaim_completed_tx_imm(struct sge_txq *
[all...]
H A Dcxgb4_main.c439 struct sge_txq *txq;

Completed in 114 milliseconds