Home
last modified time | relevance | path

Searched defs:sqe (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v5.15/tools/io_uring/
Dliburing.h98 static inline void io_uring_sqe_set_data(struct io_uring_sqe *sqe, void *data) in io_uring_sqe_set_data()
108 static inline void io_uring_prep_rw(int op, struct io_uring_sqe *sqe, int fd, in io_uring_prep_rw()
120 static inline void io_uring_prep_readv(struct io_uring_sqe *sqe, int fd, in io_uring_prep_readv()
127 static inline void io_uring_prep_read_fixed(struct io_uring_sqe *sqe, int fd, in io_uring_prep_read_fixed()
134 static inline void io_uring_prep_writev(struct io_uring_sqe *sqe, int fd, in io_uring_prep_writev()
141 static inline void io_uring_prep_write_fixed(struct io_uring_sqe *sqe, int fd, in io_uring_prep_write_fixed()
148 static inline void io_uring_prep_poll_add(struct io_uring_sqe *sqe, int fd, in io_uring_prep_poll_add()
160 static inline void io_uring_prep_poll_remove(struct io_uring_sqe *sqe, in io_uring_prep_poll_remove()
168 static inline void io_uring_prep_fsync(struct io_uring_sqe *sqe, int fd, in io_uring_prep_fsync()
177 static inline void io_uring_prep_nop(struct io_uring_sqe *sqe) in io_uring_prep_nop()
Dio_uring-cp.c71 struct io_uring_sqe *sqe; in queue_prepped() local
86 struct io_uring_sqe *sqe; in queue_read() local
Dqueue.c145 struct io_uring_sqe *sqe; in io_uring_get_sqe() local
Dio_uring-bench.c145 struct io_uring_sqe *sqe = &s->sqes[index]; in init_io() local
/Linux-v5.15/drivers/crypto/hisilicon/zip/
Dzip_crypto.c260 static void hisi_zip_fill_addr(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req) in hisi_zip_fill_addr()
268 static void hisi_zip_fill_buf_size(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req) in hisi_zip_fill_buf_size()
278 static void hisi_zip_fill_buf_type(struct hisi_zip_sqe *sqe, u8 buf_type) in hisi_zip_fill_buf_type()
287 static void hisi_zip_fill_req_type(struct hisi_zip_sqe *sqe, u8 req_type) in hisi_zip_fill_req_type()
296 static void hisi_zip_fill_tag_v1(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req) in hisi_zip_fill_tag_v1()
301 static void hisi_zip_fill_tag_v2(struct hisi_zip_sqe *sqe, struct hisi_zip_req *req) in hisi_zip_fill_tag_v2()
306 static void hisi_zip_fill_sqe_type(struct hisi_zip_sqe *sqe, u8 sqe_type) in hisi_zip_fill_sqe_type()
315 static void hisi_zip_fill_sqe(struct hisi_zip_ctx *ctx, struct hisi_zip_sqe *sqe, in hisi_zip_fill_sqe()
383 static u32 hisi_zip_get_tag_v1(struct hisi_zip_sqe *sqe) in hisi_zip_get_tag_v1()
388 static u32 hisi_zip_get_tag_v2(struct hisi_zip_sqe *sqe) in hisi_zip_get_tag_v2()
[all …]
/Linux-v5.15/drivers/infiniband/sw/siw/
Dsiw_qp.c869 void siw_read_to_orq(struct siw_sqe *rreq, struct siw_sqe *sqe) in siw_read_to_orq()
883 struct siw_sqe *sqe; in siw_activate_tx_from_sq() local
1060 int siw_sqe_complete(struct siw_qp *qp, struct siw_sqe *sqe, u32 bytes, in siw_sqe_complete()
1190 struct siw_sqe *sqe; in siw_sq_flush() local
Dsiw_verbs.c638 struct siw_sqe *sqe) in siw_copy_inline_sgl()
673 struct siw_sqe sqe = {}; in siw_sq_flush_wr() local
781 struct siw_sqe *sqe = &qp->sendq[idx]; in siw_post_send() local
Dsiw_qp_tx.c929 static int siw_fastreg_mr(struct ib_pd *pd, struct siw_sqe *sqe) in siw_fastreg_mr()
Dsiw.h192 struct siw_sqe sqe; member
627 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in siw_sq_empty() local
634 struct siw_sqe *sqe = &qp->sendq[qp->sq_get % qp->attrs.sq_size]; in sq_get_next() local
/Linux-v5.15/drivers/scsi/qedf/
Dqedf_io.c588 struct fcoe_wqe *sqe) in qedf_init_task()
677 struct e4_fcoe_task_context *task_ctx, struct fcoe_wqe *sqe) in qedf_init_mp_task()
855 struct fcoe_wqe *sqe; in qedf_post_io_req() local
1869 struct fcoe_wqe *sqe; in qedf_initiate_abts() local
2162 struct fcoe_wqe *sqe; in qedf_initiate_cleanup() local
2304 struct fcoe_wqe *sqe; in qedf_execute_tmf() local
Ddrv_fcoe_fw_funcs.h16 struct fcoe_wqe *sqe; member
Dqedf_els.c23 struct fcoe_wqe *sqe; in qedf_initiate_els() local
702 struct fcoe_wqe *sqe; in qedf_initiate_seq_cleanup() local
/Linux-v5.15/fs/
Dio_uring.c2830 static int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe, in io_prep_rw()
3351 static int io_read_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_read_prep()
3573 static int io_write_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_write_prep()
3678 const struct io_uring_sqe *sqe) in io_renameat_prep()
3729 const struct io_uring_sqe *sqe) in io_unlinkat_prep()
3778 const struct io_uring_sqe *sqe) in io_mkdirat_prep()
3821 const struct io_uring_sqe *sqe) in io_symlinkat_prep()
3870 const struct io_uring_sqe *sqe) in io_linkat_prep()
3921 const struct io_uring_sqe *sqe) in io_shutdown_prep()
3961 const struct io_uring_sqe *sqe) in __io_splice_prep()
[all …]
/Linux-v5.15/drivers/scsi/qedi/
Dqedi_fw_iscsi.h14 struct iscsi_wqe *sqe; member
/Linux-v5.15/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c1771 struct sq_send_raweth_qp1_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
1792 struct sq_send_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
1822 struct sq_rdma_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
1842 struct sq_atomic_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
1859 struct sq_localinvalidate *sqe = base_hdr; in bnxt_qplib_post_send() local
1870 struct sq_fr_pmr_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
1902 struct sq_bind_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
/Linux-v5.15/drivers/infiniband/hw/cxgb4/
Drestrack.c96 struct t4_swsqe *sqe) in fill_swsqe()
/Linux-v5.15/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c302 struct hpre_sqe *sqe = &req->req; in hpre_hw_data_clr_all() local
330 static int hpre_alg_res_post_hf(struct hpre_ctx *ctx, struct hpre_sqe *sqe, in hpre_alg_res_post_hf()
462 struct hpre_sqe *sqe = resp; in hpre_alg_cb() local
1423 struct hpre_sqe *sqe = &req->req; in hpre_ecdh_hw_data_clr_all() local
1733 struct hpre_sqe *sqe = &req->req; in hpre_curve25519_hw_data_clr_all() local
/Linux-v5.15/drivers/dma/
Dhisi_dma.c85 struct hisi_dma_sqe sqe; member
263 struct hisi_dma_sqe *sqe = chan->sq + chan->sq_tail; in hisi_dma_start_transfer() local
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c646 struct sk_buff *skb, int sqe, int hdr_len) in otx2_dma_map_tso_skb()
679 u64 seg_addr, int hdr_len, int sqe) in otx2_tso_frag_dma_addr()
Dotx2_txrx.h87 struct qmem *sqe; member
/Linux-v5.15/drivers/nvme/host/
Dfc.c1910 struct nvme_command *sqe = &op->cmd_iu.sqe; in nvme_fc_fcpio_done() local
2140 struct nvme_command *sqe; in nvme_fc_init_aen_ops() local
2555 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_timeout() local
2658 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_start_fcp_op() local
Drdma.c65 struct nvme_rdma_qe sqe; member
1705 struct nvme_rdma_qe *sqe = &ctrl->async_event_sqe; in nvme_rdma_submit_async_event() local
2034 struct nvme_rdma_qe *sqe = &req->sqe; in nvme_rdma_queue_rq() local
/Linux-v5.15/include/linux/qed/
Dqed_nvmetcp_if.h98 struct nvmetcp_wqe *sqe; member
/Linux-v5.15/drivers/scsi/bnx2i/
Dbnx2i.h498 struct sqe { struct
499 u8 sqe_byte[BNX2I_SQ_WQE_SIZE]; argument
/Linux-v5.15/drivers/nvme/target/
Dfc.c2136 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in nvmet_fc_prep_fcp_rsp() local
2442 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in __nvmet_fc_fcp_nvme_cmd_done() local

12