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

/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_reg.h161 #define MPT_REPLY_EMPTY (0xFFFFFFFF) /* Reply Queue Empty Symbol */ macro
H A Dmpt.c725 while ((reply_desc = mpt_pop_reply_queue(mpt)) != MPT_REPLY_EMPTY) {
767 reply_desc = MPT_REPLY_EMPTY;
774 reply_desc = MPT_REPLY_EMPTY;
782 reply_desc = MPT_REPLY_EMPTY;
799 reply_desc = MPT_REPLY_EMPTY;
803 reply_desc = MPT_REPLY_EMPTY;
806 if (reply_desc == MPT_REPLY_EMPTY) {

Completed in 101 milliseconds