Home
last modified time | relevance | path

Searched refs:max_sg_elem (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_main.c374 (bus_size_t)softs->pqi_cap.max_sg_elem*PAGE_SIZE,/* maxsize */ in smartpqi_attach()
375 softs->pqi_cap.max_sg_elem, /* nsegments */ in smartpqi_attach()
Dsmartpqi_sis.c285 softs->pqi_cap.max_sg_elem = mb[1]; in pqisrc_get_sis_pqi_cap()
294 softs->pqi_cap.max_sg_elem); in pqisrc_get_sis_pqi_cap()
Dsmartpqi_cam.c54 cpi->maxio = (softs->pqi_cap.max_sg_elem - 1) * PAGE_SIZE; in update_sim_properties()
540 if (error || nseg > softs->pqi_cap.max_sg_elem) { in pqi_request_map_helper()
542 error, nseg, softs->pqi_cap.max_sg_elem); in pqi_request_map_helper()
Dsmartpqi_init.c190 sg_buf_size = softs->pqi_cap.max_sg_elem * in pqisrc_allocate_rcb()
Dsmartpqi_structures.h142 uint32_t max_sg_elem; member