Searched defs:chain_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1368 uchar_t chain_type, void *pktinfop);
11563 * chain_type - IO chain type to use:
11577 uchar_t chain_type, void *pktinfop)
11586 bp, chain_type);
11598 switch (chain_type) {
11701 uchar_t chain_type; local
11748 chain_type = SD_CHAIN_DIRECT;
11751 chain_type = SD_CHAIN_DIRECT_PRIORITY;
11754 chain_type = SD_CHAIN_USCSI;
11771 sd_xbuf_init(un, bp, xp, chain_type, ui
11576 sd_xbuf_init(struct sd_lun *un, struct buf *bp, struct sd_xbuf *xp, uchar_t chain_type, void *pktinfop) argument
[all...]

Completed in 256 milliseconds