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

/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);
632 if (!(cs->hw.elsa.transbuf = kmalloc(MAX_MODEM_BUF,
635 "Elsa: No modem mem hw.elsa.transbuf\n");
650 if (cs->hw.elsa.transbuf) {
656 kfree(cs->hw.elsa.transbuf);
657 cs->hw.elsa.transbuf
[all...]
H A Dhisax.h568 u_char *transbuf; member in struct:elsa_hw

Completed in 110 milliseconds