Lines Matching defs:nfp_net_dp
493 struct nfp_net_dp { struct
494 struct device *dev;
495 struct net_device *netdev;
497 u8 is_vf:1;
498 u8 chained_metadata_format:1;
499 u8 ktls_tx:1;
501 u8 rx_dma_dir;
502 u8 rx_offset;
504 u32 rx_dma_off;
506 u32 ctrl;
507 u32 fl_bufsz;
509 struct bpf_prog *xdp_prog;
511 struct nfp_net_tx_ring *tx_rings;
512 struct nfp_net_rx_ring *rx_rings;
514 u8 __iomem *ctrl_bar;
518 const struct nfp_dp_ops *ops;
520 u64 *txrwb;
521 dma_addr_t txrwb_dma;
523 unsigned int txd_cnt;
524 unsigned int rxd_cnt;
526 unsigned int num_r_vecs;
528 unsigned int num_tx_rings;
529 unsigned int num_stack_tx_rings;
530 unsigned int num_rx_rings;
532 unsigned int mtu;
534 struct xsk_buff_pool **xsk_pools;