Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c8083 pkt->mvfy.entry_type = VERIFY_MENLO_TYPE; in ql_menlo_get_fw_version()
8084 pkt->mvfy.entry_count = 1; in ql_menlo_get_fw_version()
8085 pkt->mvfy.options_status = LE_16(VMF_DO_NOT_UPDATE_FW); in ql_menlo_get_fw_version()
8088 LITTLE_ENDIAN_16(&pkt->mvfy.options_status); in ql_menlo_get_fw_version()
8089 LITTLE_ENDIAN_16(&pkt->mvfy.failure_code); in ql_menlo_get_fw_version()
8090 ver.FwVersion = LE_32(pkt->mvfy.fw_version); in ql_menlo_get_fw_version()
8092 if (rval != QL_SUCCESS || (pkt->mvfy.entry_status & 0x3c) != 0 || in ql_menlo_get_fw_version()
8093 pkt->mvfy.options_status != CS_COMPLETE) { in ql_menlo_get_fw_version()
8096 pkt->mvfy.entry_status & 0x3c, pkt->mvfy.options_status, in ql_menlo_get_fw_version()
8097 pkt->mvfy.failure_code); in ql_menlo_get_fw_version()
[all …]
H A Dql_init.c2768 pkt->mvfy.entry_type = VERIFY_MENLO_TYPE; in ql_init_rings()
2769 pkt->mvfy.entry_count = 1; in ql_init_rings()
2770 pkt->mvfy.options_status = in ql_init_rings()
2775 LITTLE_ENDIAN_16(&pkt->mvfy.options_status); in ql_init_rings()
2776 LITTLE_ENDIAN_16(&pkt->mvfy.failure_code); in ql_init_rings()
2779 (pkt->mvfy.entry_status & 0x3c) != 0 || in ql_init_rings()
2780 pkt->mvfy.options_status != CS_COMPLETE) { in ql_init_rings()
2783 pkt->mvfy.entry_status & 0x3c, in ql_init_rings()
2784 pkt->mvfy.options_status, in ql_init_rings()
2785 pkt->mvfy.failure_code); in ql_init_rings()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h1467 vfy_menlo_entry_t mvfy; member