Searched refs:tx_get (Results 1 - 4 of 4) 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
1038 tx_get = readl(&buf_ctrl->tx_get);
1042 if (tx_put >= tx_get)
1043 char_count = tx_get - tx_put - 1 + tx_bufsize;
1045 char_count = tx_get - tx_put - 1;
2377 __u32 tx_put, tx_get, tx_bufsize; local
2385 tx_get = readl(&buf_ctrl->tx_get);
2388 if (tx_put >= tx_get)
[all...]
H A Dsynclinkmp.c176 int tx_get; member in struct:_synclinkmp_info
1258 info->tx_count = info->tx_put = info->tx_get = 0;
2332 info->tx_count = info->tx_put = info->tx_get = 0;
2808 info->tx_count = info->tx_put = info->tx_get = 0;
4351 TwoBytes[0] = info->tx_buf[info->tx_get++];
4352 if (info->tx_get >= info->max_frame_size)
4353 info->tx_get -= info->max_frame_size;
4354 TwoBytes[1] = info->tx_buf[info->tx_get++];
4355 if (info->tx_get >= info->max_frame_size)
4356 info->tx_get
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c162 int tx_get; member in struct:_mgslpc_info
1041 info->tx_count = info->tx_put = info->tx_get = 0;
1091 c = min(2, min_t(int, fifo_count, min(info->tx_count, TXBUFSIZE - info->tx_get)));
1094 write_reg(info, CHA + TXFIFO, *(info->tx_buf + info->tx_get));
1097 *((unsigned short*)(info->tx_buf + info->tx_get)));
1100 info->tx_get = (info->tx_get + c) & (TXBUFSIZE - 1);
1444 info->tx_count = info->tx_put = info->tx_get = 0;
1756 info->tx_count = info->tx_put = info->tx_get = 0;
1994 info->tx_count = info->tx_put = info->tx_get
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcyclades.h444 __u32 tx_get; /* tail index tx buf */ member in struct:BUF_CTRL

Completed in 474 milliseconds