Home
last modified time | relevance | path

Searched refs:sge_rspq (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h86 struct sge_rspq;
158 typedef int (*rspq_handler_t)(struct sge_rspq *, const __be64 *,
164 struct sge_rspq { struct
211 struct sge_rspq rspq; /* Response Queue */ argument
280 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp;
282 struct sge_rspq intrq ____cacheline_aligned_in_smp;
331 struct sge_rspq *ingr_map[MAX_INGQ];
533 int t4vf_sge_alloc_rxq(struct adapter *, struct sge_rspq *, bool,
542 int t4vf_ethrx_handler(struct sge_rspq *, const __be64 *,
Dsge.c1613 int t4vf_ethrx_handler(struct sge_rspq *rspq, const __be64 *rsp, in t4vf_ethrx_handler()
1681 const struct sge_rspq *rspq) in is_new_response()
1729 static inline void rspq_next(struct sge_rspq *rspq) in rspq_next()
1752 static int process_responses(struct sge_rspq *rspq, int budget) in process_responses()
1886 struct sge_rspq *rspq = container_of(napi, struct sge_rspq, napi); in napi_rx_handler()
1922 struct sge_rspq *rspq = cookie; in t4vf_sge_intr_msix()
1935 struct sge_rspq *intrq = &s->intrq; in process_intrq()
1943 struct sge_rspq *rspq; in process_intrq()
2198 int t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rspq, in t4vf_sge_alloc_rxq()
2505 static void free_rspq_fl(struct adapter *adapter, struct sge_rspq *rspq, in free_rspq_fl()
[all …]
Dcxgb4vf_main.c374 static void qenable(struct sge_rspq *rspq) in qenable()
428 static int fwevtq_handler(struct sge_rspq *rspq, const __be64 *rsp, in fwevtq_handler()
1022 const struct sge_rspq *rspq) in qtimer_val()
1042 static int set_rxq_intr_params(struct adapter *adapter, struct sge_rspq *rspq, in set_rxq_intr_params()
1438 const struct sge_rspq *rspq = &adapter->sge.ethrxq[pi->first_qset].rspq; in cxgb4vf_get_coalesce()
1790 const struct sge_rspq *evtq = &adapter->sge.fw_evtq; in sge_qinfo_show()
1801 const struct sge_rspq *intrq = &adapter->sge.intrq; in sge_qinfo_show()
1940 const struct sge_rspq *evtq = &adapter->sge.fw_evtq; in sge_qstats_show()
1948 const struct sge_rspq *intrq = &adapter->sge.intrq; in sge_qstats_show()
2392 static inline void init_rspq(struct sge_rspq *rspq, u8 timer_idx, in init_rspq()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h427 struct sge_rspq;
506 typedef int (*rspq_handler_t)(struct sge_rspq *q, const __be64 *rsp,
509 struct sge_rspq { /* state for an SGE response queue */ struct
560 struct sge_rspq rspq; argument
573 struct sge_rspq rspq;
642 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp;
644 struct sge_rspq intrq ____cacheline_aligned_in_smp;
670 struct sge_rspq **ingr_map; /* qid->queue ingress queue map */
972 static inline void cxgb_busy_poll_init_lock(struct sge_rspq *q) in cxgb_busy_poll_init_lock()
978 static inline bool cxgb_poll_lock_napi(struct sge_rspq *q) in cxgb_poll_lock_napi()
[all …]
Dsge.c1897 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp, in t4_ethrx_handler()
2020 const struct sge_rspq *q) in is_new_response()
2031 static inline void rspq_next(struct sge_rspq *q) in rspq_next()
2054 static int process_responses(struct sge_rspq *q, int budget) in process_responses()
2142 struct sge_rspq *q = container_of(napi, struct sge_rspq, napi); in cxgb_busy_poll()
2185 struct sge_rspq *q = container_of(napi, struct sge_rspq, napi); in napi_rx_handler()
2240 struct sge_rspq *q = cookie; in t4_sge_intr_msix()
2254 struct sge_rspq *q = &adap->sge.intrq; in process_intrq()
2450 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq()
2816 static void free_rspq_fl(struct adapter *adap, struct sge_rspq *rq, in free_rspq_fl()
Dcxgb4_main.c600 static int fwevtq_handler(struct sge_rspq *q, const __be64 *rsp, in fwevtq_handler()
692 static int uldrx_handler(struct sge_rspq *q, const __be64 *rsp, in uldrx_handler()
949 struct sge_rspq *q = adap->sge.ingr_map[i]; in quiesce_rx()
985 struct sge_rspq *q = adap->sge.ingr_map[i]; in enable_rx()
1399 int cxgb4_set_rspq_intr_params(struct sge_rspq *q, in cxgb4_set_rspq_intr_params()
4278 static inline void init_rspq(struct adapter *adap, struct sge_rspq *q, in init_rspq()
Dcxgb4_ethtool.c792 const struct sge_rspq *rq = &adap->sge.ethrxq[pi->first_qset].rspq; in get_coalesce()
Dcxgb4_debugfs.c2424 const struct sge_rspq *evtq = &adap->sge.fw_evtq; in sge_qinfo_show()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c172 static inline struct sge_qset *rspq_to_qset(const struct sge_rspq *q) in rspq_to_qset()
192 const struct sge_rspq *q, unsigned int credits) in refill_rspq()
839 struct sge_rspq *q, unsigned int len, in get_packet_pg()
1787 static inline void offload_enqueue(struct sge_rspq *q, struct sk_buff *skb) in offload_enqueue()
1810 struct sge_rspq *q, in deliver_partial_bundle()
1833 struct sge_rspq *q = &qs->rspq; in ofld_poll()
1891 static inline int rx_offload(struct t3cdev *tdev, struct sge_rspq *rq, in rx_offload()
2013 static void rx_eth(struct adapter *adap, struct sge_rspq *rq, in rx_eth()
2220 const struct sge_rspq *q) in is_new_response()
2225 static inline void clear_rspq_bufstate(struct sge_rspq * const q) in clear_rspq_bufstate()
[all …]
Dadapter.h131 struct sge_rspq { /* state for an SGE response queue */ struct
203 struct sge_rspq rspq;
Dcxgb3_main.c1170 struct sge_rspq *q = &adap->sge.qs[i].rspq; in t3_synchronize_rx()