Lines Matching defs:dpaa2_eth_channel
444 struct dpaa2_eth_channel { struct
445 struct dpaa2_io_notification_ctx nctx;
446 struct fsl_mc_device *dpcon;
447 int dpcon_id;
448 int ch_id;
449 struct napi_struct napi;
450 struct dpaa2_io *dpio;
451 struct dpaa2_io_store *store;
452 struct dpaa2_eth_priv *priv;
453 int buf_count;
454 struct dpaa2_eth_ch_stats stats;
455 struct dpaa2_eth_ch_xdp xdp;
456 struct xdp_rxq_info xdp_rxq;
457 struct list_head *rx_list;
460 u64 recycled_bufs[DPAA2_ETH_BUFS_PER_CMD];
461 int recycled_bufs_cnt;