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

/freebsd-9.3-release/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-9.3-release/sys/dev/mrsas/
H A Dmrsas.c1219 u_int8_t arm, reply_descript_type; local
1240 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK;
1295 reply_descript_type = reply_desc->ReplyFlags & MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK;
1297 if(reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)

Completed in 59 milliseconds