Searched refs:tx_cur (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dznet.c136 ushort *tx_start, *tx_cur, *tx_end; member in struct:znet_private
346 *znet->tx_cur++ = sizeof(struct i82593_conf_block);
347 memcpy(znet->tx_cur, cfblk, sizeof(struct i82593_conf_block));
348 znet->tx_cur += sizeof(struct i82593_conf_block)/2;
560 ushort *tx_link = znet->tx_cur - 1;
565 if (znet->tx_cur >= znet->tx_end)
566 znet->tx_cur = znet->tx_start;
567 *znet->tx_cur++ = length;
568 if (znet->tx_cur + rnd_len + 1 > znet->tx_end) {
569 int semi_cnt = (znet->tx_end - znet->tx_cur)<<
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_ethtool.c169 u32 tx_max, tx_min, tx_cur; local
189 tx_cur = coalesce->tx_coalesce_usecs;
191 if (tx_cur > BE_MAX_EQD)
192 tx_cur = BE_MAX_EQD;
193 if (tx_eq->cur_eqd != tx_cur) {
194 status = be_cmd_modify_eqd(adapter, tx_eq->q.id, tx_cur);
196 tx_eq->cur_eqd = tx_cur;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/cpm_uart/
H A Dcpm_uart.h75 cbd_t __iomem *tx_cur; member in struct:uart_cpm_port
H A Dcpm_uart_core.c657 bdp = pinfo->tx_cur;
670 pinfo->tx_cur = bdp;
683 bdp = pinfo->tx_cur;
705 pinfo->tx_cur = bdp;
749 bdp = pinfo->tx_cur = pinfo->tx_bd_base;
947 bdp = pinfo->tx_cur;
1006 pinfo->tx_cur = bdp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Ducc_uart.c189 struct qe_bd *tx_cur; member in struct:uart_qe_port
338 bdp = qe_port->tx_cur;
350 qe_port->tx_cur = bdp;
363 bdp = qe_port->tx_cur;
387 qe_port->tx_cur = bdp;
629 qe_port->tx_cur = qe_port->tx_bd_base;
641 setbits16(&qe_port->tx_cur->status, BD_SC_P);
H A D68360serial.c214 QUICC_BD *tx_cur; member in struct:serial_info
951 bdp = info->tx_cur;
966 info->tx_cur = (QUICC_BD *)bdp;
990 bdp = info->tx_cur;
1019 info->tx_cur = (QUICC_BD *)bdp;
1032 if ((info->tx_cur->status & BD_SC_READY) == 0) {
1081 bdp = info->tx_cur;
1096 info->tx_cur = (QUICC_BD *)bdp;
1659 /* The 'tx_cur' is really the next buffer to send. We
1665 bdp = info->tx_cur;
[all...]

Completed in 276 milliseconds