Home
last modified time | relevance | path

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

/linux-6.1.9/sound/usb/
Dcard.h10 #define MAX_QUEUE 18 /* try not to exceed this queue length, in ms */ macro
Dendpoint.c1226 MAX_QUEUE * packs_per_ms / urb_packs); in data_ep_set_params()
/linux-6.1.9/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1503 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 …]
Dsym_hipd.h178 #define MAX_QUEUE SYM_CONF_MAX_QUEUE macro
/linux-6.1.9/drivers/net/wireless/
Dmac80211_hwsim.c42 #define MAX_QUEUE 200 macro
1391 if (skb_queue_len(&data->pending) >= MAX_QUEUE) { in mac80211_hwsim_tx_frame_nl()