Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c224 static int sata_txlt_write(sata_pkt_txlate_t *);
2651 { SCMD_WRITE, 0, SCF_NONE, sata_txlt_write, NULL,
2653 { SCMD_WRITE_G1, 0, SCF_NONE, sata_txlt_write, NULL,
2656 { SCMD_WRITE_G4, 0, SCF_NONE, sata_txlt_write, NULL,
2659 { SCMD_WRITE_G5, 0, SCF_NONE, sata_txlt_write, NULL,
6706 sata_txlt_write(sata_pkt_txlate_t *spx) in sata_txlt_write() function