Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_event.c357 request->sg_desc.addr = buff->dma_addr; in pqi_event_configure()
358 request->sg_desc.length = buff->size; in pqi_event_configure()
359 request->sg_desc.zero = 0; in pqi_event_configure()
360 request->sg_desc.type = SGL_DESCRIPTOR_CODE_LAST_ALTERNATIVE_SGL_SEGMENT; in pqi_event_configure()
H A Dsmartpqi_request.c312 (void *)aio_req->sg_desc[0].addr);
314 aio_req->sg_desc[0].len);
316 aio_req->sg_desc[0].flags);
389 aio_req->cmd_flags.partial = pqisrc_build_sgl(&aio_req->sg_desc[0], rcb, in pqisrc_build_aio_common()
396 aio_req->header.iu_length += offsetof(pqi_aio_req_t, sg_desc) - in pqisrc_build_aio_common()
439 (void *)aio_req->sg_desc[0].addr); in pqisrc_show_aio_common()
441 aio_req->sg_desc[0].len); in pqisrc_show_aio_common()
443 aio_req->sg_desc[0].flags); in pqisrc_show_aio_common()
505 aio_req->cmd_flags.partial = pqisrc_build_sgl(&aio_req->sg_desc[0], rcb, 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()
[all …]
H A Dsmartpqi_structures.h282 sg_desc_t sg_desc; /* !< Bytes 48-63. SGL */ member
370 sg_desc_t sg_desc; member
381 sg_desc_t sg_desc;
700 sgt_t sg_desc[4]; member
724 sgt_t sg_desc[4]; member
750 sgt_t sg_desc[3]; /* only 3 entries for R5/6 */ member
H A Dsmartpqi_init.c68 admin_req.req_type.general_func.sg_desc.length = pqi_cap_dma_buf.size; in pqisrc_report_pqi_capability()
69 admin_req.req_type.general_func.sg_desc.addr = pqi_cap_dma_buf.dma_addr; in pqisrc_report_pqi_capability()
70 admin_req.req_type.general_func.sg_desc.type = SGL_DESCRIPTOR_CODE_DATA_BLOCK; in pqisrc_report_pqi_capability()