Home
last modified time | relevance | path

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

/drivers/scsi/
Dhpsa.h140 u8 max_cmd_sg_entries; member
Dhpsa.c1504 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_map_sg_chain_block()
1508 (c->Header.SGTotal - h->max_cmd_sg_entries); in hpsa_map_sg_chain_block()
1528 if (c->Header.SGTotal <= h->max_cmd_sg_entries) in hpsa_unmap_sg_chain_block()
1531 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_unmap_sg_chain_block()
1700 (cp->Header.SGTotal > h->max_cmd_sg_entries)) in complete_scsi_command()
3205 if (i == h->max_cmd_sg_entries - 1 && in hpsa_scatter_gather()
3206 use_sg > h->max_cmd_sg_entries) { in hpsa_scatter_gather()
3224 cp->Header.SGList = h->max_cmd_sg_entries; in hpsa_scatter_gather()
6323 h->max_cmd_sg_entries = 31; in hpsa_find_board_params()
6325 h->max_cmd_sg_entries = 32; in hpsa_find_board_params()
[all …]