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];
130 static int et_newbuf_cluster(struct et_rxbuf_data *, int);131 static int et_newbuf_hdr(struct et_rxbuf_data *, int);132 static void et_rxbuf_discard(struct et_rxbuf_data *, int);864 struct et_rxbuf_data *rbd; in et_dma_alloc()1043 struct et_rxbuf_data *rbd; in et_dma_free()1515 struct et_rxbuf_data *rbd; in et_free_rx_ring()1697 struct et_rxbuf_data *rbd; in et_init_rx_ring()2028 struct et_rxbuf_data *rbd; in et_rxeof()2311 et_newbuf_cluster(struct et_rxbuf_data *rbd, int buf_idx) in et_newbuf_cluster()2359 et_rxbuf_discard(struct et_rxbuf_data *rbd, int buf_idx) in et_rxbuf_discard()[all …]