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

/freebsd-9.3-release/sys/dev/ie/
H A Dif_ie.c294 sc->rframes = (volatile struct ie_recv_frame_desc **) malloc(allocsize,
297 if (sc->rframes == NULL) {
302 (volatile struct ie_recv_buf_desc **)&sc->rframes[sc->nframes];
429 status = sc->rframes[i]->ie_fd_status;
449 sc->rframes[0]->ie_fd_next =
452 MK_16(MEM(sc), sc->rframes[0]);
529 setup_rfa(sc, (v_caddr_t) sc->rframes[0]);
531 sc->scb->ie_recv_list = MK_16(MEM(sc), sc->rframes[0]);
536 setup_rfa(sc, (v_caddr_t) sc->rframes[0]); /* ignore cast-qual */
538 sc->scb->ie_recv_list = MK_16(MEM(sc), sc->rframes[
[all...]
H A Dif_ievar.h56 volatile struct ie_recv_frame_desc **rframes; /* nframes worth */ member in struct:ie_softc

Completed in 53 milliseconds