Searched refs:max_sg_elem (Results 1 – 5 of 5) sorted by relevance
374 (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()
285 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()
54 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()
190 sg_buf_size = softs->pqi_cap.max_sg_elem * in pqisrc_allocate_rcb()
142 uint32_t max_sg_elem; member