Home
last modified time | relevance | path

Searched refs:MAX_QUEUE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/sound/usb/
Dcard.h10 #define MAX_QUEUE 18 /* try not to exceed this queue length, in ms */ macro
Dendpoint.c766 MAX_QUEUE * packs_per_ms / urb_packs); in data_ep_set_params()
/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1516 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 …]
Dsym_hipd.h191 #define MAX_QUEUE SYM_CONF_MAX_QUEUE macro
/Linux-v4.19/drivers/net/wireless/
Dmac80211_hwsim.c41 #define MAX_QUEUE 200 macro
1075 if (skb_queue_len(&data->pending) >= MAX_QUEUE) { in mac80211_hwsim_tx_frame_nl()