Searched refs:tx_get (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/char/
H A Dcyclades.c1031 __u32 tx_put, tx_get, tx_bufsize, tx_bufaddr; local
1036 tx_get = readl(&buf_ctrl->tx_get);
1040 if (tx_put >= tx_get)
1041 char_count = tx_get - tx_put - 1 + tx_bufsize;
1043 char_count = tx_get - tx_put - 1;
1957 __u32 tx_put, tx_get, tx_bufsize; local
1959 tx_get = readl(&buf_ctrl->tx_get);
1962 if (tx_put >= tx_get)
[all...]
H A Dsynclinkmp.c171 int tx_get; member in struct:_synclinkmp_info
1200 info->tx_count = info->tx_put = info->tx_get = 0;
2270 info->tx_count = info->tx_put = info->tx_get = 0;
2742 info->tx_count = info->tx_put = info->tx_get = 0;
4318 TwoBytes[0] = info->tx_buf[info->tx_get++];
4319 if (info->tx_get >= info->max_frame_size)
4320 info->tx_get -= info->max_frame_size;
4321 TwoBytes[1] = info->tx_buf[info->tx_get++];
4322 if (info->tx_get >= info->max_frame_size)
4323 info->tx_get
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dsynclink_cs.c156 int tx_get; member in struct:_mgslpc_info
988 info->tx_count = info->tx_put = info->tx_get = 0;
1038 c = min(2, min_t(int, fifo_count, min(info->tx_count, TXBUFSIZE - info->tx_get)));
1041 write_reg(info, CHA + TXFIFO, *(info->tx_buf + info->tx_get));
1044 *((unsigned short*)(info->tx_buf + info->tx_get)));
1047 info->tx_get = (info->tx_get + c) & (TXBUFSIZE - 1);
1393 info->tx_count = info->tx_put = info->tx_get = 0;
1706 info->tx_count = info->tx_put = info->tx_get = 0;
1944 info->tx_count = info->tx_put = info->tx_get
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcyclades.h426 __u32 tx_get; /* tail index tx buf */ member in struct:BUF_CTRL

Completed in 72 milliseconds