Searched defs:nfp_net_r_vector (Results 1 – 2 of 2) sorted by relevance
387 struct nfp_net_r_vector { struct388 struct nfp_net *nfp_net;389 union {398 struct nfp_net_tx_ring *tx_ring;399 struct nfp_net_rx_ring *rx_ring;401 u16 irq_entry;403 u16 event_ctr;404 struct dim rx_dim;405 struct dim tx_dim;407 struct u64_stats_sync rx_sync;[all …]
397 struct nfp_net_r_vector { struct398 struct nfp_net *nfp_net;399 union {408 struct nfp_net_tx_ring *tx_ring;409 struct nfp_net_rx_ring *rx_ring;411 u16 irq_entry;413 struct u64_stats_sync rx_sync;414 u64 rx_pkts;415 u64 rx_bytes;416 u64 rx_drops;[all …]