Lines Matching defs:dpaa2_eth_channel
486 struct dpaa2_eth_channel { struct
487 struct dpaa2_io_notification_ctx nctx;
488 struct fsl_mc_device *dpcon;
489 int dpcon_id;
490 int ch_id;
491 struct napi_struct napi;
492 struct dpaa2_io *dpio;
493 struct dpaa2_io_store *store;
494 struct dpaa2_eth_priv *priv;
495 int buf_count;
496 struct dpaa2_eth_ch_stats stats;
497 struct dpaa2_eth_ch_xdp xdp;
498 struct xdp_rxq_info xdp_rxq;
499 struct list_head *rx_list;
502 u64 recycled_bufs[DPAA2_ETH_BUFS_PER_CMD];
503 int recycled_bufs_cnt;
505 bool xsk_zc;
506 int xsk_tx_pkts_sent;
507 struct xsk_buff_pool *xsk_pool;
508 struct dpaa2_eth_bp *bp;