Home
last modified time | relevance | path

Searched refs:iu_length (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hw.c135 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() local
761 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() local
817 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 …]
H A Dsmartpqi_init.c464 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 …]
H A Dsmartpqi_util.c934 rqst->header.iu_type, rqst->header.iu_length, in dump_raid()
977 rqst->header.iu_type, rqst->header.iu_length, in dump_aio()
H A Dsmartpqi_hw.h241 uint16_t iu_length; member