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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dcyclades.c1033 __u32 tx_put, tx_get, tx_bufsize, tx_bufaddr; local
1040 tx_bufsize = readl(&buf_ctrl->tx_bufsize);
1043 char_count = tx_get - tx_put - 1 + tx_bufsize;
1056 tx_put = (tx_put + 1) & (tx_bufsize - 1);
1063 tx_bufsize - tx_put, min_t(unsigned int,
1073 tx_put = (tx_put + small_count) & (tx_bufsize - 1);
1088 tx_put = (tx_put + 1) & (tx_bufsize - 1);
2377 __u32 tx_put, tx_get, tx_bufsize; local
2387 tx_bufsize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcyclades.h442 __u32 tx_bufsize; /* tx buffer size */ member in struct:BUF_CTRL

Completed in 49 milliseconds