Lines Matching refs:sge_iq
416 struct sge_iq;
418 typedef int (*cpl_handler_t)(struct sge_iq *, const struct rss_header *,
420 typedef int (*an_handler_t)(struct sge_iq *, const struct rsp_ctrl *);
426 struct sge_iq { struct
443 STAILQ_ENTRY(sge_iq) link; argument
492 struct sge_iq *iq; /* iq that receives egr_update for the eq */
658 struct sge_iq iq; /* MUST be first */
675 iq_to_rxq(struct sge_iq *iq) in iq_to_rxq()
683 struct sge_iq iq; /* MUST be first */
705 iq_to_ofld_rxq(struct sge_iq *iq) in iq_to_ofld_rxq()
848 struct sge_iq fwq; /* Firmware event queue */
863 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */
1503 int t4_trace_pkt(struct sge_iq *, const struct rss_header *, struct mbuf *);
1504 int t5_trace_pkt(struct sge_iq *, const struct rss_header *, struct mbuf *);
1533 int t4_filter_rpl(struct sge_iq *, const struct rss_header *, struct mbuf *);
1534 int t4_hashfilter_ao_rpl(struct sge_iq *, const struct rss_header *, struct mbuf *);
1535 int t4_hashfilter_tcb_rpl(struct sge_iq *, const struct rss_header *, struct mbuf *);
1536 int t4_del_hashfilter_rpl(struct sge_iq *, const struct rss_header *, struct mbuf *);