Searched defs:cpl (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_sysctl.c61 struct nvme_completion *cpl; local
H A Dnvme_test.c161 nvme_ns_io_test_cb(void *arg, const struct nvme_completion *cpl) argument
203 struct nvme_completion cpl; local
H A Dnvme_sim.c70 nvme_sim_nvmeio_done(void *ccb_arg, const struct nvme_completion *cpl) argument
H A Dnvme.c205 nvme_dump_completion(struct nvme_completion *cpl) argument
464 nvme_completion_poll_cb(void *arg, const struct nvme_completion *cpl) argument
[all...]
H A Dnvme_ns.c125 nvme_ns_strategy_done(void *arg, const struct nvme_completion *cpl) argument
281 nvme_bio_child_done(void *arg, const struct nvme_completion *cpl) argument
H A Dnvme_qpair.c320 nvme_completion_is_retry(const struct nvme_completion *cpl) argument
311 nvme_qpair_print_completion(struct nvme_qpair *qpair, struct nvme_completion *cpl) argument
363 nvme_qpair_complete_tracker(struct nvme_qpair *qpair, struct nvme_tracker *tr, struct nvme_completion *cpl, error_print_t print_on_error) argument
429 struct nvme_completion cpl; local
444 struct nvme_completion cpl; local
469 struct nvme_completion *cpl; local
[all...]
H A Dnvme_ctrlr.c609 nvme_ctrlr_async_event_log_page_cb(void *arg, const struct nvme_completion *cpl) argument
658 nvme_ctrlr_async_event_cb(void *arg, const struct nvme_completion *cpl) argument
939 nvme_pt_done(void *arg, const struct nvme_completion *cpl) argument
[all...]
H A Dnvme_private.h118 struct nvme_completion cpl; member in struct:nvme_completion_poll_status
149 struct nvme_completion cpl; member in struct:nvme_async_event_request
192 struct nvme_completion *cpl; member in struct:nvme_qpair
/freebsd-11-stable/sbin/fsdb/
H A Dfsdbutil.c234 int i, j, cpl, charssofar; local
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_offload.h98 m_gethdr_ofld(int qset, int ctrl, int cpllen, void **cpl) argument
/freebsd-11-stable/sys/xen/interface/arch-x86/
H A Dpmu.h90 uint8_t cpl; member in struct:xen_pmu_regs
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c75 const struct cpl_act_establish *cpl = (const void *)(rss + 1); local
141 const struct cpl_act_open_rpl *cpl = (const void *)(rss + 1); local
400 struct cpl_act_open_req6 *cpl = wrtod(wr); local
440 struct cpl_act_open_req *cpl = wrtod(wr); local
[all...]
H A Dt4_tls.c980 write_tlstx_cpl(struct cpl_tx_tls_sfo *cpl, struct toepcb *toep, argument
1093 struct cpl_tx_tls_sfo *cpl; local
1402 const struct cpl_tls_data *cpl = mtod(m, const void *); local
1463 const struct cpl_rx_tls_cmp *cpl = mtod(m, const void *); local
[all...]
H A Dt4_cpl_io.c1223 const struct cpl_peer_close *cpl = (const void *)(rss + 1); local
1322 const struct cpl_close_con_rpl *cpl = (const void *)(rss + 1); local
1391 struct cpl_abort_rpl *cpl; local
1430 const struct cpl_abort_req_rss *cpl = (const void *)(rss + 1); local
1504 const struct cpl_abort_rpl_rss *cpl = (const void *)(rss + 1); local
1537 const struct cpl_rx_data *cpl = mtod(m, const void *); local
1694 const struct cpl_fw4_ack *cpl = (const void *)(rss + 1); local
[all...]
H A Dt4_ddp.c631 const struct cpl_set_tcb_rpl *cpl = (const void *)(rss + 1); local
760 const struct cpl_rx_data_ddp *cpl = (const void *)(rss + 1); local
791 const struct cpl_rx_ddp_complete *cpl = (const void *)(rss + 1); local
[all...]
H A Dt4_tom.c1012 struct cpl_act_open_req *cpl; local
H A Dt4_listen.c727 const struct cpl_pass_open_rpl *cpl = (const void *)(rss + 1); local
802 const struct cpl_close_listsvr_rpl *cpl = (const void *)(rss + 1); local
865 const struct cpl_abort_req_rss *cpl = (const void *)(rss + 1); local
912 const struct cpl_abort_rpl_rss *cpl = (const void *)(rss + 1); local
1100 const struct cpl_pass_accept_req *cpl = mtod(m, const void *); local
1239 const struct cpl_pass_accept_req *cpl = mtod(m, const void *); local
1462 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) argument
1489 const struct cpl_pass_establish *cpl = (const void *)(rss + 1); local
[all...]
/freebsd-11-stable/sys/dev/nvd/
H A Dnvd.c296 nvd_done(void *arg, const struct nvme_completion *cpl) argument
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c388 pass_accept_req_to_protohdrs(const struct cpl_pass_accept_req *cpl, argument
645 pass_establish_to_protohdrs(const struct cpl_pass_establish *cpl, argument
677 struct cpl_pass_establish *cpl = mtod(m, void *); local
1122 struct cpl_pass_establish *cpl = synqe->cpl; local
[all...]
H A Dcxgb_tom.h112 struct cpl_pass_establish *cpl; member in struct:synq_entry
H A Dcxgb_cpl_io.c270 mk_tid_release(struct cpl_tid_release *cpl, unsigned int tid) argument
283 struct cpl_tid_release *cpl; local
312 struct cpl_tid_release *cpl; local
956 struct cpl_act_open_req *cpl; local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_netmap.c557 struct cpl_tx_pkt_core *cpl; local
879 unwrap_nm_fw6_msg(const struct cpl_fw6_msg *cpl) argument
912 const void *cpl; local
[all...]
H A Dt4_filter.c1204 const struct cpl_act_open_rpl *cpl = (const void *)(rss + 1); local
1288 const struct cpl_abort_rpl_rss *cpl = (const void *)(rss + 1); local
1412 mk_act_open_req6(struct adapter *sc, struct filter_entry *f, int atid, uint64_t ftuple, struct cpl_act_open_req6 *cpl) argument
1456 mk_act_open_req(struct adapter *sc, struct filter_entry *f, int atid, uint64_t ftuple, struct cpl_act_open_req *cpl) argument
[all...]
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c536 struct cpl_iscsi_hdr *cpl = mtod(m, struct cpl_iscsi_hdr *); local
570 struct cpl_iscsi_data *cpl = mtod(m, struct cpl_iscsi_data *); local
601 const struct cpl_rx_data_ddp *cpl = (const void *)(rss + 1); local
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dtask_switch.c317 int cpl, dpl, rpl; local
[all...]

Completed in 356 milliseconds

12