Lines Matching refs:sge_rspq
645 struct sge_rspq;
762 typedef int (*rspq_handler_t)(struct sge_rspq *q, const __be64 *rsp,
764 typedef void (*rspq_flush_handler_t)(struct sge_rspq *q);
774 struct sge_rspq { /* state for an SGE response queue */ struct
812 struct sge_rspq rspq; argument
826 struct sge_rspq rspq;
970 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp;
974 struct sge_rspq intrq ____cacheline_aligned_in_smp;
1006 struct sge_rspq **ingr_map; /* qid->queue ingress queue map */
1599 const struct sge_rspq *q) in qtimer_val()
1617 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp,
1621 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq,
1754 int cxgb4_set_rspq_intr_params(struct sge_rspq *q, unsigned int us,
1756 static inline void init_rspq(struct adapter *adap, struct sge_rspq *q, in init_rspq()
1883 const struct sge_rspq *q);
2106 void free_rspq_fl(struct adapter *adap, struct sge_rspq *rq, struct sge_fl *fl);
2113 int cxgb4_ethofld_rx_handler(struct sge_rspq *q, const __be64 *rsp,
2178 void cxgb4_enable_rx(struct adapter *adap, struct sge_rspq *q);
2179 void cxgb4_quiesce_rx(struct sge_rspq *q);