Lines Matching defs:dpaa2_eth_channel
457 struct dpaa2_eth_channel { struct
458 struct dpaa2_io_notification_ctx nctx;
459 struct fsl_mc_device *dpcon;
460 int dpcon_id;
461 int ch_id;
462 struct napi_struct napi;
463 struct dpaa2_io *dpio;
464 struct dpaa2_io_store *store;
465 struct dpaa2_eth_priv *priv;
466 int buf_count;
467 struct dpaa2_eth_ch_stats stats;
468 struct dpaa2_eth_ch_xdp xdp;
469 struct xdp_rxq_info xdp_rxq;
470 struct list_head *rx_list;
473 u64 recycled_bufs[DPAA2_ETH_BUFS_PER_CMD];
474 int recycled_bufs_cnt;