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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h86 u8 max_cmd_sg_entries; member in struct:ctlr_info
H A Dhpsa.c929 chain_sg = &c->SG[h->max_cmd_sg_entries - 1];
933 (c->Header.SGTotal - h->max_cmd_sg_entries);
946 if (c->Header.SGTotal <= h->max_cmd_sg_entries)
949 chain_sg = &c->SG[h->max_cmd_sg_entries - 1];
971 if (cp->Header.SGTotal > h->max_cmd_sg_entries)
1896 if (i == h->max_cmd_sg_entries - 1 &&
1897 use_sg > h->max_cmd_sg_entries) {
1915 cp->Header.SGList = h->max_cmd_sg_entries;
3539 h->max_cmd_sg_entries = 31;
3541 h->max_cmd_sg_entries
[all...]

Completed in 65 milliseconds