Searched refs:xioctl (Results 1 – 9 of 9) sorted by relevance
505 ha->xioctl->IOControlRequests++; in ql_command_iocb()515 ha->xioctl->IOOutputRequests++; in ql_command_iocb()516 ha->xioctl->IOOutputByteCnt += fcp->fcp_data_len; in ql_command_iocb()520 ha->xioctl->IOInputRequests++; in ql_command_iocb()521 ha->xioctl->IOInputByteCnt += fcp->fcp_data_len; in ql_command_iocb()772 pha->xioctl->IOControlRequests++; in ql_command_24xx_iocb()779 pha->xioctl->IOOutputRequests++; in ql_command_24xx_iocb()780 pha->xioctl->IOOutputByteCnt += fcp->fcp_data_len; in ql_command_24xx_iocb()783 pha->xioctl->IOInputRequests++; in ql_command_24xx_iocb()784 pha->xioctl->IOInputByteCnt += fcp->fcp_data_len; in ql_command_24xx_iocb()[all …]
558 ha->xioctl->TotalInterrupts++; in ql_isr_aif()940 ha->xioctl->ControllerErrorCount++; in ql_async_event()956 ha->xioctl->ControllerErrorCount++; in ql_async_event()976 ha->xioctl->ControllerErrorCount++; in ql_async_event()1040 ha->xioctl->TotalLipResets++; in ql_async_event()1041 if (ha->xioctl->flags & QL_AEN_TRACKING_ENABLE) { in ql_async_event()1096 if (ha->xioctl->flags & QL_AEN_TRACKING_ENABLE) { in ql_async_event()1123 if (ha->xioctl->flags & QL_AEN_TRACKING_ENABLE) { in ql_async_event()1197 if (ha->xioctl->flags & QL_AEN_TRACKING_ENABLE) { in ql_async_event()1238 if (ha->xioctl->flags & QL_AEN_TRACKING_ENABLE) { in ql_async_event()[all …]
187 if (ha->xioctl != NULL) { in ql_alloc_xioctl_resource()198 ha->xioctl = xp; in ql_alloc_xioctl_resource()227 ql_xioctl_t *xp = ha->xioctl; in ql_free_xioctl_resource()243 ha->xioctl = NULL; in ql_free_xioctl_resource()277 if (ha->xioctl == NULL) { in ql_xioctl()1557 ql_xioctl_t *xp = ha->xioctl; in ql_fcct()1835 ql_xioctl_t *xp = ha->xioctl; in ql_aen_reg()1884 ql_xioctl_t *xp = ha->xioctl; in ql_aen_get()1965 ql_xioctl_t *xp = ha->xioctl; in ql_enqueue_aen()3296 ql_xioctl_t *xp = ha->xioctl; in ql_read_flash()[all …]
1560 bsize = ha->xioctl->fdesc.block_size; in ql_r_m_w_flash()1751 if (ha->xioctl->fdesc.flash_size == 0 && in ql_adm_adapter_info()1775 hba.flash_size = ha->xioctl->fdesc.flash_size; in ql_adm_adapter_info()2004 if (ha->xioctl->flags & QL_AEN_TRACKING_ENABLE) { in ql_adm_update_properties()
491 nv->id[2], nv->id[3], ha->xioctl->fdesc.flash_size, in ql_nvram_config()496 (ha->xioctl->fdesc.flash_size == 0))) { in ql_nvram_config()554 (ha->xioctl->fdesc.flash_size == 0)) { in ql_nvram_config()2575 ha->xioctl->fdesc.block_size = data << 2; in ql_start_firmware()2578 ha->xioctl->fdesc.block_size); in ql_start_firmware()
1885 if (ha->xioctl != NULL) { in ql_attach()7417 ha->pha->xioctl->IosRequested++; in ql_fcp_scsi_cmd()7418 ha->pha->xioctl->BytesRequested += (uint32_t) in ql_fcp_scsi_cmd()10166 if (ha->xioctl->IOInputByteCnt >= 0x100000) { in ql_timer()10167 ha->xioctl->IOInputMByteCnt += in ql_timer()10168 (ha->xioctl->IOInputByteCnt / 0x100000); in ql_timer()10169 ha->xioctl->IOInputByteCnt %= 0x100000; in ql_timer()10172 if (ha->xioctl->IOOutputByteCnt >= 0x100000) { in ql_timer()10173 ha->xioctl->IOOutputMByteCnt += in ql_timer()10174 (ha->xioctl->IOOutputByteCnt / 0x100000); in ql_timer()[all …]
124 xioctl.d \
136 file path=usr/demo/dtrace/xioctl.d
1832 struct ql_xioctl *xioctl; member