Searched refs:N_URB_TD (Results 1 – 4 of 4) sorted by relevance
328 #define N_URB_TD 48 macro337 td_t *td[N_URB_TD]; /* list pointer to all corresponding TDs associated with this request */
408 if (size >= (N_URB_TD - 1)) { in sohci_submit_job()409 err("need %d TDs, only have %d", size, N_URB_TD); in sohci_submit_job()
344 #define N_URB_TD 48 macro358 td_t *td[N_URB_TD]; /* list pointer to all corresponding TDs associated with this request */
554 if (size >= (N_URB_TD - 1)) { in sohci_submit_job()555 err("need %d TDs, only have %d", size, N_URB_TD); in sohci_submit_job()