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
1229 MAX_QUEUE * packs_per_ms / urb_packs); in data_ep_set_params()
1503 if (qidx >= MAX_QUEUE*2) qidx = 0;1596 if ((i = i+2) >= MAX_QUEUE*2)1712 for (i = 0; i < MAX_QUEUE*2; i += 2) {1716 np->squeue[MAX_QUEUE*2-1] = cpu_to_scr(phys);1727 for (i = 0; i < MAX_QUEUE*2; i += 2) {1731 np->dqueue[MAX_QUEUE*2-1] = cpu_to_scr(phys);2973 assert((i >= 0) && (i < 2*MAX_QUEUE));3001 if ((j += 2) >= MAX_QUEUE*2) j = 0;3003 if ((i += 2) >= MAX_QUEUE*2) i = 0;5625 np->squeue = sym_calloc_dma(sizeof(u32)*(MAX_QUEUE*2),"SQUEUE");[all …]
178 #define MAX_QUEUE SYM_CONF_MAX_QUEUE macro
42 #define MAX_QUEUE 200 macro1501 if (skb_queue_len(&data->pending) >= MAX_QUEUE) { in mac80211_hwsim_tx_frame_nl()