Symbol: et_rxbuf_data
sys/dev/netif/et/if_et.c
110
static int et_newbuf(struct et_rxbuf_data *, int, int, int);
sys/dev/netif/et/if_et.c
111
static int et_newbuf_cluster(struct et_rxbuf_data *, int, int);
sys/dev/netif/et/if_et.c
112
static int et_newbuf_hdr(struct et_rxbuf_data *, int, int);
sys/dev/netif/et/if_et.c
113
static int et_newbuf_jumbo(struct et_rxbuf_data *, int, int);
sys/dev/netif/et/if_et.c
1319
struct et_rxbuf_data *rbd = &sc->sc_rx_data[n];
sys/dev/netif/et/if_et.c
134
static void et_setup_rxdesc(struct et_rxbuf_data *, int, bus_addr_t);
sys/dev/netif/et/if_et.c
1482
struct et_rxbuf_data *rbd = &sc->sc_rx_data[n];
sys/dev/netif/et/if_et.c
1853
struct et_rxbuf_data *rbd;
sys/dev/netif/et/if_et.c
2086
et_newbuf_cluster(struct et_rxbuf_data *rbd, int buf_idx, int init)
sys/dev/netif/et/if_et.c
2092
et_newbuf_hdr(struct et_rxbuf_data *rbd, int buf_idx, int init)
sys/dev/netif/et/if_et.c
2098
et_newbuf(struct et_rxbuf_data *rbd, int buf_idx, int init, int len0)
sys/dev/netif/et/if_et.c
2356
et_newbuf_jumbo(struct et_rxbuf_data *rbd, int buf_idx, int init)
sys/dev/netif/et/if_et.c
2413
et_setup_rxdesc(struct et_rxbuf_data *rbd, int buf_idx, bus_addr_t paddr)
sys/dev/netif/et/if_et.c
905
struct et_rxbuf_data *rbd = &sc->sc_rx_data[i];
sys/dev/netif/et/if_et.c
970
struct et_rxbuf_data *rbd = &sc->sc_rx_data[i];
sys/dev/netif/et/if_etvar.h
175
struct et_rxbuf_data;
sys/dev/netif/et/if_etvar.h
176
typedef int (*et_newbuf_t)(struct et_rxbuf_data *, int, int);
sys/dev/netif/et/if_etvar.h
239
struct et_rxbuf_data sc_rx_data[ET_RX_NRING];