Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.h194 int maxsgentries; member
H A Dhpsa.c2209 h->maxsgentries); in hpsa_allocate_ioaccel2_sg_chain_blocks()
4569 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scatter_gather()
4910 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scsi_ioaccel2_queue_command()
5855 sh->sg_tablesize = h->maxsgentries; in hpsa_scsi_host_alloc()
7688 return h->maxsgentries > 512; in hpsa_supports_chained_sg_blocks()
7699 h->maxsgentries = readl(&(h->cfgtable->MaxScatterGatherElements)); in hpsa_find_board_params()
7704 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries; in hpsa_find_board_params()
7705 h->maxsgentries--; /* save one for chain pointer */ in hpsa_find_board_params()
7713 h->maxsgentries = 31; /* default to traditional values */ in hpsa_find_board_params()