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

/freebsd-10-stable/sys/dev/mfi/
H A Dmfi_tbolt.c664 uint8_t reply_descript_type; local
681 reply_descript_type = reply_desc->ReplyFlags
683 if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)
746 reply_descript_type = reply_desc->ReplyFlags
748 if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)
/freebsd-10-stable/sys/dev/mrsas/
H A Dmrsas.c1542 u_int8_t reply_descript_type; local
1567 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK;
1638 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK;
1640 if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)

Completed in 247 milliseconds