Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h340 #define MBC_ABORT_TASK_SET 0x68 /* Abort Task Set. */ macro
1016 {MBC_ABORT_TASK_SET, "MBC_ABORT_TASK_SET"}, \
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h221 #define MBC_ABORT_TASK_SET 0x68 /* Abort Task Set. */ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c1296 mcp->mb[0] = MBC_ABORT_TASK_SET; in ql_abort_task_set()