Searched refs:maxsgentries (Results 1 – 2 of 2) sorted by relevance
194 int maxsgentries; member
2214 kmalloc_array(h->maxsgentries, in hpsa_allocate_ioaccel2_sg_chain_blocks()4585 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scatter_gather()4926 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scsi_ioaccel2_queue_command()5870 sh->sg_tablesize = h->maxsgentries; in hpsa_scsi_host_alloc()7708 return h->maxsgentries > 512; in hpsa_supports_chained_sg_blocks()7719 h->maxsgentries = readl(&(h->cfgtable->MaxScatterGatherElements)); in hpsa_find_board_params()7724 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries; in hpsa_find_board_params()7725 h->maxsgentries--; /* save one for chain pointer */ in hpsa_find_board_params()7733 h->maxsgentries = 31; /* default to traditional values */ in hpsa_find_board_params()
Completed in 21 milliseconds