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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dw6692.h190 #define W_B_FIFO_THRESH 64 macro
H A Dw6692.c516 if (count > W_B_FIFO_THRESH)
517 count = W_B_FIFO_THRESH;
652 (W_B_FIFO_THRESH - 1);
654 count = W_B_FIFO_THRESH;
671 W6692_empty_Bfifo(wch, W_B_FIFO_THRESH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dw6692.h184 #define W_B_FIFO_THRESH 64 macro
H A Dw6692.c246 if (bcs->tx_skb->len > W_B_FIFO_THRESH) {
248 count = W_B_FIFO_THRESH;
302 count = cs->BC_Read_Reg(cs, bchan, W_B_RBCL) & (W_B_FIFO_THRESH - 1);
304 count = W_B_FIFO_THRESH;
321 W6692B_empty_fifo(bcs, W_B_FIFO_THRESH);
332 if (!(skb = dev_alloc_skb(W_B_FIFO_THRESH)))
335 memcpy(skb_put(skb, W_B_FIFO_THRESH), bcs->hw.w6692.rcvbuf, W_B_FIFO_THRESH); local

Completed in 68 milliseconds