Searched defs:RXBUF (Results 1 - 1 of 1) sorted by relevance

/drivers/char/pcmcia/
H A Dsynclink_cs.c111 } RXBUF; typedef in typeref:struct:__anon400
830 RXBUF *buf = (RXBUF*)(info->rx_buf + (info->rx_put * info->rx_buf_size));
2654 info->rx_buf_size = sizeof(RXBUF) + info->max_frame_size;
3626 RXBUF *buf;
3633 buf = (RXBUF*)(info->rx_buf + (i * info->rx_buf_size));
3646 RXBUF *buf;
3654 buf = (RXBUF*)(info->rx_buf + (info->rx_get * info->rx_buf_size));

Completed in 51 milliseconds