/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc.c | 207 bfa_ioc_sm_uninit_entry(struct bfa_ioc *ioc) in bfa_ioc_sm_uninit_entry() 213 bfa_ioc_sm_uninit(struct bfa_ioc *ioc, enum ioc_event event) in bfa_ioc_sm_uninit() 227 bfa_ioc_sm_reset_entry(struct bfa_ioc *ioc) in bfa_ioc_sm_reset_entry() 234 bfa_ioc_sm_reset(struct bfa_ioc *ioc, enum ioc_event event) in bfa_ioc_sm_reset() 255 bfa_ioc_sm_enabling_entry(struct bfa_ioc *ioc) in bfa_ioc_sm_enabling_entry() 264 bfa_ioc_sm_enabling(struct bfa_ioc *ioc, enum ioc_event event) in bfa_ioc_sm_enabling() 304 bfa_ioc_sm_getattr_entry(struct bfa_ioc *ioc) in bfa_ioc_sm_getattr_entry() 313 bfa_ioc_sm_getattr(struct bfa_ioc *ioc, enum ioc_event event) in bfa_ioc_sm_getattr() 346 bfa_ioc_sm_op_entry(struct bfa_ioc *ioc) in bfa_ioc_sm_op_entry() 354 bfa_ioc_sm_op(struct bfa_ioc *ioc, enum ioc_event event) in bfa_ioc_sm_op() [all …]
|
H A D | bfa_ioc_ct.c | 98 bfa_nw_ioc_set_ct_hwif(struct bfa_ioc *ioc) in bfa_nw_ioc_set_ct_hwif() 104 bfa_nw_ioc_set_ct2_hwif(struct bfa_ioc *ioc) in bfa_nw_ioc_set_ct2_hwif() 111 bfa_ioc_ct_firmware_lock(struct bfa_ioc *ioc) in bfa_ioc_ct_firmware_lock() 163 bfa_ioc_ct_firmware_unlock(struct bfa_ioc *ioc) in bfa_ioc_ct_firmware_unlock() 189 bfa_ioc_ct_notify_fail(struct bfa_ioc *ioc) in bfa_ioc_ct_notify_fail() 249 bfa_ioc_ct_reg_init(struct bfa_ioc *ioc) in bfa_ioc_ct_reg_init() 308 bfa_ioc_ct2_reg_init(struct bfa_ioc *ioc) in bfa_ioc_ct2_reg_init() 369 bfa_ioc_ct_map_port(struct bfa_ioc *ioc) in bfa_ioc_ct_map_port() 384 bfa_ioc_ct2_map_port(struct bfa_ioc *ioc) in bfa_ioc_ct2_map_port() 395 bfa_ioc_ct_isr_mode_set(struct bfa_ioc *ioc, bool msix) in bfa_ioc_ct_isr_mode_set() [all …]
|
/openbmc/qemu/io/ |
H A D | channel.c | 29 bool qio_channel_has_feature(QIOChannel *ioc, in qio_channel_has_feature() 36 void qio_channel_set_feature(QIOChannel *ioc, in qio_channel_set_feature() 43 void qio_channel_set_name(QIOChannel *ioc, in qio_channel_set_name() 51 ssize_t qio_channel_readv_full(QIOChannel *ioc, in qio_channel_readv_full() 79 ssize_t qio_channel_writev_full(QIOChannel *ioc, in qio_channel_writev_full() 113 int coroutine_mixed_fn qio_channel_readv_all_eof(QIOChannel *ioc, in qio_channel_readv_all_eof() 121 int coroutine_mixed_fn qio_channel_readv_all(QIOChannel *ioc, in qio_channel_readv_all() 129 int coroutine_mixed_fn qio_channel_readv_full_all_eof(QIOChannel *ioc, in qio_channel_readv_full_all_eof() 219 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc, in qio_channel_readv_full_all() 238 int coroutine_mixed_fn qio_channel_writev_all(QIOChannel *ioc, in qio_channel_writev_all() [all …]
|
H A D | channel-socket.c | 41 qio_channel_socket_get_local_address(QIOChannelSocket *ioc, in qio_channel_socket_get_local_address() 50 qio_channel_socket_get_remote_address(QIOChannelSocket *ioc, in qio_channel_socket_get_remote_address() 62 QIOChannel *ioc; in qio_channel_socket_new() local 118 QIOChannel *ioc = QIO_CHANNEL(sioc); in qio_channel_socket_set_fd() local 134 QIOChannelSocket *ioc; in qio_channel_socket_new_fd() local 148 int qio_channel_socket_connect_sync(QIOChannelSocket *ioc, in qio_channel_socket_connect_sync() 187 QIOChannelSocket *ioc = QIO_CHANNEL_SOCKET(qio_task_get_source(task)); in qio_channel_socket_connect_worker() local 197 void qio_channel_socket_connect_async(QIOChannelSocket *ioc, in qio_channel_socket_connect_async() 221 int qio_channel_socket_listen_sync(QIOChannelSocket *ioc, in qio_channel_socket_listen_sync() 262 QIOChannelSocket *ioc = QIO_CHANNEL_SOCKET(qio_task_get_source(task)); in qio_channel_socket_listen_worker() local [all …]
|
H A D | channel-file.c | 33 QIOChannelFile *ioc; in qio_channel_file_new_fd() local 67 QIOChannelFile *ioc; in qio_channel_file_new_path() local 93 QIOChannelFile *ioc = QIO_CHANNEL_FILE(obj); in qio_channel_file_init() local 99 QIOChannelFile *ioc = QIO_CHANNEL_FILE(obj); in qio_channel_file_finalize() local 107 static ssize_t qio_channel_file_readv(QIOChannel *ioc, in qio_channel_file_readv() 136 static ssize_t qio_channel_file_writev(QIOChannel *ioc, in qio_channel_file_writev() 164 static ssize_t qio_channel_file_preadv(QIOChannel *ioc, in qio_channel_file_preadv() 190 static ssize_t qio_channel_file_pwritev(QIOChannel *ioc, in qio_channel_file_pwritev() 215 static int qio_channel_file_set_blocking(QIOChannel *ioc, in qio_channel_file_set_blocking() 235 static off_t qio_channel_file_seek(QIOChannel *ioc, in qio_channel_file_seek() [all …]
|
H A D | channel-command.c | 55 QIOChannelCommand *ioc; in qio_channel_command_new_pid() local 99 static int qio_channel_command_abort(QIOChannelCommand *ioc, in qio_channel_command_abort() 141 static int qio_channel_command_abort(QIOChannelCommand *ioc, in qio_channel_command_abort() 162 QIOChannelCommand *ioc = QIO_CHANNEL_COMMAND(obj); in qio_channel_command_init() local 170 QIOChannelCommand *ioc = QIO_CHANNEL_COMMAND(obj); in qio_channel_command_finalize() local 202 static ssize_t qio_channel_command_readv(QIOChannel *ioc, in qio_channel_command_readv() 237 static ssize_t qio_channel_command_writev(QIOChannel *ioc, in qio_channel_command_writev() 270 static int qio_channel_command_set_blocking(QIOChannel *ioc, in qio_channel_command_set_blocking() 290 static int qio_channel_command_close(QIOChannel *ioc, in qio_channel_command_close() 334 static void qio_channel_command_set_aio_fd_handler(QIOChannel *ioc, in qio_channel_command_set_aio_fd_handler() [all …]
|
H A D | channel-tls.c | 71 QIOChannel *ioc; in qio_channel_tls_new_server() local 114 QIOChannel *ioc; in qio_channel_tls_new_client() local 160 static void qio_channel_tls_handshake_task(QIOChannelTLS *ioc, in qio_channel_tls_handshake_task() 214 static gboolean qio_channel_tls_handshake_io(QIOChannel *ioc, in qio_channel_tls_handshake_io() 235 void qio_channel_tls_handshake(QIOChannelTLS *ioc, in qio_channel_tls_handshake() 258 QIOChannelTLS *ioc = QIO_CHANNEL_TLS(obj); in qio_channel_tls_finalize() local 265 static ssize_t qio_channel_tls_readv(QIOChannel *ioc, in qio_channel_tls_readv() 302 static ssize_t qio_channel_tls_writev(QIOChannel *ioc, in qio_channel_tls_writev() 336 static int qio_channel_tls_set_blocking(QIOChannel *ioc, in qio_channel_tls_set_blocking() 345 static void qio_channel_tls_set_delay(QIOChannel *ioc, in qio_channel_tls_set_delay() [all …]
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_ioc_cb.c | 48 bfa_ioc_set_cb_hwif(struct bfa_ioc_s *ioc) in bfa_ioc_set_cb_hwif() 75 bfa_ioc_cb_firmware_lock(struct bfa_ioc_s *ioc) in bfa_ioc_cb_firmware_lock() 104 bfa_ioc_cb_firmware_unlock(struct bfa_ioc_s *ioc) in bfa_ioc_cb_firmware_unlock() 112 bfa_ioc_cb_notify_fail(struct bfa_ioc_s *ioc) in bfa_ioc_cb_notify_fail() 136 bfa_ioc_cb_reg_init(struct bfa_ioc_s *ioc) in bfa_ioc_cb_reg_init() 194 bfa_ioc_cb_map_port(struct bfa_ioc_s *ioc) in bfa_ioc_cb_map_port() 208 bfa_ioc_cb_isr_mode_set(struct bfa_ioc_s *ioc, bfa_boolean_t msix) in bfa_ioc_cb_isr_mode_set() 216 bfa_ioc_cb_sync_start(struct bfa_ioc_s *ioc) in bfa_ioc_cb_sync_start() 239 bfa_ioc_cb_ownership_reset(struct bfa_ioc_s *ioc) in bfa_ioc_cb_ownership_reset() 255 bfa_ioc_cb_sync_join(struct bfa_ioc_s *ioc) in bfa_ioc_cb_sync_join() [all …]
|
H A D | bfa_ioc_ct.c | 53 bfa_ioc_ct_firmware_lock(struct bfa_ioc_s *ioc) in bfa_ioc_ct_firmware_lock() 105 bfa_ioc_ct_firmware_unlock(struct bfa_ioc_s *ioc) in bfa_ioc_ct_firmware_unlock() 128 bfa_ioc_ct_notify_fail(struct bfa_ioc_s *ioc) in bfa_ioc_ct_notify_fail() 183 bfa_ioc_ct_reg_init(struct bfa_ioc_s *ioc) in bfa_ioc_ct_reg_init() 242 bfa_ioc_ct2_reg_init(struct bfa_ioc_s *ioc) in bfa_ioc_ct2_reg_init() 305 bfa_ioc_ct_map_port(struct bfa_ioc_s *ioc) in bfa_ioc_ct_map_port() 322 bfa_ioc_ct2_map_port(struct bfa_ioc_s *ioc) in bfa_ioc_ct2_map_port() 338 bfa_ioc_ct_isr_mode_set(struct bfa_ioc_s *ioc, bfa_boolean_t msix) in bfa_ioc_ct_isr_mode_set() 368 bfa_ioc_ct2_lpu_read_stat(struct bfa_ioc_s *ioc) in bfa_ioc_ct2_lpu_read_stat() 385 bfa_ioc_ct_ownership_reset(struct bfa_ioc_s *ioc) in bfa_ioc_ct_ownership_reset() [all …]
|
H A D | bfa_ioc.c | 257 bfa_ioc_sm_uninit_entry(struct bfa_ioc_s *ioc) in bfa_ioc_sm_uninit_entry() 265 bfa_ioc_sm_uninit(struct bfa_ioc_s *ioc, enum ioc_event event) in bfa_ioc_sm_uninit() 282 bfa_ioc_sm_reset_entry(struct bfa_ioc_s *ioc) in bfa_ioc_sm_reset_entry() 291 bfa_ioc_sm_reset(struct bfa_ioc_s *ioc, enum ioc_event event) in bfa_ioc_sm_reset() 315 bfa_ioc_sm_enabling_entry(struct bfa_ioc_s *ioc) in bfa_ioc_sm_enabling_entry() 325 bfa_ioc_sm_enabling(struct bfa_ioc_s *ioc, enum ioc_event event) in bfa_ioc_sm_enabling() 367 bfa_ioc_sm_getattr_entry(struct bfa_ioc_s *ioc) in bfa_ioc_sm_getattr_entry() 377 bfa_ioc_sm_getattr(struct bfa_ioc_s *ioc, enum ioc_event event) in bfa_ioc_sm_getattr() 412 bfa_ioc_sm_op_entry(struct bfa_ioc_s *ioc) in bfa_ioc_sm_op_entry() 424 bfa_ioc_sm_op(struct bfa_ioc_s *ioc, enum ioc_event event) in bfa_ioc_sm_op() [all …]
|
/openbmc/linux/block/ |
H A D | blk-ioc.c | 29 static void get_io_context(struct io_context *ioc) in get_io_context() 59 static void ioc_exit_icqs(struct io_context *ioc) in ioc_exit_icqs() 75 struct io_context *ioc = icq->ioc; in ioc_destroy_icq() local 114 struct io_context *ioc = container_of(work, struct io_context, in ioc_release_fn() local 151 static bool ioc_delay_free(struct io_context *ioc) in ioc_delay_free() 189 static inline void ioc_exit_icqs(struct io_context *ioc) in ioc_exit_icqs() 192 static inline bool ioc_delay_free(struct io_context *ioc) in ioc_delay_free() 205 void put_io_context(struct io_context *ioc) in put_io_context() 216 struct io_context *ioc; in exit_io_context() local 231 struct io_context *ioc; in alloc_io_context() local [all …]
|
H A D | blk-iocost.c | 406 struct ioc { struct 411 struct ioc_params params; argument 412 struct ioc_margins margins; argument 420 struct list_head active_iocgs; /* active cgroups */ argument 421 struct ioc_pcpu_stat __percpu *pcpu_stat; argument 423 enum ioc_running running; argument 424 atomic64_t vtime_rate; 425 u64 vtime_base_rate; 426 s64 vtime_err; 450 struct iocg_pcpu_stat { argument [all …]
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 157 mpt3sas_base_check_cmd_timeout(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_base_check_cmd_timeout() 183 struct MPT3SAS_ADAPTER *ioc; in _scsih_set_fwfault_debug() local 248 _base_clone_reply_to_sys_mem(struct MPT3SAS_ADAPTER *ioc, u32 reply, in _base_clone_reply_to_sys_mem() 312 _base_get_chain(struct MPT3SAS_ADAPTER *ioc, u16 smid, in _base_get_chain() 338 _base_get_chain_phys(struct MPT3SAS_ADAPTER *ioc, u16 smid, in _base_get_chain_phys() 364 _base_get_buffer_bar0(struct MPT3SAS_ADAPTER *ioc, u16 smid) in _base_get_buffer_bar0() 385 _base_get_buffer_phys_bar0(struct MPT3SAS_ADAPTER *ioc, u16 smid) in _base_get_buffer_phys_bar0() 406 _base_get_chain_buffer_dma_to_chain_buffer(struct MPT3SAS_ADAPTER *ioc, in _base_get_chain_buffer_dma_to_chain_buffer() 433 static void _clone_sg_entries(struct MPT3SAS_ADAPTER *ioc, in _clone_sg_entries() 610 struct MPT3SAS_ADAPTER *ioc = (struct MPT3SAS_ADAPTER *)arg; in mpt3sas_remove_dead_ioc_func() local [all …]
|
H A D | mpt3sas_config.c | 98 _config_display_some_debug(struct MPT3SAS_ADAPTER *ioc, u16 smid, in _config_display_some_debug() 199 _config_alloc_config_dma_memory(struct MPT3SAS_ADAPTER *ioc, in _config_alloc_config_dma_memory() 230 _config_free_config_dma_memory(struct MPT3SAS_ADAPTER *ioc, in _config_free_config_dma_memory() 252 mpt3sas_config_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, in mpt3sas_config_done() 296 _config_request(struct MPT3SAS_ADAPTER *ioc, Mpi2ConfigRequest_t in _config_request() 517 mpt3sas_config_get_manufacturing_pg0(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_config_get_manufacturing_pg0() 553 mpt3sas_config_get_manufacturing_pg1(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_config_get_manufacturing_pg1() 590 mpt3sas_config_get_manufacturing_pg7(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_config_get_manufacturing_pg7() 627 mpt3sas_config_get_manufacturing_pg10(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_config_get_manufacturing_pg10() 664 mpt3sas_config_get_manufacturing_pg11(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_config_get_manufacturing_pg11() [all …]
|
H A D | mpt3sas_scsih.c | 218 struct MPT3SAS_ADAPTER *ioc; member 314 struct MPT3SAS_ADAPTER *ioc; in _scsih_set_debug_level() local 386 mpt3sas_get_port_by_id(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_get_port_by_id() 440 mpt3sas_get_vphy_by_phy(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_get_vphy_by_phy() 509 _scsih_get_sas_address(struct MPT3SAS_ADAPTER *ioc, u16 handle, in _scsih_get_sas_address() 563 _scsih_determine_boot_device(struct MPT3SAS_ADAPTER *ioc, void *device, in _scsih_determine_boot_device() 646 __mpt3sas_get_sdev_from_target(struct MPT3SAS_ADAPTER *ioc, in __mpt3sas_get_sdev_from_target() 661 mpt3sas_get_sdev_from_target(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_get_sdev_from_target() 675 __mpt3sas_get_pdev_from_target(struct MPT3SAS_ADAPTER *ioc, in __mpt3sas_get_pdev_from_target() 700 mpt3sas_get_pdev_from_target(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_get_pdev_from_target() [all …]
|
H A D | mpt3sas_ctl.c | 93 _ctl_display_some_debug(struct MPT3SAS_ADAPTER *ioc, u16 smid, in _ctl_display_some_debug() 258 mpt3sas_ctl_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, in mpt3sas_ctl_done() 321 _ctl_check_event_type(struct MPT3SAS_ADAPTER *ioc, u16 event) in _ctl_check_event_type() 342 mpt3sas_ctl_add_to_event_log(struct MPT3SAS_ADAPTER *ioc, in mpt3sas_ctl_add_to_event_log() 398 mpt3sas_ctl_event_callback(struct MPT3SAS_ADAPTER *ioc, u8 msix_index, in mpt3sas_ctl_event_callback() 422 struct MPT3SAS_ADAPTER *ioc; in _ctl_verify_adapter() local 462 void mpt3sas_ctl_pre_reset_handler(struct MPT3SAS_ADAPTER *ioc) in mpt3sas_ctl_pre_reset_handler() 494 void mpt3sas_ctl_clear_outstanding_ioctls(struct MPT3SAS_ADAPTER *ioc) in mpt3sas_ctl_clear_outstanding_ioctls() 511 void mpt3sas_ctl_reset_done_handler(struct MPT3SAS_ADAPTER *ioc) in mpt3sas_ctl_reset_done_handler() 552 struct MPT3SAS_ADAPTER *ioc; in _ctl_poll() local [all …]
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_debug.h | 41 #define ioc_err(ioc, fmt, ...) \ argument 43 #define ioc_notice(ioc, fmt, ...) \ argument 45 #define ioc_warn(ioc, fmt, ...) \ argument 47 #define ioc_info(ioc, fmt, ...) \ argument 50 #define dprint(ioc, fmt, ...) \ argument 56 #define dprint_event_th(ioc, fmt, ...) \ argument 62 #define dprint_event_bh(ioc, fmt, ...) \ argument 68 #define dprint_init(ioc, fmt, ...) \ argument 74 #define dprint_exit(ioc, fmt, ...) \ argument 80 #define dprint_tm(ioc, fmt, ...) \ argument [all …]
|
/openbmc/linux/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 198 struct ioc { struct 199 void __iomem *ioc_hpa; /* I/O MMU base address */ argument 200 char *res_map; /* resource map, bit == pdir entry */ 201 u64 *pdir_base; /* physical base address */ 202 unsigned long ibase; /* pdir IOV Space base */ 203 unsigned long imask; /* pdir IOV Space mask */ 205 unsigned long *res_hint; /* next avail IOVP - circular search */ 206 unsigned long dma_mask; 207 spinlock_t res_lock; /* protects the resource bitmap, but must be held when */ 231 struct ioc *next; /* list of IOC's in system */ argument [all …]
|
/openbmc/linux/drivers/parisc/ |
H A D | ccio-dma.c | 214 struct ioc { struct 215 struct ioa_registers __iomem *ioc_regs; /* I/O MMU base address */ argument 216 u8 *res_map; /* resource map, bit == pdir entry */ 217 __le64 *pdir_base; /* physical base address */ 218 u32 pdir_size; /* bytes, function of IOV Space size */ 242 struct ioc *next; /* Linked list of discovered iocs */ argument 244 unsigned int hw_path; /* the hardware path this ioc is associatd with */ argument 249 static struct ioc *ioc_list; argument 284 #define CCIO_SEARCH_LOOP(ioc, res_idx, mask, size) \ argument 330 ccio_alloc_range(struct ioc *ioc, struct device *dev, size_t size) in ccio_alloc_range() [all …]
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | ropes.h | 29 struct ioc { struct 30 void __iomem *ioc_hpa; /* I/O MMU base address */ argument 31 char *res_map; /* resource map, bit == pdir entry */ 32 __le64 *pdir_base; /* physical base address */ 33 unsigned long ibase; /* pdir IOV Space base - shared w/lba_pci */ 34 unsigned long imask; /* pdir IOV Space mask - shared w/lba_pci */ 36 unsigned long iovp_mask; /* help convert IOVA to IOVP */ 38 unsigned long *res_hint; /* next avail IOVP - circular search */ 39 spinlock_t res_lock; 40 unsigned int res_bitshift; /* from the LEFT! */ [all …]
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptscsih.c | 132 mptscsih_getFreeChainBuffer(MPT_ADAPTER *ioc, int *retIndex) in mptscsih_getFreeChainBuffer() 177 mptscsih_AddSGE(MPT_ADAPTER *ioc, struct scsi_cmnd *SCpnt, in mptscsih_AddSGE() 390 mptscsih_issue_sep_command(MPT_ADAPTER *ioc, VirtTarget *vtarget, in mptscsih_issue_sep_command() 434 mptscsih_info_scsiio(MPT_ADAPTER *ioc, struct scsi_cmnd *sc, SCSIIOReply_t * pScsiReply) in mptscsih_info_scsiio() 586 mptscsih_io_done(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *mr) in mptscsih_io_done() 1032 MPT_ADAPTER *ioc = hd->ioc; in mptscsih_flush_running_cmds() local 1083 MPT_ADAPTER *ioc = hd->ioc; in mptscsih_search_running_cmds() local 1148 MPT_ADAPTER *ioc; in mptscsih_report_queue_full() local 1174 MPT_ADAPTER *ioc = pci_get_drvdata(pdev); in mptscsih_remove() local 1231 MPT_ADAPTER *ioc = pci_get_drvdata(pdev); in mptscsih_suspend() local [all …]
|
H A D | mptsas.c | 137 static void mptsas_print_phy_data(MPT_ADAPTER *ioc, in mptsas_print_phy_data() 161 static void mptsas_print_phy_pg0(MPT_ADAPTER *ioc, SasPhyPage0_t *pg0) in mptsas_print_phy_pg0() 187 static void mptsas_print_phy_pg1(MPT_ADAPTER *ioc, SasPhyPage1_t *pg1) in mptsas_print_phy_pg1() 204 static void mptsas_print_device_pg0(MPT_ADAPTER *ioc, SasDevicePage0_t *pg0) in mptsas_print_device_pg0() 238 static void mptsas_print_expander_pg1(MPT_ADAPTER *ioc, SasExpanderPage1_t *pg1) in mptsas_print_expander_pg1() 261 mptsas_fw_event_off(MPT_ADAPTER *ioc) in mptsas_fw_event_off() 274 mptsas_fw_event_on(MPT_ADAPTER *ioc) in mptsas_fw_event_on() 285 mptsas_add_fw_event(MPT_ADAPTER *ioc, struct fw_event_work *fw_event, in mptsas_add_fw_event() 304 mptsas_requeue_fw_event(MPT_ADAPTER *ioc, struct fw_event_work *fw_event, in mptsas_requeue_fw_event() 318 static void __mptsas_free_fw_event(MPT_ADAPTER *ioc, in __mptsas_free_fw_event() [all …]
|
H A D | mptbase.c | 248 MPT_ADAPTER *ioc; in mpt_set_debug_level() local 282 mpt_is_discovery_complete(MPT_ADAPTER *ioc) in mpt_is_discovery_complete() 335 MPT_ADAPTER *ioc = (MPT_ADAPTER *)arg; in mpt_remove_dead_ioc_func() local 359 MPT_ADAPTER *ioc = in mpt_fault_reset_work() local 443 mpt_turbo_reply(MPT_ADAPTER *ioc, u32 pa) in mpt_turbo_reply() 503 mpt_reply(MPT_ADAPTER *ioc, u32 pa) in mpt_reply() 592 MPT_ADAPTER *ioc = bus_id; in mpt_interrupt() local 627 mptbase_reply(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply) in mptbase_reply() 831 MPT_ADAPTER *ioc; in mpt_device_driver_register() local 856 MPT_ADAPTER *ioc; in mpt_device_driver_deregister() local [all …]
|
/openbmc/qemu/migration/ |
H A D | yank_functions.c | 18 QIOChannel *ioc = QIO_CHANNEL(opaque); in migration_yank_iochannel() local 24 static bool migration_ioc_yank_supported(QIOChannel *ioc) in migration_ioc_yank_supported() 29 void migration_ioc_register_yank(QIOChannel *ioc) in migration_ioc_register_yank() 38 void migration_ioc_unregister_yank(QIOChannel *ioc) in migration_ioc_unregister_yank() 49 QIOChannel *ioc = qemu_file_get_ioc(file); in migration_ioc_unregister_yank_from_file() local
|
/openbmc/qemu/nbd/ |
H A D | client.c | 67 static int nbd_send_option_request(QIOChannel *ioc, uint32_t opt, in nbd_send_option_request() 99 static void nbd_send_opt_abort(QIOChannel *ioc) in nbd_send_opt_abort() 114 static int nbd_receive_option_reply(QIOChannel *ioc, uint32_t opt, in nbd_receive_option_reply() 154 static int nbd_handle_reply_err(QIOChannel *ioc, NBDOptionReply *reply, in nbd_handle_reply_err() 250 static int nbd_receive_list(QIOChannel *ioc, char **name, char **description, in nbd_receive_list() 339 static int nbd_opt_info_or_go(QIOChannel *ioc, uint32_t opt, in nbd_opt_info_or_go() 507 static int nbd_receive_query_exports(QIOChannel *ioc, in nbd_receive_query_exports() 562 static int nbd_request_simple_option(QIOChannel *ioc, int opt, bool strict, in nbd_request_simple_option() 617 static QIOChannel *nbd_receive_starttls(QIOChannel *ioc, in nbd_receive_starttls() 668 static int nbd_send_meta_query(QIOChannel *ioc, uint32_t opt, in nbd_send_meta_query() [all …]
|