Searched refs:transbuf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Delsa_ser.c258 cs->hw.elsa.transbuf + fp, count);
266 cs->hw.elsa.transbuf + fp, count);
366 serial_outp(cs, UART_TX, cs->hw.elsa.transbuf[cs->hw.elsa.transp++]);
461 memcpy(cs->hw.elsa.transbuf + fp, msg, count);
467 memcpy(cs->hw.elsa.transbuf + fp, msg, count);
631 if (!(cs->hw.elsa.transbuf = kmalloc(MAX_MODEM_BUF,
634 "Elsa: No modem mem hw.elsa.transbuf\n");
649 if (cs->hw.elsa.transbuf) {
655 kfree(cs->hw.elsa.transbuf);
656 cs->hw.elsa.transbuf
[all...]
H A Dhisax.h558 u_char *transbuf; member in struct:elsa_hw

Completed in 101 milliseconds