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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dw6692.h184 #define W_B_FIFO_THRESH 64 macro
H A Dw6692.c249 if (bcs->tx_skb->len > W_B_FIFO_THRESH) {
251 count = W_B_FIFO_THRESH;
305 count = cs->BC_Read_Reg(cs, bchan, W_B_RBCL) & (W_B_FIFO_THRESH - 1);
307 count = W_B_FIFO_THRESH;
324 W6692B_empty_fifo(bcs, W_B_FIFO_THRESH);
335 if (!(skb = dev_alloc_skb(W_B_FIFO_THRESH)))
338 memcpy(skb_put(skb, W_B_FIFO_THRESH), bcs->hw.w6692.rcvbuf, W_B_FIFO_THRESH); local

Completed in 50 milliseconds