Searched refs:et_rxbuf_data (Results 1 – 2 of 2) sorted by relevance
223 struct et_rxbuf_data;225 struct et_rxbuf_data { struct232 int (*rbd_newbuf)(struct et_rxbuf_data *, int); argument233 void (*rbd_discard)(struct et_rxbuf_data *, int); argument322 struct et_rxbuf_data sc_rx_data[ET_RX_NRING];
132 static int et_newbuf_cluster(struct et_rxbuf_data *, int);133 static int et_newbuf_hdr(struct et_rxbuf_data *, int);134 static void et_rxbuf_discard(struct et_rxbuf_data *, int);874 struct et_rxbuf_data *rbd; in et_dma_alloc()1054 struct et_rxbuf_data *rbd; in et_dma_free()1529 struct et_rxbuf_data *rbd; in et_free_rx_ring()1711 struct et_rxbuf_data *rbd; in et_init_rx_ring()2042 struct et_rxbuf_data *rbd; in et_rxeof()2327 et_newbuf_cluster(struct et_rxbuf_data *rbd, int buf_idx) in et_newbuf_cluster()2375 et_rxbuf_discard(struct et_rxbuf_data *rbd, int buf_idx) in et_rxbuf_discard()[all …]