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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dadapter.h173 struct sge_txq { /* state for an SGE Tx queue */ struct
213 struct sge_txq txq[SGE_TXQ_PER_SET];
H A Dsge.c91 /* Values for sge_txq.flags */
176 static inline struct sge_qset *txq_to_qset(const struct sge_txq *q, int qidx)
235 static inline void unmap_skb(struct sk_buff *skb, struct sge_txq *q,
284 static void free_tx_desc(struct adapter *adapter, struct sge_txq *q,
322 struct sge_txq *q,
342 static inline int should_restart_tx(const struct sge_txq *q)
651 memset(q->txq, 0, sizeof(struct sge_txq) * SGE_TXQ_PER_SET);
1004 static inline void check_ring_tx_db(struct adapter *adap, struct sge_txq *q)
1048 const struct sge_txq *q,
1137 struct sge_txq *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dadapter.h230 struct sge_txq { struct
255 struct sge_txq q; /* SGE TX Queue */
H A Dsge.c244 static inline unsigned int txq_avail(const struct sge_txq *tq)
314 const struct ulptx_sgl *sgl, const struct sge_txq *tq)
384 static void free_tx_desc(struct adapter *adapter, struct sge_txq *tq,
418 static inline int reclaimable(const struct sge_txq *tq)
438 struct sge_txq *tq,
884 static void write_sgl(const struct sk_buff *skb, struct sge_txq *tq,
947 static inline void ring_tx_db(struct adapter *adapter, struct sge_txq *tq,
971 static void inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *tq,
1056 static inline void txq_advance(struct sge_txq *tq, unsigned int n)
1313 struct sge_txq *t
[all...]
H A Dcxgb4vf_main.c437 struct sge_txq *tq;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4.h402 struct sge_txq { struct
417 struct sge_txq q;
426 struct sge_txq q;
435 struct sge_txq q;
H A Dsge.c180 static inline unsigned int txq_avail(const struct sge_txq *q)
263 const struct ulptx_sgl *sgl, const struct sge_txq *q)
331 static void free_tx_desc(struct adapter *adap, struct sge_txq *q,
358 static inline int reclaimable(const struct sge_txq *q)
375 static inline void reclaim_completed_tx(struct adapter *adap, struct sge_txq *q,
701 static void write_sgl(const struct sk_buff *skb, struct sge_txq *q,
763 static inline void ring_tx_db(struct adapter *adap, struct sge_txq *q, int n)
781 static void inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *q,
858 static inline void txq_advance(struct sge_txq *q, unsigned int n)
1013 static inline void reclaim_completed_tx_imm(struct sge_txq *
[all...]
H A Dcxgb4_main.c426 struct sge_txq *txq = q->adap->sge.egr_map[qid];

Completed in 202 milliseconds