Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/
HDadapter.h360 struct sge_iq { struct
375 STAILQ_ENTRY(sge_iq) link; argument
526 struct sge_iq iq; /* MUST be first */
544 iq_to_rxq(struct sge_iq *iq) in iq_to_rxq()
554 struct sge_iq iq; /* MUST be first */
559 iq_to_ofld_rxq(struct sge_iq *iq) in iq_to_ofld_rxq()
694 struct sge_iq fwq; /* Firmware event queue */
710 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */
722 typedef int (*cpl_handler_t)(struct sge_iq *, const struct rss_header *,
724 typedef int (*an_handler_t)(struct sge_iq *, const struct rsp_ctrl *);
[all …]
HDt4_l2t.h94 int do_l2t_write_rpl(struct sge_iq *, const struct rss_header *, struct mbuf *);
HDt4_sge.c164 static int service_iq(struct sge_iq *, int);
166 static int t4_eth_rx(struct sge_iq *, const struct rss_header *, struct mbuf *);
167 static inline void init_iq(struct sge_iq *, struct adapter *, int, int, int);
175 static int alloc_iq_fl(struct vi_info *, struct sge_iq *, struct sge_fl *,
177 static int free_iq_fl(struct vi_info *, struct sge_iq *, struct sge_fl *);
242 static int handle_sge_egr_update(struct sge_iq *, const struct rss_header *,
244 static int handle_fw_msg(struct sge_iq *, const struct rss_header *,
852 static struct sge_iq *
857 struct sge_iq *iq = NULL; in vi_intr_iq()
1221 struct sge_iq *fwq = &sc->sge.fwq; in t4_intr_all()
[all …]
HDt4_tracer.c407 t4_trace_pkt(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in t4_trace_pkt()
429 t5_trace_pkt(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in t5_trace_pkt()
HDt4_l2t.c233 do_l2t_write_rpl(struct sge_iq *iq, const struct rss_header *rss, in do_l2t_write_rpl()
HDt4_main.c423 static void quiesce_iq(struct adapter *, struct sge_iq *);
435 static int cpl_not_handled(struct sge_iq *, const struct rss_header *,
437 static int an_not_handled(struct sge_iq *, const struct rsp_ctrl *);
936 s->iqmap = malloc(s->niq * sizeof(struct sge_iq *), M_CXGBE, in t4_attach()
4093 quiesce_iq(struct adapter *sc, struct sge_iq *iq) in quiesce_iq()
5001 cpl_not_handled(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in cpl_not_handled()
5031 an_not_handled(struct sge_iq *iq, const struct rsp_ctrl *ctrl) in an_not_handled()
8108 t4_filter_rpl(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in t4_filter_rpl()
/NextBSD/sys/dev/cxgbe/tom/
HDt4_tom.h278 int do_abort_req_synqe(struct sge_iq *, const struct rss_header *,
280 int do_abort_rpl_synqe(struct sge_iq *, const struct rss_header *,
HDt4_cpl_io.c1034 do_peer_close(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_peer_close()
1138 do_close_con_rpl(struct sge_iq *iq, const struct rss_header *rss, in do_close_con_rpl()
1244 do_abort_req(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_abort_req()
1316 do_abort_rpl(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_abort_rpl()
1349 do_rx_data(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_rx_data()
1548 do_fw4_ack(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_fw4_ack()
1674 do_set_tcb_rpl(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_set_tcb_rpl()
HDt4_listen.c714 do_pass_open_rpl(struct sge_iq *iq, const struct rss_header *rss, in do_pass_open_rpl()
789 do_close_server_rpl(struct sge_iq *iq, const struct rss_header *rss, in do_close_server_rpl()
844 do_abort_req_synqe(struct sge_iq *iq, const struct rss_header *rss, in do_abort_req_synqe()
893 do_abort_rpl_synqe(struct sge_iq *iq, const struct rss_header *rss, in do_abort_rpl_synqe()
1159 do_pass_accept_req(struct sge_iq *iq, const struct rss_header *rss, in do_pass_accept_req()
1452 do_pass_establish(struct sge_iq *iq, const struct rss_header *rss, in do_pass_establish()
HDt4_connect.c113 do_act_establish(struct sge_iq *iq, const struct rss_header *rss, in do_act_establish()
201 do_act_open_rpl(struct sge_iq *iq, const struct rss_header *rss, in do_act_open_rpl()
HDt4_tom_l2t.c325 do_l2t_write_rpl2(struct sge_iq *iq, const struct rss_header *rss, in do_l2t_write_rpl2()
HDt4_ddp.c509 do_rx_data_ddp(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_rx_data_ddp()
539 do_rx_ddp_complete(struct sge_iq *iq, const struct rss_header *rss, in do_rx_ddp_complete()
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDev.c190 int c4iw_ev_handler(struct sge_iq *iq, const struct rsp_ctrl *rc) in c4iw_ev_handler()
HDiw_cxgbe.h907 int c4iw_ev_handler(struct sge_iq *, const struct rsp_ctrl *);
HDcm.c58 struct sge_iq;
2366 static int terminate(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in terminate()
HDqp.c57 struct sge_iq;
/NextBSD/sys/dev/cxgbe/cxgbei/
HDcxgbei.c534 do_rx_iscsi_hdr(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_rx_iscsi_hdr()
568 do_rx_iscsi_data(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_rx_iscsi_data()
599 do_rx_iscsi_ddp(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_rx_iscsi_ddp()