Searched refs:sqe (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.c | 2019 struct sq_send_raweth_qp1_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local 2022 sqe->wqe_type = wqe->type; in bnxt_qplib_post_send() 2023 sqe->flags = wqe->flags; in bnxt_qplib_post_send() 2024 sqe->wqe_size = wqe_slots; in bnxt_qplib_post_send() 2025 sqe->cfa_action = cpu_to_le16(wqe->rawqp1.cfa_action); in bnxt_qplib_post_send() 2026 sqe->lflags = cpu_to_le16(wqe->rawqp1.lflags); in bnxt_qplib_post_send() 2027 sqe->length = cpu_to_le32(data_len); in bnxt_qplib_post_send() 2041 sqe->wqe_type, sqe->flags, sqe->wqe_size, in bnxt_qplib_post_send() 2042 sqe->lflags, sqe->cfa_action, in bnxt_qplib_post_send() 2043 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 | 208 void *sqe, nvmf_request_complete_t *cb, void *cb_arg, int how);
|
/freebsd/lib/libnvmf/ |
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 | 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 | libnvmf.h | 100 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
|