Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dhpsa.h194 int maxsgentries; member
H A Dhpsa.c2208 kmalloc_array(h->maxsgentries, in hpsa_allocate_ioaccel2_sg_chain_blocks()
4577 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scatter_gather()
4918 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scsi_ioaccel2_queue_command()
5862 sh->sg_tablesize = h->maxsgentries; in hpsa_scsi_host_alloc()
7697 return h->maxsgentries > 512; in hpsa_supports_chained_sg_blocks()
7708 h->maxsgentries = readl(&(h->cfgtable->MaxScatterGatherElements)); in hpsa_find_board_params()
7713 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries; in hpsa_find_board_params()
7714 h->maxsgentries--; /* save one for chain pointer */ in hpsa_find_board_params()
7722 h->maxsgentries = 31; /* default to traditional values */ in hpsa_find_board_params()