Home
last modified time | relevance | path

Searched refs:W_B_FIFO_THRESH (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/isdn/hisax/
Dw6692.c246 if (bcs->tx_skb->len > W_B_FIFO_THRESH) { in W6692B_fill_fifo()
248 count = W_B_FIFO_THRESH; in W6692B_fill_fifo()
302 count = cs->BC_Read_Reg(cs, bchan, W_B_RBCL) & (W_B_FIFO_THRESH - 1); in W6692B_interrupt()
304 count = W_B_FIFO_THRESH; in W6692B_interrupt()
321 W6692B_empty_fifo(bcs, W_B_FIFO_THRESH); in W6692B_interrupt()
332 if (!(skb = dev_alloc_skb(W_B_FIFO_THRESH))) in W6692B_interrupt()
335 memcpy(skb_put(skb, W_B_FIFO_THRESH), bcs->hw.w6692.rcvbuf, W_B_FIFO_THRESH); in W6692B_interrupt()
Dw6692.h184 #define W_B_FIFO_THRESH 64 macro
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dw6692.h190 #define W_B_FIFO_THRESH 64 macro
Dw6692.c514 count = W_B_FIFO_THRESH; in W6692_fill_Bfifo()
522 if (count > W_B_FIFO_THRESH) in W6692_fill_Bfifo()
523 count = W_B_FIFO_THRESH; in W6692_fill_Bfifo()
709 (W_B_FIFO_THRESH - 1); in W6692B_interrupt()
711 count = W_B_FIFO_THRESH; in W6692B_interrupt()
728 W6692_empty_Bfifo(wch, W_B_FIFO_THRESH); in W6692B_interrupt()
1316 W_B_FIFO_THRESH); in setup_instance()