Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_init.c72 admin_req.req_type.general_func.buf_size = pqi_cap_dma_buf.size; in pqisrc_report_pqi_capability()
73 admin_req.req_type.general_func.sg_desc.length = pqi_cap_dma_buf.size; in pqisrc_report_pqi_capability()
74 admin_req.req_type.general_func.sg_desc.addr = pqi_cap_dma_buf.dma_addr; in pqisrc_report_pqi_capability()
75 admin_req.req_type.general_func.sg_desc.type = SGL_DESCRIPTOR_CODE_DATA_BLOCK; in pqisrc_report_pqi_capability()
H A Dsmartpqi_structures.h277 } OS_ATTRIBUTE_PACKED general_func; member