Lines Matching refs:sge_rspq
400 struct sge_rspq;
475 typedef int (*rspq_handler_t)(struct sge_rspq *q, const __be64 *rsp,
478 struct sge_rspq { /* state for an SGE response queue */ struct
529 struct sge_rspq rspq; argument
542 struct sge_rspq rspq;
611 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp;
613 struct sge_rspq intrq ____cacheline_aligned_in_smp;
644 struct sge_rspq **ingr_map; /* qid->queue ingress queue map */
924 static inline void cxgb_busy_poll_init_lock(struct sge_rspq *q) in cxgb_busy_poll_init_lock()
930 static inline bool cxgb_poll_lock_napi(struct sge_rspq *q) in cxgb_poll_lock_napi()
945 static inline bool cxgb_poll_unlock_napi(struct sge_rspq *q) in cxgb_poll_unlock_napi()
957 static inline bool cxgb_poll_lock_poll(struct sge_rspq *q) in cxgb_poll_lock_poll()
972 static inline bool cxgb_poll_unlock_poll(struct sge_rspq *q) in cxgb_poll_unlock_poll()
984 static inline bool cxgb_poll_busy_polling(struct sge_rspq *q) in cxgb_poll_busy_polling()
989 static inline void cxgb_busy_poll_init_lock(struct sge_rspq *q) in cxgb_busy_poll_init_lock()
993 static inline bool cxgb_poll_lock_napi(struct sge_rspq *q) in cxgb_poll_lock_napi()
998 static inline bool cxgb_poll_unlock_napi(struct sge_rspq *q) in cxgb_poll_unlock_napi()
1003 static inline bool cxgb_poll_lock_poll(struct sge_rspq *q) in cxgb_poll_lock_poll()
1008 static inline bool cxgb_poll_unlock_poll(struct sge_rspq *q) in cxgb_poll_unlock_poll()
1013 static inline bool cxgb_poll_busy_polling(struct sge_rspq *q) in cxgb_poll_busy_polling()
1032 const struct sge_rspq *q) in qtimer_val()
1052 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp,
1056 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq,
1072 int cxgb4_set_rspq_intr_params(struct sge_rspq *q, unsigned int us,
1192 const struct sge_rspq *q);