Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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.c640 struct siw_sqe *sqe) in siw_copy_inline_sgl()
675 struct siw_sqe sqe = {}; in siw_sq_flush_wr() local
783 struct siw_sqe *sqe = &qp->sendq[idx]; in siw_post_send() local
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_io.c593 struct fcoe_wqe *sqe) in qedf_init_task()
682 struct e4_fcoe_task_context *task_ctx, struct fcoe_wqe *sqe) in qedf_init_mp_task()
860 struct fcoe_wqe *sqe; in qedf_post_io_req() local
1880 struct fcoe_wqe *sqe; in qedf_initiate_abts() local
2173 struct fcoe_wqe *sqe; in qedf_initiate_cleanup() local
2315 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
/kernel/linux/linux-4.19/drivers/scsi/qedf/
Dqedf_io.c602 struct fcoe_wqe *sqe) in qedf_init_task()
695 struct e4_fcoe_task_context *task_ctx, struct fcoe_wqe *sqe) in qedf_init_mp_task()
869 struct fcoe_wqe *sqe; in qedf_post_io_req() local
1554 struct fcoe_wqe *sqe; in qedf_initiate_abts() local
1811 struct fcoe_wqe *sqe; in qedf_initiate_cleanup() local
1927 struct fcoe_wqe *sqe; in qedf_execute_tmf() local
Ddrv_fcoe_fw_funcs.h19 struct fcoe_wqe *sqe; member
Dqedf_els.c26 struct fcoe_wqe *sqe; in qedf_initiate_els() local
637 struct fcoe_wqe *sqe; in qedf_initiate_seq_cleanup() local
/kernel/linux/linux-5.10/fs/
Dio_uring.c2779 static int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_prep_rw()
3278 static int io_read_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_read_prep()
3498 static int io_write_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_write_prep()
3606 const struct io_uring_sqe *sqe) in __io_splice_prep()
3640 const struct io_uring_sqe *sqe) in io_tee_prep()
3669 static int io_splice_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_splice_prep()
3719 static int io_prep_fsync(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_prep_fsync()
3760 const struct io_uring_sqe *sqe) in io_fallocate_prep()
3789 static int __io_openat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in __io_openat_prep()
3817 static int io_openat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_openat_prep()
[all …]
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
Dzip_crypto.c122 static void hisi_zip_config_buf_type(struct hisi_zip_sqe *sqe, u8 buf_type) in hisi_zip_config_buf_type()
131 static void hisi_zip_config_tag(struct hisi_zip_sqe *sqe, u32 tag) in hisi_zip_config_tag()
136 static void hisi_zip_fill_sqe(struct hisi_zip_sqe *sqe, u8 req_type, in hisi_zip_fill_sqe()
352 struct hisi_zip_sqe *sqe = data; in hisi_zip_acomp_cb() local
/kernel/linux/linux-4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c1594 struct sq_send_raweth_qp1 *sqe = in bnxt_qplib_post_send() local
1614 struct sq_send *sqe = (struct sq_send *)hw_sq_send_hdr; in bnxt_qplib_post_send() local
1646 struct sq_rdma *sqe = (struct sq_rdma *)hw_sq_send_hdr; in bnxt_qplib_post_send() local
1666 struct sq_atomic *sqe = (struct sq_atomic *)hw_sq_send_hdr; in bnxt_qplib_post_send() local
1683 struct sq_localinvalidate *sqe = in bnxt_qplib_post_send() local
1694 struct sq_fr_pmr *sqe = (struct sq_fr_pmr *)hw_sq_send_hdr; in bnxt_qplib_post_send() local
1725 struct sq_bind *sqe = (struct sq_bind *)hw_sq_send_hdr; in bnxt_qplib_post_send() local
/kernel/linux/linux-4.19/drivers/scsi/qedi/
Dqedi_fw_iscsi.h17 struct iscsi_wqe *sqe; member
/kernel/linux/linux-5.10/drivers/scsi/qedi/
Dqedi_fw_iscsi.h14 struct iscsi_wqe *sqe; member
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
Drestrack.c96 struct t4_swsqe *sqe) in fill_swsqe()
/kernel/linux/linux-4.19/drivers/infiniband/hw/cxgb4/
Drestrack.c96 struct t4_swsqe *sqe) in fill_swsqe()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c260 struct hpre_sqe *sqe = &req->req; in hpre_hw_data_clr_all() local
288 static int hpre_alg_res_post_hf(struct hpre_ctx *ctx, struct hpre_sqe *sqe, in hpre_alg_res_post_hf()
413 struct hpre_sqe *sqe = resp; in hpre_alg_cb() local
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c626 struct sk_buff *skb, int sqe, int hdr_len) in otx2_dma_map_tso_skb()
659 u64 seg_addr, int hdr_len, int sqe) in otx2_tso_frag_dma_addr()
/kernel/linux/linux-5.10/drivers/dma/
Dhisi_dma.c85 struct hisi_dma_sqe sqe; member
268 struct hisi_dma_sqe *sqe = chan->sq + chan->sq_tail; in hisi_dma_start_transfer() local
/kernel/linux/linux-5.10/drivers/nvme/host/
Dfc.c1910 struct nvme_command *sqe = &op->cmd_iu.sqe; in nvme_fc_fcpio_done() local
2139 struct nvme_command *sqe; in nvme_fc_init_aen_ops() local
2554 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_timeout() local
2657 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_start_fcp_op() local
2777 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_queue_rq() local
/kernel/linux/linux-4.19/drivers/nvme/host/
Dfc.c1561 struct nvme_command *sqe = &op->cmd_iu.sqe; in nvme_fc_fcpio_done() local
1755 struct nvme_command *sqe; in nvme_fc_init_aen_ops() local
2185 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_start_fcp_op() local
2303 struct nvme_command *sqe = &cmdiu->sqe; in nvme_fc_queue_rq() local
Drdma.c63 struct nvme_rdma_qe sqe; member
1395 struct nvme_rdma_qe *sqe = &ctrl->async_event_sqe; in nvme_rdma_submit_async_event() local
1715 struct nvme_rdma_qe *sqe = &req->sqe; in nvme_rdma_queue_rq() local

12