Home
last modified time | relevance | path

Searched refs:spi_populate_tag_msg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_transport_spi.h147 int spi_populate_tag_msg(unsigned char *msg, struct scsi_cmnd *cmd);
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_spi.c1229 int spi_populate_tag_msg(unsigned char *msg, struct scsi_cmnd *cmd) in spi_populate_tag_msg() function
1239 EXPORT_SYMBOL_GPL(spi_populate_tag_msg);
H A D53c700.c1443 count += spi_populate_tag_msg(&hostdata->msgout[count], SCp); in NCR_700_start_command()
H A Desp_scsi.c719 if (!spi_populate_tag_msg(&ent->tag[0], cmd)) { in find_and_prep_issuable_command()