Home
last modified time | relevance | path

Searched defs:io_req (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_io.c28 void bnx2fc_cmd_timer_set(struct bnx2fc_cmd *io_req, in bnx2fc_cmd_timer_set()
41 struct bnx2fc_cmd *io_req = container_of(work, struct bnx2fc_cmd, in bnx2fc_cmd_timeout() local
161 static void bnx2fc_scsi_done(struct bnx2fc_cmd *io_req, int err_code) in bnx2fc_scsi_done()
202 struct bnx2fc_cmd *io_req; in bnx2fc_cmd_mgr_alloc() local
367 struct bnx2fc_cmd *tmp, *io_req; in bnx2fc_cmd_mgr_free() local
386 struct bnx2fc_cmd *io_req; in bnx2fc_elstm_alloc() local
456 struct bnx2fc_cmd *io_req; in bnx2fc_cmd_alloc() local
508 struct bnx2fc_cmd *io_req = container_of(ref, in bnx2fc_cmd_release() local
533 static void bnx2fc_free_mp_resc(struct bnx2fc_cmd *io_req) in bnx2fc_free_mp_resc()
568 int bnx2fc_init_mp_req(struct bnx2fc_cmd *io_req) in bnx2fc_init_mp_req()
[all …]
Dbnx2fc_debug.c16 void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...) in BNX2FC_IO_DBG()
Dbnx2fc_hwi.c634 struct bnx2fc_cmd *io_req = NULL; in bnx2fc_process_unsol_compl() local
879 struct bnx2fc_cmd *io_req; in bnx2fc_process_cq_compl() local
1549 void bnx2fc_init_cleanup_task(struct bnx2fc_cmd *io_req, in bnx2fc_init_cleanup_task()
1587 void bnx2fc_init_mp_task(struct bnx2fc_cmd *io_req, in bnx2fc_init_mp_task()
1683 void bnx2fc_init_task(struct bnx2fc_cmd *io_req, in bnx2fc_init_task()
Dbnx2fc_tgt.c168 struct bnx2fc_cmd *io_req; in bnx2fc_flush_active_ios() local
Dbnx2fc.h405 struct bnx2fc_cmd *io_req; member
469 struct bnx2fc_cmd *io_req; member
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_io.h101 struct io_req { struct
110 void (*_async_io_callback)(struct rtw_adapter *padater, struct io_req *pio_req, u8 *cnxt); argument
111 u8 *cnxt;
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_io.h113 struct io_req { struct
121 struct io_req *pio_req, u8 *cnxt); argument
122 u8 *cnxt;
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_scsi.c125 struct fnic_io_req *io_req, in fnic_release_ioreq_buf()
319 struct fnic_io_req *io_req, in fnic_queue_wq_copy_desc()
433 struct fnic_io_req *io_req = NULL; in fnic_queuecommand_lck() local
809 struct fnic_io_req *io_req; in fnic_fcpio_icmnd_cmpl_handler() local
1027 struct fnic_io_req *io_req; in fnic_fcpio_itmf_cmpl_handler() local
1296 struct fnic_io_req *io_req; in fnic_cleanup_io() local
1382 struct fnic_io_req *io_req; in fnic_wq_copy_cleanup_handler() local
1440 struct fnic_io_req *io_req) in fnic_queue_abort_io_req()
1490 struct fnic_io_req *io_req; in fnic_rport_exch_reset() local
1610 struct fnic_io_req *io_req; in fnic_terminate_rport_io() local
[all …]
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_lnode.c1418 struct csio_ioreq *io_req = NULL; in csio_ln_mgmt_wr_handler() local
1663 csio_ln_prep_ecwr(struct csio_ioreq *io_req, uint32_t wr_len, in csio_ln_prep_ecwr()
1707 csio_ln_mgmt_submit_wr(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req, in csio_ln_mgmt_submit_wr()
1788 csio_ln_mgmt_submit_req(struct csio_ioreq *io_req, in csio_ln_mgmt_submit_req()
Dcsio_hw.c3622 csio_mgmt_req_lookup(struct csio_mgmtm *mgmtm, struct csio_ioreq *io_req) in csio_mgmt_req_lookup()
3647 struct csio_ioreq *io_req; in csio_mgmt_tmo_handler() local
3682 struct csio_ioreq *io_req; in csio_mgmtm_cleanup() local
/linux-4.4.14/drivers/md/
Ddm-io.c464 static int dp_init(struct dm_io_request *io_req, struct dpages *dp, in dp_init()
509 int dm_io(struct dm_io_request *io_req, unsigned num_regions, in dm_io()
Ddm-raid1.c262 struct dm_io_request io_req = { in mirror_flush() local
543 struct dm_io_request io_req = { in read_async_bio() local
656 struct dm_io_request io_req = { in do_write() local
Ddm-snap-persistent.c214 struct dm_io_request *io_req; member
237 struct dm_io_request io_req = { in chunk_io() local
Ddm-bufio.c556 struct dm_io_request io_req = { in use_dmio() local
1304 struct dm_io_request io_req = { in dm_bufio_issue_flush() local
Ddm-kcopyd.c498 struct dm_io_request io_req = { in run_io_job() local
Ddm-log.c240 struct dm_io_request io_req; member
/linux-4.4.14/arch/um/drivers/
Dubd_kern.c1213 static void prepare_request(struct request *req, struct io_thread_req *io_req, in prepare_request()
1244 struct io_thread_req *io_req) in prepare_flush_request()
1255 static bool submit_request(struct io_thread_req *io_req, struct ubd *dev) in submit_request()
1275 struct io_thread_req *io_req; in do_ubd_request() local
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2326 struct MPI2_RAID_SCSI_IO_REQUEST *io_req; in build_mpt_mfi_pass_thru() local