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

/linux-master/drivers/scsi/
H A Dhpsa.h195 u8 max_cmd_sg_entries; member in struct:ctlr_info
H A Dhpsa.c2308 chain_sg = &c->SG[h->max_cmd_sg_entries - 1];
2312 (le16_to_cpu(c->Header.SGTotal) - h->max_cmd_sg_entries);
2330 if (le16_to_cpu(c->Header.SGTotal) <= h->max_cmd_sg_entries)
2333 chain_sg = &c->SG[h->max_cmd_sg_entries - 1];
2598 (le16_to_cpu(cp->Header.SGTotal) > h->max_cmd_sg_entries))
4600 chained = use_sg > h->max_cmd_sg_entries;
4601 sg_limit = chained ? h->max_cmd_sg_entries - 1 : use_sg;
4629 cp->Header.SGList = h->max_cmd_sg_entries;
7719 h->max_cmd_sg_entries = 32;
7720 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries;
[all...]

Completed in 198 milliseconds