Searched refs:iu_length (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_cmd.c | 40 uint32_t iu_len = hdr->iu_length + 4 ; /* header size */ in pqisrc_submit_cmnd() 69 ib_q->pi_local, hdr->iu_length); in pqisrc_submit_cmnd()
|
H A D | smartpqi_request.c | 169 iu_hdr->iu_length = num_sg * sizeof(sgt_t); in pqisrc_build_sgl() 272 raid_req->header.iu_length += in pqisrc_build_raid_io() 392 aio_req->num_sg = aio_req->header.iu_length / sizeof(sgt_t); in pqisrc_build_aio_common() 396 aio_req->header.iu_length += offsetof(pqi_aio_req_t, sg_desc) - in pqisrc_build_aio_common() 414 DBG_INFO("%15s: 0x%x\n", "length", aio_req->header.iu_length); in pqisrc_show_aio_common() 508 aio_req->num_sg = aio_req->header.iu_length / sizeof(sgt_t); in pqisrc_build_aio_R1_write() 512 aio_req->header.iu_length += offsetof(pqi_aio_raid1_write_req_t, sg_desc) - in pqisrc_build_aio_R1_write() 533 DBG_INFO("%15s: 0x%x\n", "length", aio_req->header.iu_length); in pqisrc_show_aio_R1_write() 661 aio_req->num_sg = aio_req->header.iu_length / sizeof(sgt_t); in pqisrc_build_aio_R5or6_write() 665 aio_req->header.iu_length += offsetof(pqi_aio_raid5or6_write_req_t, sg_desc) - in pqisrc_build_aio_R5or6_write() [all …]
|
H A D | smartpqi_event.c | 74 request.header.iu_length = (sizeof(pqi_event_acknowledge_request_t) - in pqisrc_acknowledge_event() 351 request->header.iu_length = sizeof(pqi_event_config_request_t) - in pqi_event_configure()
|
H A D | smartpqi_features.c | 110 request.header.iu_length = sizeof(request) - PQI_REQUEST_HEADER_LENGTH; in pqi_config_table_update()
|
H A D | smartpqi_ioctl.c | 300 request.header.iu_length = offsetof(pqisrc_raid_req_t, sg_descriptors[1]) - in pqisrc_passthru_ioctl()
|
H A D | smartpqi_queue.c | 48 req->header.iu_length = PQI_STANDARD_IU_LENGTH; in pqisrc_submit_admin_req()
|
H A D | smartpqi_structures.h | 267 uint16_t iu_length; member
|
H A D | smartpqi_discovery.c | 424 request->header.iu_length = LE_16(offsetof(pqisrc_raid_req_t, in pqisrc_build_send_raid_request()
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_vscsi.c | 77 uint16_t iu_length; member 508 crq.iu_length = htobe16(xp->srp_iu_size); in vscsi_srp_login() 554 crq.iu_length = htobe16(xp->srp_iu_size); in vscsi_task_management() 612 crq.iu_length = htobe16(xp->srp_iu_size); in vscsi_scsi_command() 808 crq.iu_length = htobe16(xp->srp_iu_size); in vscsi_setup_bus()
|