Searched refs:et_rxbuf_data (Results 1 – 2 of 2) sorted by relevance
222 struct et_rxbuf_data;224 struct et_rxbuf_data { struct231 int (*rbd_newbuf)(struct et_rxbuf_data *, int); argument232 void (*rbd_discard)(struct et_rxbuf_data *, int); argument321 struct et_rxbuf_data sc_rx_data[ET_RX_NRING];
129 static int et_newbuf_cluster(struct et_rxbuf_data *, int);130 static int et_newbuf_hdr(struct et_rxbuf_data *, int);131 static void et_rxbuf_discard(struct et_rxbuf_data *, int);861 struct et_rxbuf_data *rbd; in et_dma_alloc()1040 struct et_rxbuf_data *rbd; in et_dma_free()1512 struct et_rxbuf_data *rbd; in et_free_rx_ring()1694 struct et_rxbuf_data *rbd; in et_init_rx_ring()2025 struct et_rxbuf_data *rbd; in et_rxeof()2308 et_newbuf_cluster(struct et_rxbuf_data *rbd, int buf_idx) in et_newbuf_cluster()2356 et_rxbuf_discard(struct et_rxbuf_data *rbd, int buf_idx) in et_rxbuf_discard()[all …]