Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/hptiop/
H A Dhptiop.h263 u_int32_t max_sg_count; member
373 u_int32_t max_sg_count; member
H A Dhptiop.c982 config->max_sg_count = info->max_sg_count; in hptiop_get_config_mvfrey()
1933 hba->max_sg_count = iop_config.max_sg_count; in hptiop_attach()
1951 PAGE_SIZE * (hba->max_sg_count-1), /* maxsize */ in hptiop_attach()
1952 hba->max_sg_count, /* nsegments */ in hptiop_attach()
2660 if (error || nsegs > hba->max_sg_count) { in hptiop_post_scsi_command()