Searched refs:sqe (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | qplib_fp.c | 2036 struct sq_send_raweth_qp1_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local 2039 sqe->wqe_type = wqe->type; in bnxt_qplib_post_send() 2040 sqe->flags = wqe->flags; in bnxt_qplib_post_send() 2041 sqe->wqe_size = wqe_slots; in bnxt_qplib_post_send() 2042 sqe->cfa_action = cpu_to_le16(wqe->rawqp1.cfa_action); in bnxt_qplib_post_send() 2043 sqe->lflags = cpu_to_le16(wqe->rawqp1.lflags); in bnxt_qplib_post_send() 2044 sqe->length = cpu_to_le32(data_len); in bnxt_qplib_post_send() 2058 sqe->wqe_type, sqe->flags, sqe->wqe_size, in bnxt_qplib_post_send() 2059 sqe->lflags, sqe->cfa_action, in bnxt_qplib_post_send() 2060 sqe->length, ext_sqe->cfa_meta); in bnxt_qplib_post_send() [all …]
|
| /freebsd/sys/dev/nvmf/host/ |
| H A D | nvmf_qpair.c | 51 nvmf_allocate_request(struct nvmf_host_qpair *qp, void *sqe, in nvmf_allocate_request() argument 78 req->nc = nvmf_allocate_command(nq, sqe, how); in nvmf_allocate_request() 117 struct nvme_command *sqe; in nvmf_dispatch_command() local 137 sqe = nvmf_capsule_sqe(nc); in nvmf_dispatch_command() 143 sqe->cid = cmd->cid; in nvmf_dispatch_command()
|
| H A D | nvmf_var.h | 215 void *sqe, nvmf_request_complete_t *cb, void *cb_arg, int how);
|
| /freebsd/contrib/ofed/libbnxtre/ |
| H A D | verbs.c | 1989 struct bnxt_re_send *sqe) in bnxt_re_build_ud_sqe() argument 1999 sqe->dst_qp = htole32(wr->wr.ud.remote_qpn); in bnxt_re_build_ud_sqe() 2000 sqe->avid = htole32(ah->avid & 0xFFFFF); in bnxt_re_build_ud_sqe() 2009 struct bnxt_re_atomic *sqe = hdr2; in bnxt_re_build_cns_sqe() local 2013 sqe->cmp_dt = htole64(wr->wr.atomic.compare_add); in bnxt_re_build_cns_sqe() 2014 sqe->swp_dt = htole64(wr->wr.atomic.swap); in bnxt_re_build_cns_sqe() 2021 struct bnxt_re_atomic *sqe = hdr2; in bnxt_re_build_fna_sqe() local 2025 sqe->swp_dt = htole64(wr->wr.atomic.compare_add); in bnxt_re_build_fna_sqe() 2050 struct bnxt_re_send *sqe; in bnxt_re_post_send() local 2074 sqe = bnxt_re_get_hwqe(sq, idx++); in bnxt_re_post_send() [all …]
|
| /freebsd/lib/libnvmf/ |
| H A D | nvmf_transport.c | 125 nvmf_allocate_command(struct nvmf_qpair *qp, const void *sqe) in nvmf_allocate_command() argument 135 memcpy(&nc->nc_sqe, sqe, nc->nc_qe_len); in nvmf_allocate_command()
|
| H A D | nvmf_host.c | 22 nvmf_init_sqe(void *sqe, uint8_t opcode) in nvmf_init_sqe() argument 24 struct nvme_command *cmd = sqe; in nvmf_init_sqe() 31 nvmf_init_fabrics_sqe(void *sqe, uint8_t fctype) in nvmf_init_fabrics_sqe() argument 33 struct nvmf_capsule_cmd *cmd = sqe; in nvmf_init_fabrics_sqe() 35 nvmf_init_sqe(sqe, NVME_OPC_FABRICS_COMMANDS); in nvmf_init_fabrics_sqe()
|
| H A D | libnvmf.h | 102 const void *sqe);
|
| /freebsd/sys/dev/nvmf/ |
| H A D | nvmf_transport.h | 71 const void *sqe, int how);
|
| H A D | nvmf_transport.c | 95 nvmf_allocate_command(struct nvmf_qpair *qp, const void *sqe, int how) in nvmf_allocate_command() argument 107 memcpy(&nc->nc_sqe, sqe, nc->nc_qe_len); in nvmf_allocate_command()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 117 def SQE : UnaryRXE<"sqe", 0xED34, null_frag, FP32, 4>;
|
| /freebsd/sys/dev/bxe/ |
| H A D | ecore_hsi.h | 8755 struct fcoe_sqe sqe /* SQ WQE */; member
|