/freebsd-src/sys/dev/cxgbe/tom/ |
H A D | t4_connect.c | 76 const struct cpl_act_establish *cpl = (const void *)(rss + 1); in do_act_establish() local 142 const struct cpl_act_open_rpl *cpl = (const void *)(rss + 1); do_act_open_rpl() local 303 struct cpl_act_open_req6 *cpl = wrtod(wr); t4_connect() local 347 struct cpl_act_open_req *cpl = wrtod(wr); t4_connect() local [all...] |
H A D | t4_tls.c | 383 write_tlstx_cpl(struct cpl_tx_tls_sfo *cpl, struct toepcb *toep, in write_tlstx_cpl() 486 struct cpl_tx_tls_sfo *cpl; in t4_push_ktls() local 725 const struct cpl_tls_data *cpl = mtod(m, const void *); in do_tls_data() local 786 const struct cpl_rx_tls_cmp *cpl = mtod(m, const void *); in do_rx_tls_cmp() local 989 do_rx_data_tls(const struct cpl_rx_data *cpl, struct toepcb *toep, in do_rx_data_tls() 1240 const struct cpl_set_tcb_rpl *cpl = (const void *)(rss + 1); in do_tls_tcb_rpl() local
|
H A D | t4_listen.c | 744 const struct cpl_pass_open_rpl *cpl = (const void *)(rss + 1); do_pass_open_rpl() local 819 const struct cpl_close_listsvr_rpl *cpl = (const void *)(rss + 1); do_close_server_rpl() local 882 const struct cpl_abort_req_rss *cpl = (const void *)(rss + 1); do_abort_req_synqe() local 932 const struct cpl_abort_rpl_rss *cpl = (const void *)(rss + 1); do_abort_rpl_synqe() local 1007 encapsulated_syn(struct adapter * sc,const struct cpl_pass_accept_req * cpl) encapsulated_syn() argument 1021 const struct cpl_pass_accept_req *cpl = mtod(m, const void *); pass_accept_req_to_protohdrs() local 1181 const struct cpl_pass_accept_req *cpl = mtod(m, const void *); do_pass_accept_req() local 1430 synqe_to_protohdrs(struct adapter * sc,struct synq_entry * synqe,const struct cpl_pass_establish * cpl,struct in_conninfo * inc,struct tcphdr * th,struct tcpopt * to) synqe_to_protohdrs() argument 1457 const struct cpl_pass_establish *cpl = (const void *)(rss + 1); do_pass_establish() local [all...] |
H A D | t4_cpl_io.c | 920 struct cpl_tx_data_iso *cpl; in write_tx_data_iso() local 1313 const struct cpl_peer_close *cpl = (const void *)(rss + 1); do_peer_close() local 1424 const struct cpl_close_con_rpl *cpl = (const void *)(rss + 1); do_close_con_rpl() local 1495 struct cpl_abort_rpl *cpl; send_abort_rpl() local 1534 const struct cpl_abort_req_rss *cpl = (const void *)(rss + 1); do_abort_req() local 1609 const struct cpl_abort_rpl_rss *cpl = (const void *)(rss + 1); do_abort_rpl() local 1642 const struct cpl_rx_data *cpl = mtod(m, const void *); do_rx_data() local 1808 const struct cpl_fw4_ack *cpl = (const void *)(rss + 1); do_fw4_ack() local [all...] |
H A D | t4_tom.c | 468 struct cpl_get_tcb *cpl; send_get_tcb() local 684 const struct cpl_get_tcb_rpl *cpl = mtod(m, const void *); do_get_tcb_rpl() local 1756 struct cpl_act_open_req *cpl; reclaim_wr_resources() local [all...] |
/freebsd-src/sys/dev/nvmf/controller/ |
H A D | nvmft_qpair.c | 174 struct nvme_completion cpl; _nvmft_send_response() local 220 const struct nvme_completion *cpl = cqe; nvmft_send_response() local 233 struct nvme_completion *cpl = cqe; nvmft_init_cqe() local 245 struct nvme_completion cpl; nvmft_send_error() local 269 struct nvme_completion cpl; _nvmft_send_generic_error() local [all...] |
H A D | nvmft_controller.c | 1039 struct nvme_completion cpl; nvmft_report_aer() local
|
/freebsd-src/sys/dev/nvme/ |
H A D | nvme_qpair.c | 336 struct nvme_completion *cpl) in nvme_qpair_print_completion() argument 354 nvme_completion_is_retry(const struct nvme_completion * cpl) nvme_completion_is_retry() argument 415 nvme_qpair_complete_tracker(struct nvme_tracker * tr,struct nvme_completion * cpl,error_print_t print_on_error) nvme_qpair_complete_tracker() argument 490 struct nvme_completion cpl; nvme_qpair_manual_complete_tracker() local 512 struct nvme_completion cpl; nvme_qpair_manual_complete_request() local 538 struct nvme_completion cpl; _nvme_qpair_process_completions() local [all...] |
H A D | nvme_test.c | 160 nvme_ns_io_test_cb(void *arg, const struct nvme_completion *cpl) in nvme_ns_io_test_cb() 202 struct nvme_completion cpl; in nvme_ns_io_test() local
|
H A D | nvme_ctrlr.c | 678 nvme_ctrlr_async_event_log_page_cb(void * arg,const struct nvme_completion * cpl) nvme_ctrlr_async_event_log_page_cb() argument 768 nvme_ctrlr_async_event_cb(void * arg,const struct nvme_completion * cpl) nvme_ctrlr_async_event_cb() argument 1225 nvme_pt_done(void * arg,const struct nvme_completion * cpl) nvme_pt_done() argument 1319 nvme_npc_done(void * arg,const struct nvme_completion * cpl) nvme_npc_done() argument [all...] |
H A D | nvme_ns.c | 137 nvme_ns_strategy_done(void *arg, const struct nvme_completion *cpl) in nvme_ns_strategy_done() 309 nvme_bio_child_done(void *arg, const struct nvme_completion *cpl) in nvme_bio_child_done()
|
H A D | nvme_sim.c | 63 nvme_sim_nvmeio_done(void *ccb_arg, const struct nvme_completion *cpl) in nvme_sim_nvmeio_done() argument
|
H A D | nvme_sysctl.c | 57 struct nvme_completion *cpl; in nvme_dump_queue() local
|
H A D | nvme.c | 303 nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl) in nvme_completion_poll_cb()
|
H A D | nvme_private.h | 106 struct nvme_completion cpl; member 126 struct nvme_completion cpl; member 181 struct nvme_completion *cpl; member
|
/freebsd-src/sys/dev/cxgbe/cxgbei/ |
H A D | cxgbei.c | 196 struct cpl_iscsi_hdr *cpl = mtod(m, struct cpl_iscsi_hdr *); in do_rx_iscsi_hdr() local 233 struct cpl_iscsi_data *cpl = mtod(m, struct cpl_iscsi_data *); in do_rx_iscsi_data() local 447 const struct cpl_rx_data_ddp *cpl = (const void *)(rss + 1); do_rx_iscsi_ddp() local 584 struct cpl_rx_iscsi_cmp *cpl = mtod(m, struct cpl_rx_iscsi_cmp *); do_rx_iscsi_cmp() local [all...] |
/freebsd-src/sys/dev/cxgb/ |
H A D | cxgb_offload.h | 94 #define M_GETHDR_OFLD(qset, ctrl, cpl) \ argument 97 m_gethdr_ofld(int qset, int ctrl, int cpllen, void **cpl) in m_gethdr_ofld()
|
/freebsd-src/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 154 struct cpl_act_open_req *cpl; in mk_ktls_act_open_req() local 185 struct cpl_act_open_req6 *cpl; in mk_ktls_act_open_req6() local 250 const struct cpl_act_open_rpl *cpl = (const void *)(rss + 1); ktls_act_open_rpl() local 281 struct cpl_set_tcb_field_core *cpl; write_set_tcb_field_ulp() local 1114 struct cpl_tx_pkt_core *cpl; ktls_write_tcp_options() local 1208 struct cpl_tx_pkt_core *cpl; ktls_write_tunnel_packet() local 1856 struct cpl_tx_pkt_core *cpl; ktls_write_tcp_fin() local [all...] |
H A D | t4_crypto.c | 337 struct cpl_rx_phys_dsgl *cpl; in ccr_write_phys_dsgl() local 601 ccr_hash_done(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp,const struct cpl_fw6_pld * cpl,int error) ccr_hash_done() argument 783 ccr_cipher_done(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp,const struct cpl_fw6_pld * cpl,int error) ccr_cipher_done() argument 1106 ccr_eta_done(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp,const struct cpl_fw6_pld * cpl,int error) ccr_eta_done() argument 1377 ccr_gcm_done(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp,const struct cpl_fw6_pld * cpl,int error) ccr_gcm_done() argument 1743 ccr_ccm_done(struct ccr_softc * sc,struct ccr_session * s,struct cryptop * crp,const struct cpl_fw6_pld * cpl,int error) ccr_ccm_done() argument 2654 const struct cpl_fw6_pld *cpl; do_cpl6_fw_pld() local [all...] |
/freebsd-src/lib/libnvmf/ |
H A D | nvmf_controller.c | 21 struct nvme_completion *cpl = cqe; in nvmf_init_cqe() local 33 struct nvme_completion cpl; in nvmf_simple_response() local
|
/freebsd-src/sys/dev/cxgbe/ |
H A D | t4_sge.c | 398 const struct cpl_set_tcb_rpl *cpl = (const void *)(rss + 1); in set_tcb_rpl_handler() local 438 const struct cpl_act_open_rpl *cpl = (const void *)(rss + 1); in act_open_rpl_handler() local 467 const struct cpl_fw4_ack *cpl = (const void *)(rss + 1); in fw4_ack_handler() local 1940 const struct cpl_rx_pkt *cpl; in eth_rx() local 5334 write_lso_cpl(void * cpl,struct mbuf * m0) write_lso_cpl() argument 5363 write_tnl_lso_cpl(void * cpl,struct mbuf * m0) write_tnl_lso_cpl() argument 5435 struct cpl_tx_pkt_core *cpl; write_txpkt_vm_wr() local 5568 struct cpl_tx_pkt_core *cpl; write_txpkt_wr() local 5833 struct cpl_tx_pkt_core *cpl; write_txpkts_wr() local 5944 struct cpl_tx_pkt_core *cpl; write_txpkts_vm_wr() local 6362 const struct cpl_sge_egr_update *cpl = (const void *)(rss + 1); handle_sge_egr_update() local 6388 const struct cpl_fw6_msg *cpl = (const void *)(rss + 1); handle_fw_msg() local 6619 struct cpl_tx_pkt_core *cpl; write_ethofld_wr() local 6891 const struct cpl_fw4_ack *cpl = (const void *)(rss + 1); ethofld_fw4_ack() local [all...] |
H A D | t4_filter.c | 1298 const struct cpl_act_open_rpl *cpl = (const void *)(rss + 1); in t4_hashfilter_ao_rpl() local 1382 const struct cpl_abort_rpl_rss *cpl = (const void *)(rss + 1); in t4_del_hashfilter_rpl() local 1507 uint64_t ftuple, struct cpl_act_open_req6 *cpl) in mk_act_open_req6() 1551 uint64_t ftuple, struct cpl_act_open_req *cpl) in mk_act_open_req()
|
H A D | t4_netmap.c | 975 struct cpl_tx_pkt_core *cpl; in cxgbe_nm_tx() local 1304 unwrap_nm_fw6_msg(const struct cpl_fw6_msg * cpl) unwrap_nm_fw6_msg() argument 1337 const void *cpl; service_nm_rxq() local [all...] |
/freebsd-src/sys/contrib/xen/arch-x86/ |
H A D | pmu.h | 82 uint8_t cpl; member
|
/freebsd-src/sys/dev/nvd/ |
H A D | nvd.c | 346 nvd_done(void *arg, const struct nvme_completion *cpl) in nvd_done()
|