Home
last modified time | relevance | path

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

/linux-4.1.27/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
206 static void bnx2fc_scsi_done(struct bnx2fc_cmd *io_req, int err_code) in bnx2fc_scsi_done()
247 struct bnx2fc_cmd *io_req; in bnx2fc_cmd_mgr_alloc() local
412 struct bnx2fc_cmd *tmp, *io_req; in bnx2fc_cmd_mgr_free() local
431 struct bnx2fc_cmd *io_req; in bnx2fc_elstm_alloc() local
501 struct bnx2fc_cmd *io_req; in bnx2fc_cmd_alloc() local
553 struct bnx2fc_cmd *io_req = container_of(ref, in bnx2fc_cmd_release() local
578 static void bnx2fc_free_mp_resc(struct bnx2fc_cmd *io_req) in bnx2fc_free_mp_resc()
613 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.h406 struct bnx2fc_cmd *io_req; member
470 struct bnx2fc_cmd *io_req; member
/linux-4.1.27/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.1.27/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()
417 struct fnic_io_req *io_req = NULL; in fnic_queuecommand_lck() local
793 struct fnic_io_req *io_req; in fnic_fcpio_icmnd_cmpl_handler() local
1011 struct fnic_io_req *io_req; in fnic_fcpio_itmf_cmpl_handler() local
1280 struct fnic_io_req *io_req; in fnic_cleanup_io() local
1366 struct fnic_io_req *io_req; in fnic_wq_copy_cleanup_handler() local
1424 struct fnic_io_req *io_req) in fnic_queue_abort_io_req()
1474 struct fnic_io_req *io_req; in fnic_rport_exch_reset() local
1594 struct fnic_io_req *io_req; in fnic_terminate_rport_io() local
[all …]
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_io.h113 struct io_req { struct
121 struct io_req *pio_req, u8 *cnxt); argument
122 u8 *cnxt;
/linux-4.1.27/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.1.27/drivers/md/
Ddm-io.c463 static int dp_init(struct dm_io_request *io_req, struct dpages *dp, in dp_init()
508 int dm_io(struct dm_io_request *io_req, unsigned num_regions, in dm_io()
Ddm-raid1.c260 struct dm_io_request io_req = { in mirror_flush() local
527 struct dm_io_request io_req = { in read_async_bio() local
639 struct dm_io_request io_req = { in do_write() local
Ddm-snap-persistent.c213 struct dm_io_request *io_req; member
236 struct dm_io_request io_req = { in chunk_io() local
Ddm-bufio.c555 struct dm_io_request io_req = { in use_dmio() local
1298 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.1.27/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.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2216 struct MPI2_RAID_SCSI_IO_REQUEST *io_req; in build_mpt_mfi_pass_thru() local