Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dhpsa.h187 u8 max_cmd_sg_entries; member
Dhpsa.c2108 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_map_sg_chain_block()
2112 (le16_to_cpu(c->Header.SGTotal) - h->max_cmd_sg_entries); in hpsa_map_sg_chain_block()
2130 if (le16_to_cpu(c->Header.SGTotal) <= h->max_cmd_sg_entries) in hpsa_unmap_sg_chain_block()
2133 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_unmap_sg_chain_block()
2396 (le16_to_cpu(cp->Header.SGTotal) > h->max_cmd_sg_entries)) in complete_scsi_command()
4203 chained = use_sg > h->max_cmd_sg_entries; in hpsa_scatter_gather()
4204 sg_limit = chained ? h->max_cmd_sg_entries - 1 : use_sg; in hpsa_scatter_gather()
4233 cp->Header.SGList = h->max_cmd_sg_entries; in hpsa_scatter_gather()
7530 h->max_cmd_sg_entries = 32; in hpsa_find_board_params()
7531 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries; in hpsa_find_board_params()
[all …]