Searched refs:iu_length (Results 1 – 4 of 4) sorted by relevance
135 iu_len = rqst->iu_length + PQI_REQUEST_HEADER_LENGTH; in pqi_start_io()432 rqst->header.iu_length = sizeof (*rqst) - PQI_REQUEST_HEADER_LENGTH; in lun_reset_worker()513 rqst.header.iu_length = sizeof (rqst) - PQI_REQUEST_HEADER_LENGTH; in ack_event()755 uint16_t iu_length; in build_aio_sg_list() local761 iu_length = offsetof(struct pqi_aio_path_request, ap_sglist) - in build_aio_sg_list()798 iu_length += num_sg_in_iu * sizeof (*sg); in build_aio_sg_list()801 rqst->header.iu_length = iu_length; in build_aio_sg_list()812 uint16_t iu_length; in build_raid_sg_list() local817 iu_length = offsetof(struct pqi_raid_path_request, rp_sglist) - in build_raid_sg_list()854 iu_length += num_sg_in_iu * sizeof (*sg); in build_raid_sg_list()[all …]
464 rqst.header.iu_length = PQI_GENERAL_ADMIN_IU_LENGTH; in pqi_report_device_capability()869 rqst.header.iu_length = offsetof(struct pqi_general_management_request, in pqi_enable_events()893 rqst.header.iu_length = offsetof(struct pqi_general_management_request, in pqi_enable_events()1210 if (r->header.iu_length != PQI_GENERAL_ADMIN_IU_LENGTH) in validate_admin_response()1254 request.header.iu_length = PQI_GENERAL_ADMIN_IU_LENGTH; in create_event_queue()1289 rqst.header.iu_length = PQI_GENERAL_ADMIN_IU_LENGTH; in create_queue_group()1312 rqst.header.iu_length = PQI_GENERAL_ADMIN_IU_LENGTH; in create_queue_group()1337 rqst.header.iu_length = PQI_GENERAL_ADMIN_IU_LENGTH; in create_queue_group()1350 rqst.header.iu_length = PQI_GENERAL_ADMIN_IU_LENGTH; in create_queue_group()1429 len = rqst->iu_length + PQI_REQUEST_HEADER_LENGTH; in submit_raid_rqst_sync()[all …]
934 rqst->header.iu_type, rqst->header.iu_length, in dump_raid()977 rqst->header.iu_type, rqst->header.iu_length, in dump_aio()
241 uint16_t iu_length; member