Home
last modified time | relevance | path

Searched refs:sge_iq (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h165 struct sge_iq { struct
186 STAILQ_ENTRY(sge_iq) link; argument
320 struct sge_iq iq; /* MUST be first */
338 struct sge_iq iq; /* MUST be first */
376 struct sge_iq fwq; /* Firmware event queue */
388 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */
429 typedef int (*cpl_handler_t)(struct sge_iq *, const struct rss_header *,
581 struct sge_rxq *iq_to_rxq(struct sge_iq *iq);
H A Dt4_sge.c74 static int service_iq(struct sge_iq *iq, int budget);
75 static inline void init_iq(struct sge_iq *iq, struct adapter *sc, int tmr_idx,
80 static int alloc_iq_fl(struct port_info *pi, struct sge_iq *iq,
82 static int free_iq_fl(struct port_info *pi, struct sge_iq *iq,
122 static inline bool is_new_response(const struct sge_iq *iq,
124 static inline void iq_next(struct sge_iq *iq);
152 static int t4_eth_rx(struct sge_iq *iq, const struct rss_header *rss,
164 static int handle_fw_rpl(struct sge_iq *iq, const struct rss_header *rss,
383 static struct sge_iq *
388 struct sge_iq *iq = NULL; in port_intr_iq()
[all …]
H A Dt4_l2t.h64 int do_l2t_write_rpl(struct sge_iq *iq, const struct rss_header *rss,
H A Dadapter.c108 iq_to_rxq(struct sge_iq *iq) in iq_to_rxq()
H A Dt4_nexus.c133 static int cpl_not_handled(struct sge_iq *iq, const struct rss_header *rss,
508 s->iqmap = kmem_zalloc(s->niq * sizeof (struct sge_iq *), KM_SLEEP); in t4_devo_attach()
733 kmem_free(s->iqmap, s->niq * sizeof (struct sge_iq *)); in t4_devo_detach()
2082 struct sge_iq *iq; in enable_port_queues()
2216 cpl_not_handled(struct sge_iq *iq, const struct rss_header *rss, mblk_t *m) in cpl_not_handled()
H A Dt4_l2t.c438 do_l2t_write_rpl(struct sge_iq *iq, const struct rss_header *rss, mblk_t *m) in do_l2t_write_rpl()