Home
last modified time | relevance | path

Searched refs:maxsgentries (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.h194 int maxsgentries; member
H A Dhpsa.c2208 kmalloc_array(h->maxsgentries, in hpsa_allocate_ioaccel2_sg_chain_blocks()
4586 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scatter_gather()
4928 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scsi_ioaccel2_queue_command()
5852 sh->sg_tablesize = h->maxsgentries; in hpsa_scsi_host_alloc()
7677 return h->maxsgentries > 512; in hpsa_supports_chained_sg_blocks()
7688 h->maxsgentries = readl(&(h->cfgtable->MaxScatterGatherElements)); in hpsa_find_board_params()
7693 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries; in hpsa_find_board_params()
7694 h->maxsgentries--; /* save one for chain pointer */ in hpsa_find_board_params()
7702 h->maxsgentries = 31; /* default to traditional values */ in hpsa_find_board_params()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.h194 int maxsgentries; member
H A Dhpsa.c2214 kmalloc_array(h->maxsgentries, in hpsa_allocate_ioaccel2_sg_chain_blocks()
4583 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scatter_gather()
4924 BUG_ON(scsi_sg_count(cmd) > h->maxsgentries); in hpsa_scsi_ioaccel2_queue_command()
5868 sh->sg_tablesize = h->maxsgentries; in hpsa_scsi_host_alloc()
7704 return h->maxsgentries > 512; in hpsa_supports_chained_sg_blocks()
7715 h->maxsgentries = readl(&(h->cfgtable->MaxScatterGatherElements)); in hpsa_find_board_params()
7720 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries; in hpsa_find_board_params()
7721 h->maxsgentries--; /* save one for chain pointer */ in hpsa_find_board_params()
7729 h->maxsgentries = 31; /* default to traditional values */ in hpsa_find_board_params()

Completed in 27 milliseconds