Searched refs:SGList (Results 1 – 5 of 5) sorted by relevance
150 BYTE SGList; member
302 printk("sglist:%d\n", cp->Header.SGList);910 c->Header.SGList = (__u8) 1; /* no. SGs contig in this cmd */ in cciss_map_one()1410 c->Header.SGList = h->max_cmd_sgentries; in cciss_scatter_gather()1412 c->Header.SGList = c->Header.SGTotal; in cciss_scatter_gather()
235 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()1458 c->Header.SGList = 1; in cciss_passthru()1461 c->Header.SGList = 0; in cciss_passthru()1594 c->Header.SGList = sg_used; in cciss_bigpassthru()1781 for (i = 0; i < c->Header.SGList; i++) { in cciss_softirq_done()2488 c->Header.SGList = 1; in fill_cmd()2491 c->Header.SGList = 0; in fill_cmd()3309 c->Header.SGList = c->Header.SGTotal; in do_cciss_request()3311 c->Header.SGList = h->max_cmd_sgentries; in do_cciss_request()4326 cmd->CommandHeader.SGList = 0; in cciss_message()
206 u8 SGList; member
496 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()1280 cp->Header.SGList = 0; in hpsa_map_one()1291 cp->Header.SGList = (u8) 1; /* no. SGs contig in this cmd */ in hpsa_map_one()1974 cp->Header.SGList = h->max_cmd_sg_entries; in hpsa_scatter_gather()1982 cp->Header.SGList = (u8) use_sg; /* no. SGs contig in this cmd */ in hpsa_scatter_gather()2537 c->Header.SGList = 1; in hpsa_passthru_ioctl()2540 c->Header.SGList = 0; in hpsa_passthru_ioctl()2666 c->Header.SGList = c->Header.SGTotal = sg_used; in hpsa_big_passthru_ioctl()2763 c->Header.SGList = 1; in fill_cmd()2766 c->Header.SGList = 0; in fill_cmd()[all …]