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

  /src/sys/external/bsd/ipf/netinet/
ip_rpcb_pxy.c 384 r1 = r1->rx_next;
579 rs->rs_rxlist->rx_pnext = &rxp->rx_next;
582 rxp->rx_next = rs->rs_rxlist;
1012 for (rx = rs->rs_rxlist; rx != NULL; rx = rx->rx_next)
1041 if (rx->rx_next != NULL)
1042 rx->rx_next->rx_pnext = rx->rx_pnext;
1044 *rx->rx_pnext = rx->rx_next;
ip_proxy.h 425 struct rpcb_xact *rx_next; member in struct:rpcb_xact
  /src/sys/dev/ic/
elinkxlreg.h 248 struct ex_rxdesc *rx_next; member in struct:ex_rxdesc
dwc_eqos.c 98 #define RX_NEXT(n) (((n) + 1) % RX_DESC_COUNT)
813 for (index = sc->sc_rx.cur; ; index = RX_NEXT(index)) {
825 goto rx_next;
828 goto rx_next; /* ignore receive context descriptor */
856 goto rx_next;
876 goto rx_next;
914 rx_next:
awi.c 1049 goto rx_next;
1052 goto rx_next;
1063 goto rx_next;
1083 goto rx_next;
1098 rx_next:
elinkxl.c 1356 sc->rx_head = rxd->rx_next;
1357 rxd->rx_next = NULL;
1854 sc->rx_tail->rx_next = rxd;
ath.c 3118 goto rx_next;
3130 goto rx_next;
3174 goto rx_next;
3208 goto rx_next;
3230 goto rx_next;
3241 goto rx_next;
3307 rx_next:
  /src/sys/dev/pci/
if_aq.c 5523 goto rx_next;
5533 goto rx_next;
5553 goto rx_next;
5664 rx_next:

Completed in 29 milliseconds