Searched refs:max_sg_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/hptiop/
H A Dhptiop.h266 u_int32_t max_sg_count; member in struct:hpt_iop_request_get_config
376 u_int32_t max_sg_count; member in struct:hpt_iop_hba
H A Dhptiop.c992 config->max_sg_count = info->max_sg_count;
1946 hba->max_sg_count = iop_config.max_sg_count;
1965 PAGE_SIZE * (hba->max_sg_count-1), /* maxsize */
1966 hba->max_sg_count, /* nsegments */
2648 if (error || nsegs > hba->max_sg_count) {

Completed in 119 milliseconds