Home
last modified time | relevance | path

Searched defs:cpl (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_connect.c78 const struct cpl_act_establish *cpl = (const void *)(rss + 1); in do_act_establish() local
144 const struct cpl_act_open_rpl *cpl = (const void *)(rss + 1); in do_act_open_rpl() local
305 struct cpl_act_open_req6 *cpl = wrtod(wr); in t4_connect() local
349 struct cpl_act_open_req *cpl = wrtod(wr); in t4_connect() local
H A Dt4_listen.c746 const struct cpl_pass_open_rpl *cpl = (const void *)(rss + 1); in do_pass_open_rpl() local
821 const struct cpl_close_listsvr_rpl *cpl = (const void *)(rss + 1); in do_close_server_rpl() local
884 const struct cpl_abort_req_rss *cpl = (const void *)(rss + 1); in do_abort_req_synqe() local
934 const struct cpl_abort_rpl_rss *cpl = (const void *)(rss + 1); in do_abort_rpl_synqe() local
1009 encapsulated_syn(struct adapter *sc, const struct cpl_pass_accept_req *cpl) in encapsulated_syn()
1023 const struct cpl_pass_accept_req *cpl = mtod(m, const void *); in pass_accept_req_to_protohdrs() local
1183 const struct cpl_pass_accept_req *cpl = mtod(m, const void *); in do_pass_accept_req() local
1432 const struct cpl_pass_establish *cpl, struct in_conninfo *inc, in synqe_to_protohdrs()
1459 const struct cpl_pass_establish *cpl = (const void *)(rss + 1); in do_pass_establish() local
H A Dt4_cpl_io.c951 struct cpl_tx_data_iso *cpl; in write_tx_data_iso() local
1339 const struct cpl_peer_close *cpl = (const void *)(rss + 1); in do_peer_close() local
1450 const struct cpl_close_con_rpl *cpl = (const void *)(rss + 1); in do_close_con_rpl() local
1521 struct cpl_abort_rpl *cpl; in send_abort_rpl() local
1560 const struct cpl_abort_req_rss *cpl = (const void *)(rss + 1); in do_abort_req() local
1635 const struct cpl_abort_rpl_rss *cpl = (const void *)(rss + 1); in do_abort_rpl() local
1668 const struct cpl_rx_data *cpl = mtod(m, const void *); in do_rx_data() local
1835 const struct cpl_fw4_ack *cpl = (const void *)(rss + 1); in do_fw4_ack() local
H A Dt4_tls.c1265 write_tlstx_cpl(struct cpl_tx_tls_sfo *cpl, struct toepcb *toep, in write_tlstx_cpl()
1378 struct cpl_tx_tls_sfo *cpl; in t4_push_tls_records() local
1758 struct cpl_tx_tls_sfo *cpl; in t4_push_ktls() local
1989 const struct cpl_tls_data *cpl = mtod(m, const void *); in do_tls_data() local
2050 const struct cpl_rx_tls_cmp *cpl = mtod(m, const void *); in do_rx_tls_cmp() local
2279 do_rx_data_tls(const struct cpl_rx_data *cpl, struct toepcb *toep, in do_rx_data_tls()
H A Dt4_tom.c478 struct cpl_get_tcb *cpl; in send_get_tcb() local
691 const struct cpl_get_tcb_rpl *cpl = mtod(m, const void *); in do_get_tcb_rpl() local
1660 struct cpl_act_open_req *cpl; in reclaim_wr_resources() local
H A Dt4_ddp.c626 const struct cpl_set_tcb_rpl *cpl = (const void *)(rss + 1); in do_ddp_tcb_rpl() local
761 const struct cpl_rx_data_ddp *cpl = (const void *)(rss + 1); in do_rx_data_ddp() local
792 const struct cpl_rx_ddp_complete *cpl = (const void *)(rss + 1); in do_rx_ddp_complete() local
/freebsd-13.1/sys/dev/nvme/
H A Dnvme_qpair.c345 struct nvme_completion *cpl) in nvme_qpair_print_completion()
358 nvme_completion_is_retry(const struct nvme_completion *cpl) in nvme_completion_is_retry()
419 struct nvme_completion *cpl, error_print_t print_on_error) in nvme_qpair_complete_tracker()
492 struct nvme_completion cpl; in nvme_qpair_manual_complete_tracker() local
510 struct nvme_completion cpl; in nvme_qpair_manual_complete_request() local
535 struct nvme_completion cpl; in nvme_qpair_process_completions() local
H A Dnvme_test.c162 nvme_ns_io_test_cb(void *arg, const struct nvme_completion *cpl) in nvme_ns_io_test_cb()
204 struct nvme_completion cpl; in nvme_ns_io_test() local
H A Dnvme.c101 nvme_dump_completion(struct nvme_completion *cpl) in nvme_dump_completion()
339 nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl) in nvme_completion_poll_cb()
H A Dnvme_ns.c128 nvme_ns_strategy_done(void *arg, const struct nvme_completion *cpl) in nvme_ns_strategy_done()
302 nvme_bio_child_done(void *arg, const struct nvme_completion *cpl) in nvme_bio_child_done()
H A Dnvme_ctrlr.c681 nvme_ctrlr_async_event_log_page_cb(void *arg, const struct nvme_completion *cpl) in nvme_ctrlr_async_event_log_page_cb()
779 nvme_ctrlr_async_event_cb(void *arg, const struct nvme_completion *cpl) in nvme_ctrlr_async_event_cb()
1241 nvme_pt_done(void *arg, const struct nvme_completion *cpl) in nvme_pt_done()
H A Dnvme_sim.c66 nvme_sim_nvmeio_done(void *ccb_arg, const struct nvme_completion *cpl) in nvme_sim_nvmeio_done()
H A Dnvme_sysctl.c58 struct nvme_completion *cpl; in nvme_dump_queue() local
H A Dnvme_private.h113 struct nvme_completion cpl; member
144 struct nvme_completion cpl; member
201 struct nvme_completion *cpl; member
/freebsd-13.1/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c215 struct cpl_iscsi_hdr *cpl = mtod(m, struct cpl_iscsi_hdr *); in do_rx_iscsi_hdr() local
252 struct cpl_iscsi_data *cpl = mtod(m, struct cpl_iscsi_data *); in do_rx_iscsi_data() local
306 const struct cpl_rx_data_ddp *cpl = (const void *)(rss + 1); in do_rx_iscsi_ddp() local
482 struct cpl_rx_iscsi_cmp *cpl = mtod(m, struct cpl_rx_iscsi_cmp *); in do_rx_iscsi_cmp() local
/freebsd-13.1/sys/dev/cxgb/
H A Dcxgb_offload.h96 #define M_GETHDR_OFLD(qset, ctrl, cpl) \ argument
99 m_gethdr_ofld(int qset, int ctrl, int cpllen, void **cpl) in m_gethdr_ofld()
H A Dcxgb_sge.c487 const struct cpl_rx_data *cpl = (const void *)&resp->imm_data[0]; in get_imm_packet() local
490 const struct cpl_rx_pkt *cpl = (const void *)&resp->imm_data[0]; in get_imm_packet() local
1546 struct cpl_tx_pkt *cpl = (struct cpl_tx_pkt *)txd; in t3_encap() local
2625 struct cpl_rx_pkt *cpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + ethpad); in t3_rx_eth() local
/freebsd-13.1/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c313 struct cpl_act_open_req *cpl; in mk_ktls_act_open_req() local
344 struct cpl_act_open_req6 *cpl; in mk_ktls_act_open_req6() local
409 const struct cpl_act_open_rpl *cpl = (const void *)(rss + 1); in ktls_act_open_rpl() local
440 struct cpl_set_tcb_field_core *cpl; in write_set_tcb_field_ulp() local
1361 struct cpl_tx_pkt_core *cpl; in ktls_write_tcp_options() local
1455 struct cpl_tx_pkt_core *cpl; in ktls_write_tunnel_packet() local
2102 struct cpl_tx_pkt_core *cpl; in ktls_write_tcp_fin() local
H A Dt4_crypto.c332 struct cpl_rx_phys_dsgl *cpl; in ccr_write_phys_dsgl() local
596 const struct cpl_fw6_pld *cpl, int error) in ccr_hash_done()
778 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_blkcipher_done()
1101 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_eta_done()
1372 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_gcm_done()
1883 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_ccm_done()
2956 const struct cpl_fw6_pld *cpl; in do_cpl6_fw_pld() local
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_sge.c470 const struct cpl_fw4_ack *cpl = (const void *)(rss + 1); in fw4_ack_handler() local
1911 const struct cpl_rx_pkt *cpl; in eth_rx() local
5296 write_lso_cpl(void *cpl, struct mbuf *m0) in write_lso_cpl()
5325 write_tnl_lso_cpl(void *cpl, struct mbuf *m0) in write_tnl_lso_cpl()
5397 struct cpl_tx_pkt_core *cpl; in write_txpkt_vm_wr() local
5529 struct cpl_tx_pkt_core *cpl; in write_txpkt_wr() local
5794 struct cpl_tx_pkt_core *cpl; in write_txpkts_wr() local
5905 struct cpl_tx_pkt_core *cpl; in write_txpkts_vm_wr() local
6348 const struct cpl_fw6_msg *cpl = (const void *)(rss + 1); in handle_fw_msg() local
6577 struct cpl_tx_pkt_core *cpl; in write_ethofld_wr() local
[all …]
H A Dt4_filter.c1300 const struct cpl_act_open_rpl *cpl = (const void *)(rss + 1); in t4_hashfilter_ao_rpl() local
1384 const struct cpl_abort_rpl_rss *cpl = (const void *)(rss + 1); in t4_del_hashfilter_rpl() local
1509 uint64_t ftuple, struct cpl_act_open_req6 *cpl) in mk_act_open_req6()
1553 uint64_t ftuple, struct cpl_act_open_req *cpl) in mk_act_open_req()
H A Dt4_netmap.c993 struct cpl_tx_pkt_core *cpl; in cxgbe_nm_tx() local
1322 unwrap_nm_fw6_msg(const struct cpl_fw6_msg *cpl) in unwrap_nm_fw6_msg()
1355 const void *cpl; in service_nm_rxq() local
H A Doffload.h57 #define INIT_TP_WR_MIT_CPL(w, cpl, tid) do { \ argument
/freebsd-13.1/sys/xen/interface/arch-x86/
H A Dpmu.h82 uint8_t cpl; member
/freebsd-13.1/sys/dev/nvd/
H A Dnvd.c348 nvd_done(void *arg, const struct nvme_completion *cpl) in nvd_done()

12