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

/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt_reg.h159 #define MPT_REPLY_EMPTY (0xFFFFFFFF) /* Reply Queue Empty Symbol */ macro
H A Dmpt.c723 while ((reply_desc = mpt_pop_reply_queue(mpt)) != MPT_REPLY_EMPTY) {
765 reply_desc = MPT_REPLY_EMPTY;
772 reply_desc = MPT_REPLY_EMPTY;
780 reply_desc = MPT_REPLY_EMPTY;
797 reply_desc = MPT_REPLY_EMPTY;
801 reply_desc = MPT_REPLY_EMPTY;
804 if (reply_desc == MPT_REPLY_EMPTY) {

Completed in 98 milliseconds