Home
last modified time | relevance | path

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

/drivers/scsi/
Dhpsa.h193 int maxsgentries; member
Dhpsa.c2193 kmalloc_array(h->maxsgentries, in hpsa_allocate_ioaccel2_sg_chain_blocks()
4552 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scatter_gather()
4894 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scsi_ioaccel2_queue_command()
5807 sh->sg_tablesize = h->maxsgentries; in hpsa_scsi_host_alloc()
7655 return h->maxsgentries > 512; in hpsa_supports_chained_sg_blocks()
7666 h->maxsgentries = readl(&(h->cfgtable->MaxScatterGatherElements)); in hpsa_find_board_params()
7671 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries; in hpsa_find_board_params()
7672 h->maxsgentries--; /* save one for chain pointer */ in hpsa_find_board_params()
7680 h->maxsgentries = 31; /* default to traditional values */ in hpsa_find_board_params()