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

/freebsd-10.3-release/sys/dev/isp/
H A Dispreg.h444 #define ISP_NMBOX(isp) ((IS_24XX(isp) || IS_23XX(isp))? 32 : (IS_2200(isp) ? 24 : 8)) macro
H A Disp.c727 int nmbox = ISP_NMBOX(isp);
4975 for (i = 1; i < ISP_NMBOX(isp); i++) {
7284 for (box = 0; box < ISP_NMBOX(isp); box++) {
7372 for (box = 0; box < ISP_NMBOX(isp); box++) {
7415 for (box = 0; box < ISP_NMBOX(isp); box++) {

Completed in 125 milliseconds