Lines Matching refs:sge_rspq
427 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()
993 static inline bool cxgb_poll_unlock_napi(struct sge_rspq *q) in cxgb_poll_unlock_napi()
1005 static inline bool cxgb_poll_lock_poll(struct sge_rspq *q) in cxgb_poll_lock_poll()
1020 static inline bool cxgb_poll_unlock_poll(struct sge_rspq *q) in cxgb_poll_unlock_poll()
1032 static inline bool cxgb_poll_busy_polling(struct sge_rspq *q) in cxgb_poll_busy_polling()
1037 static inline void cxgb_busy_poll_init_lock(struct sge_rspq *q) in cxgb_busy_poll_init_lock()
1041 static inline bool cxgb_poll_lock_napi(struct sge_rspq *q) in cxgb_poll_lock_napi()
1046 static inline bool cxgb_poll_unlock_napi(struct sge_rspq *q) in cxgb_poll_unlock_napi()
1051 static inline bool cxgb_poll_lock_poll(struct sge_rspq *q) in cxgb_poll_lock_poll()
1056 static inline bool cxgb_poll_unlock_poll(struct sge_rspq *q) in cxgb_poll_unlock_poll()
1061 static inline bool cxgb_poll_busy_polling(struct sge_rspq *q) in cxgb_poll_busy_polling()
1080 const struct sge_rspq *q) in qtimer_val()
1100 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp,
1104 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq,
1120 int cxgb4_set_rspq_intr_params(struct sge_rspq *q, unsigned int us,
1275 const struct sge_rspq *q);