Home
last modified time | relevance | path

Searched refs:general_func (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/smartpqi/
H A Dsmartpqi_init.c67 admin_req.req_type.general_func.buf_size = pqi_cap_dma_buf.size; in pqisrc_report_pqi_capability()
68 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()
H A Dsmartpqi_structures.h284 } OS_ATTRIBUTE_PACKED general_func; member