Searched refs:axen_buf (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/usb/ |
| D | if_axen.c | 841 c->axen_buf = usbd_alloc_buffer(c->axen_xfer, in axen_rx_list_init() 843 if (c->axen_buf == NULL) { in axen_rx_list_init() 872 c->axen_buf = usbd_alloc_buffer(c->axen_xfer, in axen_tx_list_init() 874 if (c->axen_buf == NULL) { in axen_tx_list_init() 894 u_char *buf = c->axen_buf; in axen_rxeof() 1064 memset(c->axen_buf, 0, sc->axen_bufsz); in axen_rxeof() 1068 c, c->axen_buf, sc->axen_bufsz, in axen_rxeof() 1198 memcpy(c->axen_buf, &hdr, sizeof(hdr)); in axen_encap() 1201 m_copydata(m, 0, m->m_pkthdr.len, c->axen_buf + length); in axen_encap() 1207 memcpy(c->axen_buf + length, &hdr, sizeof(hdr)); in axen_encap() [all …]
|
| D | if_axenreg.h | 239 char *axen_buf; member
|