Symbol: t4_sge_iq_t
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
524
t4_sge_iq_t iq;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
573
t4_sge_iq_t *intr_iqs;
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
622
t4_sge_iq_t fwq; /* Firmware event queue */
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
640
t4_sge_iq_t **iqmap; /* iq->cntxt_id to IQ mapping */
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
907
void t4_iq_gts_update(t4_sge_iq_t *, t4_gts_config_t, uint16_t);
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
908
void t4_iq_update_intr_cfg(t4_sge_iq_t *, uint8_t, int8_t);
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
912
t4_iq_result_t t4_process_rx_iq(t4_sge_iq_t *, uint_t, struct t4_poll_req *);
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1967
t4_sge_iq_t *fwq = &sc->sge.fwq;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1978
t4_sge_iq_t *fwq = &sc->sge.fwq;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
2072
t4_sge_iq_t *iq = &rxq->iq;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
850
t4_sge_iq_t *iq = &rxq->iq;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
863
t4_sge_iq_t *iq = &rxq->iq;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
877
t4_sge_iq_t *iq = &rxq->iq;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2342
sizeof (t4_sge_iq_t), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
103
static void t4_free_iq(struct port_info *, t4_sge_iq_t *);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1073
DTRACE_PROBE3(t4__rx__iq__processed, t4_sge_iq_t *, rx_iq,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
122
static inline bool t4_get_new_rsp(const t4_sge_iq_t *, struct rsp_ctrl *);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
123
static inline void t4_iq_next_entry(t4_sge_iq_t *iq);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1233
t4_alloc_iq(struct port_info *pi, const t4_iq_params_t *tip, t4_sge_iq_t *iq,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
124
static t4_iq_result_t t4_process_event_iq(t4_sge_iq_t *event_iq);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1463
t4_free_iq(struct port_info *pi, t4_sge_iq_t *iq)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
161
static void t4_sge_egr_update(t4_sge_iq_t *, const struct rss_header *);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
162
static int t4_handle_cpl_msg(t4_sge_iq_t *, const struct rss_header *,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
164
static int t4_handle_fw_msg(t4_sge_iq_t *, const struct rss_header *);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
178
static inline t4_sge_iq_t **
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
206
t4_iq_to_rxq(t4_sge_iq_t *iq)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2074
t4_get_new_rsp(const t4_sge_iq_t *iq, struct rsp_ctrl *ctrl)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2089
t4_iq_next_entry(t4_sge_iq_t *iq)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
215
static inline t4_sge_iq_t *
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3522
t4_handle_cpl_msg(t4_sge_iq_t *iq, const struct rss_header *rss, mblk_t *mp)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3526
DTRACE_PROBE4(t4__cpl_msg, t4_sge_iq_t *, iq, uint8_t, opcode,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3558
t4_handle_fw_msg(t4_sge_iq_t *iq, const struct rss_header *rss)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3565
DTRACE_PROBE3(t4__fw_msg, t4_sge_iq_t *, iq, uint8_t, msg_type,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3602
t4_sge_egr_update(t4_sge_iq_t *iq, const struct rss_header *rss)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
517
t4_sge_iq_t *iq = &rxq->iq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
554
t4_sge_iq_t *iq = &rxq->iq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
592
t4_iq_update_intr_cfg(t4_sge_iq_t *iq, uint8_t tmr_idx, int8_t pktc_idx)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
652
t4_iq_gts_update(t4_sge_iq_t *iq, t4_gts_config_t cfg, uint16_t cidx_incr)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
668
t4_iq_gts_incr(t4_sge_iq_t *iq, uint16_t cidx_incr)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
721
t4_sge_iq_t *iq = (t4_sge_iq_t *)arg1;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
756
t4_process_event_iq(t4_sge_iq_t *event_iq)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
776
list_create(&iql_fwd, sizeof (t4_sge_iq_t),
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
777
offsetof(t4_sge_iq_t, tsi_intr_fwd_node));
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
790
DTRACE_PROBE3(t4__event__iq__entry, t4_sge_iq_t *, event_iq,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
804
t4_sge_iq_t *tgt_iq = *t4_iqmap_slot(sc, tgt_qid);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
848
t4_sge_iq_t *rx_iq = NULL;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
861
DTRACE_PROBE3(t4__event__iq__processed, t4_sge_iq_t *, event_iq,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
872
t4_process_rx_iq(t4_sge_iq_t *rx_iq, uint_t desc_budget,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
921
DTRACE_PROBE3(t4__rx__iq__entry, t4_sge_iq_t *, rx_iq,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
98
t4_sge_iq_t *tip_intr_evtq;