Searched refs:xmit_buf (Results 26 - 33 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink.c206 unsigned char *xmit_buf; member in struct:mgsl_struct
1788 if (!info->xmit_buf) {
1790 info->xmit_buf = (unsigned char *)get_zeroed_page(GFP_KERNEL);
1791 if (!info->xmit_buf) {
1855 if (info->xmit_buf) {
1856 free_page((unsigned long) info->xmit_buf);
1857 info->xmit_buf = NULL;
2053 if (!tty || !info->xmit_buf)
2061 info->xmit_buf[info->xmit_head++] = ch;
2092 !info->xmit_buf)
[all...]
H A Drocket_int.h1150 unsigned char *xmit_buf; member in struct:r_port
H A Dser_a2232.c571 ch = port->gs.xmit_buf[port->gs.xmit_tail]; /* get the next char to transmit */
572 port->gs.xmit_tail = (port->gs.xmit_tail+1) & (SERIAL_XMIT_SIZE-1); /* modulo-addition for the gs.xmit_buf ring-buffer */
H A Dvme_scc.c521 SCCwrite(TX_DATA_REG, port->gs.xmit_buf[port->gs.xmit_tail++]);
H A Dsx.c875 tx_ip, port->gs.xmit_buf + port->gs.xmit_tail, c);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Disdn.h492 int xmit_size; /* max. # of chars in xmit_buf */
493 int xmit_count; /* # of chars in xmit_buf */
494 unsigned char *xmit_buf; /* transmit buffer */ member in struct:modem_info
H A Dcyclades.h580 unsigned char *xmit_buf; member in struct:cyclades_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_tty.c325 unsigned char *p = &info->xmit_buf[info->xmit_count];
469 memcpy(skb_put(skb, buflen), info->xmit_buf, buflen);
1145 memcpy(&(info->xmit_buf[info->xmit_count]), buf, c);
1946 if (!(info->xmit_buf = kmalloc(ISDN_SERIAL_XMIT_MAX + 5, GFP_KERNEL))) {
1952 info->xmit_buf += 4;
1961 kfree(info->xmit_buf - 4);
1982 kfree(info->xmit_buf - 4);

Completed in 410 milliseconds

12