Searched defs:ice_fdir_info (Results 1 – 1 of 1) sorted by relevance
356 struct ice_fdir_info { struct357 struct ice_vsi *fdir_vsi; /* pointer to fdir VSI structure */358 struct ice_tx_queue *txq;359 struct ice_rx_queue *rxq;360 void *prg_pkt; /* memory for fdir program packet */361 uint64_t dma_addr; /* physic address of packet memory*/362 const struct rte_memzone *mz;363 struct ice_fdir_filter_conf conf;365 struct ice_fdir_filter_conf **hash_map;366 struct rte_hash *hash_table;[all …]