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

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.h577 #define mpt_max_tgtcmds port_facts[0].MaxPostedCmdBuffers macro
H A Dmpt_cam.c2938 if (rx_id >= mpt->mpt_max_tgtcmds) {
4188 if (max > mpt->mpt_max_tgtcmds) {
4189 max = mpt->mpt_max_tgtcmds;

Completed in 103 milliseconds