Searched refs:xmit (Results 51 - 75 of 78) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_x25.c86 hdlc->xmit(skb, dev); /* Ignore return value :-( */
H A Dc101.c376 hdlc->xmit = sca_xmit;
H A Dhdlc_cisco.c367 dev->hard_start_xmit = hdlc->xmit;
H A Dpci200syn.c430 hdlc->xmit = sca_xmit;
H A Dn2.c472 hdlc->xmit = sca_xmit;
H A Dpc300too.c482 hdlc->xmit = sca_xmit;
H A Dwanxl.c283 /* should never happen - previous xmit should stop queue */
782 hdlc->xmit = wanxl_xmit;
H A Dhdlc_fr.c1290 dev->hard_start_xmit = hdlc->xmit;
H A Ddscc4.c48 * When the tx ring is full, the xmit routine issues a call to netdev_stop.
893 hdlc->xmit = dscc4_start_xmit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dmpsc.c1127 struct circ_buf *xmit = &pi->port.info->xmit; local
1148 else if (!uart_circ_empty(xmit) && !uart_tx_stopped(&pi->port)){
1150 (u32) uart_circ_chars_pending(xmit));
1151 i = min(i, (u32) CIRC_CNT_TO_END(xmit->head, xmit->tail,
1154 memcpy(bp, &xmit->buf[xmit->tail], i);
1155 xmit->tail = (xmit
[all...]
H A Dioc3_serial.c905 if (uart_circ_empty(&info->xmit) || uart_tx_stopped(the_port)) {
911 head = info->xmit.head;
912 tail = info->xmit.tail;
913 start = (char *)&info->xmit.buf[tail];
926 info->xmit.tail = tail;
927 start = (char *)&info->xmit.buf[tail];
930 if (uart_circ_chars_pending(&info->xmit) < WAKEUP_CHARS)
933 if (uart_circ_empty(&info->xmit)) {
H A D8250.c141 * Here we define the default xmit fifo size used for each type of UART.
1282 * Recover the break flag from console xmit
1342 struct circ_buf *xmit = &up->port.info->xmit; local
1355 if (uart_circ_empty(xmit)) {
1362 serial_out(up, UART_TX, xmit->buf[xmit->tail]);
1363 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1);
1365 if (uart_circ_empty(xmit))
[all...]
H A Dicom.h199 } xmit[NUM_XBUFFS]; member in struct:statusArea
H A Dioc4_serial.c318 /* number of characters left in xmit buffer before we ask for more */
1640 if (uart_circ_empty(&info->xmit) || uart_tx_stopped(the_port)) {
1646 head = info->xmit.head;
1647 tail = info->xmit.tail;
1648 start = (char *)&info->xmit.buf[tail];
1661 info->xmit.tail = tail;
1662 start = (char *)&info->xmit.buf[tail];
1665 if (uart_circ_chars_pending(&info->xmit) < WAKEUP_CHARS)
1668 if (uart_circ_empty(&info->xmit)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_tty.c874 int temp_tail = port->info->xmit.tail;
892 while ((port->info->xmit.head != temp_tail) &&
895 port->info->xmit.buf[temp_tail];
907 while ((port->info->xmit.head != temp_tail) &&
910 port->info->xmit.buf[temp_tail];
919 port->info->xmit.tail = temp_tail;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddgrs_i82596.h351 I596_CB_XMIT xmit; member in union:_I596_CB
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dserial_core.h326 struct circ_buf xmit; member in struct:uart_info
347 /* number of characters left in xmit buffer before we ask for more */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-main.c279 iforce->xmit.buf = iforce->xmit_data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S575 ;; TODO: shut down xmit/receive
576 ;; TODO: wait for current xmit char to leave
585 ;; TODO: restart xmit/receive
H A Dkeyspan_pda.S537 ;; TODO: shut down xmit/receive
538 ;; TODO: wait for current xmit char to leave
547 ;; TODO: restart xmit/receive
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c249 * The size of the serial xmit buffer is 1 page, or 4096 bytes
402 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit);
476 /* number of characters left in xmit buffer before we ask for more */
3149 * 02 RTS 0=RTS active during xmit, 1=RTS always active
3290 * 02 RTS 0=RTS active during xmit, 1=RTS always active
4036 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit) argument
4040 if (xmit)
4490 hdlc->xmit = hdlcdev_xmit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink.c334 * The size of the serial xmit buffer is 1 page, or 4096 bytes
758 static void mgsl_trace_block(struct mgsl_struct *info,const char* data, int count, int xmit);
927 /* number of characters left in xmit buffer before we ask for more */
7547 static void mgsl_trace_block(struct mgsl_struct *info,const char* data, int count, int xmit) argument
7551 if (xmit)
8078 hdlc->xmit = hdlcdev_xmit;
H A Dsynclinkmp.c514 /* number of characters left in xmit buffer before we ask for more */
631 static void trace_block(SLMP_INFO *info, const char* data, int count, int xmit);
2005 hdlc->xmit = hdlcdev_xmit;
5474 void trace_block(SLMP_INFO *info,const char* data, int count, int xmit) argument
5478 if (xmit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c944 __kernel_time_t xmit, recv; local
953 if (get_user(xmit, &idle->xmit_idle) ||
955 put_user(xmit, &idle32->xmit_idle) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c1200 } xmit, xmit11; member in struct:airo_info
2132 struct sk_buff *skb = priv->xmit.skb;
2133 int fid = priv->xmit.fid;
2181 priv->xmit.skb = skb;
2182 priv->xmit.fid = i;
3482 "used to xmit" );

Completed in 305 milliseconds

1234