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

/freebsd-10.3-release/sys/dev/hptiop/
H A Dhptiop.h264 u_int32_t max_sg_count; member in struct:hpt_iop_request_get_config
374 u_int32_t max_sg_count; member in struct:hpt_iop_hba
H A Dhptiop.c990 config->max_sg_count = info->max_sg_count;
1944 hba->max_sg_count = iop_config.max_sg_count;
1963 PAGE_SIZE * (hba->max_sg_count-1), /* maxsize */
1964 hba->max_sg_count, /* nsegments */
2643 if (error || nsegs > hba->max_sg_count) {

Completed in 45 milliseconds