Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h256 #define MBC_SEND_LFA_COMMAND 0x7d /* Send Loop Fabric Address */ macro
883 {MBC_SEND_LFA_COMMAND, "MBC_SEND_LFA_COMMAND"}, \
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h208 #define MBC_SEND_LFA_COMMAND 0x7d /* Send Loop Fabric Address */ macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c859 mcp->mb[0] = MBC_SEND_LFA_COMMAND; in ql_send_lfa()