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

/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_tbolt.c663 uint8_t reply_descript_type; local
680 reply_descript_type = reply_desc->ReplyFlags
682 if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)
745 reply_descript_type = reply_desc->ReplyFlags
747 if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c1685 u_int8_t reply_descript_type, *sense; local
1710 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK;
1814 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK;
1816 if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)

Completed in 118 milliseconds