Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dhpsa.c2646 cp->Header.SGList = scsi_sg_count(cmd); in complete_scsi_command()
2825 cp->Header.SGList = 0; in hpsa_map_one()
2833 cp->Header.SGList = 0; in hpsa_map_one()
4629 cp->Header.SGList = h->max_cmd_sg_entries; in hpsa_scatter_gather()
4810 c->Header.SGList = use_sg; in hpsa_scsi_ioaccel1_queue_command()
6438 c->Header.SGList = 1; in hpsa_passthru_ioctl()
6441 c->Header.SGList = 0; in hpsa_passthru_ioctl()
6552 c->Header.SGList = (u8) sg_used; in hpsa_big_passthru_ioctl()
6706 c->Header.SGList = 1; in fill_cmd()
6709 c->Header.SGList = 0; in fill_cmd()
[all …]
H A Dhpsa_cmd.h348 u8 SGList; member