Searched refs:DBRI_MAX_PIPE (Results 1 – 1 of 1) sorted by relevance
251 #define DBRI_MAX_PIPE (DBRI_NO_PIPES - 1) macro826 if (pipe < 0 || pipe > DBRI_MAX_PIPE) { in reset_pipe()862 if (pipe < 0 || pipe > DBRI_MAX_PIPE) { in setup_pipe()898 if (pipe < 0 || pipe > DBRI_MAX_PIPE in link_time_slot()899 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE in link_time_slot()900 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) { in link_time_slot()957 if (pipe < 0 || pipe > DBRI_MAX_PIPE958 || prevpipe < 0 || prevpipe > DBRI_MAX_PIPE959 || nextpipe < 0 || nextpipe > DBRI_MAX_PIPE) {1004 if (pipe < 16 || pipe > DBRI_MAX_PIPE) { in xmit_fixed()[all …]