Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h338 #define MBC_TARGET_RESET 0x66 /* Target Reset. */ macro
1014 {MBC_TARGET_RESET, "MBC_TARGET_RESET"}, \
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h219 #define MBC_TARGET_RESET 0x66 /* Target Reset. */ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c1026 mcp->mb[0] = MBC_TARGET_RESET; in ql_target_reset()