Searched refs:MAX_QUEUE (Results 1 – 5 of 5) sorted by relevance
10 #define MAX_QUEUE 18 /* try not to exceed this queue length, in ms */ macro
766 MAX_QUEUE * packs_per_ms / urb_packs); in data_ep_set_params()
1516 if (qidx >= MAX_QUEUE*2) qidx = 0;1609 if ((i = i+2) >= MAX_QUEUE*2)1725 for (i = 0; i < MAX_QUEUE*2; i += 2) {1729 np->squeue[MAX_QUEUE*2-1] = cpu_to_scr(phys);1740 for (i = 0; i < MAX_QUEUE*2; i += 2) {1744 np->dqueue[MAX_QUEUE*2-1] = cpu_to_scr(phys);2986 assert((i >= 0) && (i < 2*MAX_QUEUE));3014 if ((j += 2) >= MAX_QUEUE*2) j = 0;3016 if ((i += 2) >= MAX_QUEUE*2) i = 0;5622 np->squeue = sym_calloc_dma(sizeof(u32)*(MAX_QUEUE*2),"SQUEUE");[all …]
191 #define MAX_QUEUE SYM_CONF_MAX_QUEUE macro
41 #define MAX_QUEUE 200 macro1075 if (skb_queue_len(&data->pending) >= MAX_QUEUE) { in mac80211_hwsim_tx_frame_nl()