Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c244 static void arcmsr_free_io_queue(struct AdapterControlBlock *acb) in arcmsr_free_io_queue()
257 static bool arcmsr_remap_pciregion(struct AdapterControlBlock *acb) in arcmsr_remap_pciregion()
344 static void arcmsr_unmap_pciregion(struct AdapterControlBlock *acb) in arcmsr_unmap_pciregion()
372 struct AdapterControlBlock *acb = dev_id; in arcmsr_do_interrupt() local
401 static uint8_t arcmsr_hbaA_wait_msgint_ready(struct AdapterControlBlock *acb) in arcmsr_hbaA_wait_msgint_ready()
419 static uint8_t arcmsr_hbaB_wait_msgint_ready(struct AdapterControlBlock *acb) in arcmsr_hbaB_wait_msgint_ready()
492 static void arcmsr_hbaA_flush_cache(struct AdapterControlBlock *acb) in arcmsr_hbaA_flush_cache()
508 static void arcmsr_hbaB_flush_cache(struct AdapterControlBlock *acb) in arcmsr_hbaB_flush_cache()
577 static void arcmsr_flush_adapter_cache(struct AdapterControlBlock *acb) in arcmsr_flush_adapter_cache()
600 static void arcmsr_hbaB_assign_regAddr(struct AdapterControlBlock *acb) in arcmsr_hbaB_assign_regAddr()
[all …]
H A Darcmsr_attr.c69 struct AdapterControlBlock *acb = (struct AdapterControlBlock *) host->hostdata; in arcmsr_sysfs_iop_message_read() local
116 struct AdapterControlBlock *acb = (struct AdapterControlBlock *) host->hostdata; in arcmsr_sysfs_iop_message_write() local
164 struct AdapterControlBlock *acb = (struct AdapterControlBlock *) host->hostdata; in arcmsr_sysfs_iop_message_clear() local
218 int arcmsr_alloc_sysfs_attr(struct AdapterControlBlock *acb) in arcmsr_alloc_sysfs_attr()
247 void arcmsr_free_sysfs_attr(struct AdapterControlBlock *acb) in arcmsr_free_sysfs_attr()
271 struct AdapterControlBlock *acb = in arcmsr_attr_host_driver_posted_cmd() local
283 struct AdapterControlBlock *acb = in arcmsr_attr_host_driver_reset() local
295 struct AdapterControlBlock *acb = in arcmsr_attr_host_driver_abort() local
307 struct AdapterControlBlock *acb = in arcmsr_attr_host_fw_model() local
319 struct AdapterControlBlock *acb = in arcmsr_attr_host_fw_version() local
[all …]
/openbmc/linux/drivers/scsi/
H A Ddc395x.c156 #define DC395x_read8(acb,address) (u8)(inb(acb->io_port_base + (address))) argument
157 #define DC395x_read16(acb,address) (u16)(inw(acb->io_port_base + (address))) argument
158 #define DC395x_read32(acb,address) (u32)(inl(acb->io_port_base + (address))) argument
159 #define DC395x_write8(acb,address,value) outb((value), acb->io_port_base + (address)) argument
160 #define DC395x_write16(acb,address,value) outw((value), acb->io_port_base + (address)) argument
161 #define DC395x_write32(acb,address,value) outl((value), acb->io_port_base + (address)) argument
255 struct AdapterCtlBlk *acb; member
741 static void waiting_set_timer(struct AdapterCtlBlk *acb, unsigned long to) in waiting_set_timer()
755 static void waiting_process_next(struct AdapterCtlBlk *acb) in waiting_process_next()
824 struct AdapterCtlBlk *acb = from_timer(acb, t, waiting_timer); in waiting_timeout() local
[all …]
/openbmc/qemu/util/
H A Daiocb.c31 BlockAIOCB *acb; in qemu_aio_get() local
44 BlockAIOCB *acb = p; in qemu_aio_ref() local
50 BlockAIOCB *acb = p; in qemu_aio_unref() local
H A Dthread-pool.c218 static void thread_pool_cancel(BlockAIOCB *acb) in thread_pool_cancel()
/openbmc/qemu/block/
H A Dquorum.c144 QuorumAIOCB *acb; member
148 static void quorum_aio_finalize(QuorumAIOCB *acb) in quorum_aio_finalize()
170 QuorumAIOCB *acb = g_new(QuorumAIOCB, 1); in quorum_aio_get() local
209 static void GRAPH_RDLOCK quorum_report_failure(QuorumAIOCB *acb) in quorum_report_failure()
222 static bool GRAPH_RDLOCK quorum_has_too_much_io_failed(QuorumAIOCB *acb) in quorum_has_too_much_io_failed()
250 QuorumAIOCB *acb = sacb->parent; in quorum_report_bad_acb() local
256 QuorumAIOCB *acb, in quorum_report_bad_versions()
280 QuorumAIOCB *acb = co->acb; in quorum_rewrite_entry() local
298 quorum_rewrite_bad_versions(QuorumAIOCB *acb, QuorumVoteValue *value) in quorum_rewrite_bad_versions()
387 static int quorum_compute_hash(QuorumAIOCB *acb, int i, QuorumVoteValue *hash) in quorum_compute_hash()
[all …]
H A Dqed.c875 static BDRVQEDState *acb_to_s(QEDAIOCB *acb) in acb_to_s()
969 static void coroutine_fn qed_aio_complete(QEDAIOCB *acb) in qed_aio_complete()
1004 static int coroutine_fn GRAPH_RDLOCK qed_aio_write_l1_update(QEDAIOCB *acb) in qed_aio_write_l1_update()
1035 qed_aio_write_l2_update(QEDAIOCB *acb, uint64_t offset) in qed_aio_write_l2_update()
1073 static int coroutine_fn GRAPH_RDLOCK qed_aio_write_main(QEDAIOCB *acb) in qed_aio_write_main()
1091 static int coroutine_fn GRAPH_RDLOCK qed_aio_write_cow(QEDAIOCB *acb) in qed_aio_write_cow()
1170 qed_aio_write_alloc(QEDAIOCB *acb, size_t len) in qed_aio_write_alloc()
1234 qed_aio_write_inplace(QEDAIOCB *acb, uint64_t offset, size_t len) in qed_aio_write_inplace()
1279 QEDAIOCB *acb = opaque; in qed_aio_write_data() local
1312 QEDAIOCB *acb = opaque; in qed_aio_read_data() local
[all …]
H A Dblock-backend.c1514 struct BlockBackendAIOCB *acb = opaque; in error_callback_bh() local
1525 struct BlockBackendAIOCB *acb; in blk_abort_aio_request() local
1549 static void blk_aio_complete(BlkAioEmAIOCB *acb) in blk_aio_complete()
1560 BlkAioEmAIOCB *acb = opaque; in blk_aio_complete_bh() local
1571 BlkAioEmAIOCB *acb; in blk_aio_prwv() local
1600 BlkAioEmAIOCB *acb = opaque; in blk_aio_read_entry() local
1612 BlkAioEmAIOCB *acb = opaque; in blk_aio_write_entry() local
1712 void blk_aio_cancel(BlockAIOCB *acb) in blk_aio_cancel()
1718 void blk_aio_cancel_async(BlockAIOCB *acb) in blk_aio_cancel_async()
1755 BlkAioEmAIOCB *acb = opaque; in blk_aio_ioctl_entry() local
[all …]
H A Dnull.c157 NullAIOCB *acb = opaque; in null_bh_cb() local
164 NullAIOCB *acb = opaque; in null_timer_cb() local
174 NullAIOCB *acb; in null_aio_common() local
H A Dcurl.c95 CURLAIOCB *acb[CURL_NUM_ACB]; member
266 CURLAIOCB *acb) in curl_find_buf()
361 CURLAIOCB *acb = state->acb[i]; in curl_multi_check_completion() local
885 static void coroutine_fn curl_setup_preadv(BlockDriverState *bs, CURLAIOCB *acb) in curl_setup_preadv()
956 CURLAIOCB acb = { in curl_co_preadv() local
H A Dgluster.c736 GlusterAIOCB *acb = (GlusterAIOCB *)arg; in gluster_finish_aiocb() local
1007 GlusterAIOCB acb; in qemu_gluster_co_pwrite_zeroes() local
1183 GlusterAIOCB acb; in qemu_gluster_co_rw() local
1252 GlusterAIOCB acb; in qemu_gluster_co_flush_to_disk() local
1298 GlusterAIOCB acb; in qemu_gluster_co_pdiscard() local
H A Discsi.c157 IscsiAIOCB *acb = p; in iscsi_bh_cb() local
172 iscsi_schedule_bh(IscsiAIOCB *acb) in iscsi_schedule_bh()
311 IscsiAIOCB *acb = private_data; in iscsi_abort_task_cb() local
325 IscsiAIOCB *acb = (IscsiAIOCB *)blockacb; in iscsi_aio_cancel() local
963 IscsiAIOCB *acb = opaque; in iscsi_aio_ioctl_cb() local
1002 IscsiAIOCB *acb = opaque; in iscsi_ioctl_bh_completion() local
1009 static void iscsi_ioctl_handle_emulated(IscsiAIOCB *acb, int req, void *buf) in iscsi_ioctl_handle_emulated()
1039 IscsiAIOCB *acb; in iscsi_aio_ioctl() local
H A Dio.c1007 BlockAIOCB *acb; in bdrv_driver_preadv() local
1086 BlockAIOCB *acb; in bdrv_driver_pwritev() local
2924 void bdrv_aio_cancel(BlockAIOCB *acb) in bdrv_aio_cancel()
2936 void bdrv_aio_cancel_async(BlockAIOCB *acb) in bdrv_aio_cancel_async()
3010 BlockAIOCB *acb; in bdrv_co_flush() local
3163 BlockAIOCB *acb; in bdrv_co_pdiscard() local
3199 BlockAIOCB *acb; in bdrv_co_ioctl() local
H A Dfile-posix.c2483 RawPosixAIOData acb; in raw_co_prw() local
2587 RawPosixAIOData acb; in raw_co_flush_to_disk() local
2637 RawPosixAIOData acb; in raw_regular_truncate() local
3419 RawPosixAIOData acb; in raw_co_zone_mgmt() local
3552 RawPosixAIOData acb; in raw_do_pdiscard() local
3583 RawPosixAIOData acb; in raw_do_pwrite_zeroes() local
3853 RawPosixAIOData acb; in raw_co_copy_range_to() local
4189 RawPosixAIOData acb; in hdev_co_ioctl() local
H A Dfile-win32.c155 RawWin32AIOData *acb = g_new(RawWin32AIOData, 1); in paio_submit() local
/openbmc/qemu/tests/unit/
H A Dtest-block-backend.c43 BlockAIOCB *acb; in test_drain_aio_error() local
60 BlockAIOCB *acb; in test_drain_all_aio_error() local
H A Dtest-bdrv-drain.c221 BlockAIOCB *acb; in test_drv_cb_common() local
529 BlockAIOCB *acb; in test_iothread_common() local
1220 BlockAIOCB *acb; in test_detach_indirect() local
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c17 const struct mux_acb *acb = msg; in ipc_mux_tq_cmd_send() local
60 struct mux_acb *acb = &ipc_mux->acb; in ipc_mux_acb_init() local
76 struct mux_acb *acb; in ipc_mux_acb_add_cmd() local
102 u32 cmd, struct mux_acb *acb, in ipc_mux_lite_add_cmd()
127 struct mux_acb *acb = &ipc_mux->acb; in ipc_mux_acb_alloc() local
149 struct mux_acb *acb = &ipc_mux->acb; in ipc_mux_dl_acb_send_cmds() local
191 struct mux_acb *acb = &ipc_mux->acb; in ipc_mux_dl_cmdresps_decode_process() local
H A Diosm_ipc_mux.c58 struct mux_acb *acb = &ipc_mux->acb; in ipc_mux_session_open_send() local
/openbmc/qemu/system/
H A Ddma-helpers.c63 BlockAIOCB *acb; member
186 static void dma_aio_cancel(BlockAIOCB *acb) in dma_aio_cancel()
/openbmc/linux/drivers/media/i2c/
H A Dsony-btf-mpx.c120 u16 acb; member
H A Dmsp3400-driver.h88 int acb; member
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_bsg.c393 uint8_t *acb = NULL; in qla4xxx_bsg_get_acb() local
/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2.h68 void __iomem *acb; member
/openbmc/linux/drivers/video/fbdev/omap/
H A Domapfb.h74 int acb; /* ac-bias pin frequency */ member

12