Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c920 uchar_t chain_type, void *pktinfop);
10789 uchar_t chain_type, void *pktinfop) in sd_xbuf_init() argument
10798 bp, chain_type); in sd_xbuf_init()
10810 switch (chain_type) { in sd_xbuf_init()
10913 uchar_t chain_type; in sd_uscsi_strategy() local
10960 chain_type = SD_CHAIN_DIRECT; in sd_uscsi_strategy()
10963 chain_type = SD_CHAIN_DIRECT_PRIORITY; in sd_uscsi_strategy()
10966 chain_type = SD_CHAIN_USCSI; in sd_uscsi_strategy()
10983 sd_xbuf_init(un, bp, xp, chain_type, uip->ui_cmdp); in sd_uscsi_strategy()