HomeSort by: relevance | last modified time | path
    Searched refs:Rx_list (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_tlvar.h 59 struct Rx_list *Rx_list; /* Receive and transmit lists */
65 struct Rx_list *active_Rx, *last_Rx;
if_tl.c 117 static int tl_add_RxBuff(tl_softc_t *, struct Rx_list *, struct mbuf *);
402 sc->Rx_list = NULL;
545 if (sc->Rx_list) {
547 if (sc->Rx_list[i].m) {
549 sc->Rx_list[i].m_dmamap);
550 m_freem(sc->Rx_list[i].m);
553 sc->Rx_list[i].m_dmamap);
554 sc->Rx_list[i].m = NULL;
556 free(sc->Rx_list, M_DEVBUF);
557 sc->Rx_list = NULL
    [all...]
if_tlregs.h 182 struct Rx_list {
185 struct Rx_list *next;

Completed in 13 milliseconds