Home
last modified time | relevance | path

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

/src/sys/dev/mfi/
H A Dmfi_tbolt.c660 uint8_t reply_descript_type; in mfi_tbolt_complete_cmd() local
676 reply_descript_type = reply_desc->ReplyFlags in mfi_tbolt_complete_cmd()
678 if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED) in mfi_tbolt_complete_cmd()
740 reply_descript_type = reply_desc->ReplyFlags in mfi_tbolt_complete_cmd()
742 if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED) in mfi_tbolt_complete_cmd()
/src/sys/dev/mrsas/
H A Dmrsas.c1651 u_int8_t reply_descript_type, *sense; in mrsas_complete_cmd() local
1676 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK; in mrsas_complete_cmd()
1782 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK; in mrsas_complete_cmd()
1784 if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED) in mrsas_complete_cmd()