Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/dev/mrsas/
H A Dmrsas.c1654 u_int8_t reply_descript_type, *sense; in mrsas_complete_cmd() local
1679 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK; in mrsas_complete_cmd()
1785 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK; in mrsas_complete_cmd()
1787 if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED) in mrsas_complete_cmd()