Searched refs:sge_rspq (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dadapter.h85 struct sge_rspq;
159 typedef int (*rspq_handler_t)(struct sge_rspq *, const __be64 *,
165 struct sge_rspq { struct
210 struct sge_rspq rspq; /* Response Queue */
277 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp;
279 struct sge_rspq intrq ____cacheline_aligned_in_smp;
320 struct sge_rspq *ingr_map[MAX_INGQ];
521 int t4vf_sge_alloc_rxq(struct adapter *, struct sge_rspq *, bool,
530 int t4vf_ethrx_handler(struct sge_rspq *, const __be64 *,
H A Dsge.c1461 int t4vf_ethrx_handler(struct sge_rspq *rspq, const __be64 *rsp,
1569 const struct sge_rspq *rspq)
1617 static inline void rspq_next(struct sge_rspq *rspq)
1640 int process_responses(struct sge_rspq *rspq, int budget)
1771 struct sge_rspq *rspq = container_of(napi, struct sge_rspq, napi);
1798 struct sge_rspq *rspq = cookie;
1811 struct sge_rspq *intrq = &s->intrq;
1818 struct sge_rspq *rspq;
2036 int t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rsp
[all...]
H A Dcxgb4vf_main.c349 static void qenable(struct sge_rspq *rspq)
403 static int fwevtq_handler(struct sge_rspq *rspq, const __be64 *rsp,
956 const struct sge_rspq *rspq)
976 static int set_rxq_intr_params(struct adapter *adapter, struct sge_rspq *rspq,
1271 const struct sge_rspq *rspq = &adapter->sge.ethrxq[pi->first_qset].rspq;
1640 const struct sge_rspq *evtq = &adapter->sge.fw_evtq;
1651 const struct sge_rspq *intrq = &adapter->sge.intrq;
1790 const struct sge_rspq *evtq = &adapter->sge.fw_evtq;
1798 const struct sge_rspq *intrq = &adapter->sge.intrq;
2219 static inline void init_rspq(struct sge_rspq *rsp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4.h280 struct sge_rspq;
343 typedef int (*rspq_handler_t)(struct sge_rspq *q, const __be64 *rsp,
346 struct sge_rspq { /* state for an SGE response queue */ struct
378 struct sge_rspq rspq;
391 struct sge_rspq rspq;
450 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp;
452 struct sge_rspq intrq ____cacheline_aligned_in_smp;
467 struct sge_rspq *ingr_map[MAX_INGQ]; /* qid->queue ingress queue map */
598 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp,
602 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *i
[all...]
H A Dsge.c1558 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp,
1663 const struct sge_rspq *q)
1674 static inline void rspq_next(struct sge_rspq *q)
1697 static int process_responses(struct sge_rspq *q, int budget)
1792 struct sge_rspq *q = container_of(napi, struct sge_rspq, napi);
1812 struct sge_rspq *q = cookie;
1826 struct sge_rspq *q = &adap->sge.intrq;
1983 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq,
2257 static void free_rspq_fl(struct adapter *adap, struct sge_rspq *r
[all...]
H A Dcxgb4_main.c417 static int fwevtq_handler(struct sge_rspq *q, const __be64 *rsp,
464 static int uldrx_handler(struct sge_rspq *q, const __be64 *rsp,
668 struct sge_rspq *q = adap->sge.ingr_map[i];
683 struct sge_rspq *q = adap->sge.ingr_map[i];
1607 const struct sge_rspq *q)
1624 static int set_rxq_intr_params(struct adapter *adap, struct sge_rspq *q,
1666 const struct sge_rspq *rq = &adap->sge.ethrxq[pi->first_qset].rspq;
3308 static inline void init_rspq(struct sge_rspq *q, u8 timer_idx, u8 pkt_cnt_idx,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dadapter.h139 struct sge_rspq { /* state for an SGE response queue */ struct
211 struct sge_rspq rspq;
H A Dsge.c171 static inline struct sge_qset *rspq_to_qset(const struct sge_rspq *q)
191 const struct sge_rspq *q, unsigned int credits)
836 struct sge_rspq *q, unsigned int len,
1784 static inline void offload_enqueue(struct sge_rspq *q, struct sk_buff *skb)
1807 struct sge_rspq *q,
1830 struct sge_rspq *q = &qs->rspq;
1888 static inline int rx_offload(struct t3cdev *tdev, struct sge_rspq *rq,
2010 static void rx_eth(struct adapter *adap, struct sge_rspq *rq,
2238 const struct sge_rspq *q)
2243 static inline void clear_rspq_bufstate(struct sge_rspq * cons
[all...]
H A Dcxgb3_main.c2557 struct sge_rspq *q = &adap->sge.qs[i].rspq;

Completed in 78 milliseconds