Searched refs:ixgbe_atr_input (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_api.h | 131 union ixgbe_atr_input *input_mask, bool cloud_mode); 133 union ixgbe_atr_input *input, 136 union ixgbe_atr_input *input, 139 union ixgbe_atr_input *input, 140 union ixgbe_atr_input *mask, 144 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, 145 union ixgbe_atr_input *mask);
|
| H A D | ixgbe_82599.c | 1578 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, in ixgbe_atr_compute_perfect_hash_82599() 1579 union ixgbe_atr_input *input_mask) in ixgbe_atr_compute_perfect_hash_82599() 1635 STATIC u32 ixgbe_get_fdirtcpm_82599(union ixgbe_atr_input *input_mask) in ixgbe_get_fdirtcpm_82599() 1664 union ixgbe_atr_input *input_mask, bool cloud_mode) in ixgbe_fdir_set_input_mask_82599() 1841 union ixgbe_atr_input *input, in ixgbe_fdir_write_perfect_filter_82599() 1931 union ixgbe_atr_input *input, in ixgbe_fdir_erase_perfect_filter_82599() 1979 union ixgbe_atr_input *input, in ixgbe_fdir_add_perfect_filter_82599() 1980 union ixgbe_atr_input *input_mask, in ixgbe_fdir_add_perfect_filter_82599()
|
| H A D | ixgbe_type.h | 3542 union ixgbe_atr_input { union
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_fdir.c | 92 static uint32_t atr_compute_sig_hash_82599(union ixgbe_atr_input *input, 97 union ixgbe_atr_input *input, uint8_t queue, 101 union ixgbe_atr_input *input, u8 queue, uint32_t fdircmd, 720 ixgbe_atr_compute_hash_82599(union ixgbe_atr_input *atr_input, in ixgbe_atr_compute_hash_82599() 809 atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, in atr_compute_perfect_hash_82599() 852 atr_compute_sig_hash_82599(union ixgbe_atr_input *input, in atr_compute_sig_hash_82599() 884 union ixgbe_atr_input *input, uint8_t queue, in fdir_write_perfect_filter_82599() 987 union ixgbe_atr_input *input, u8 queue, uint32_t fdircmd, in fdir_add_signature_filter_82599() 1053 union ixgbe_atr_input *key) in ixgbe_fdir_filter_lookup() 1089 union ixgbe_atr_input *key) in ixgbe_remove_fdir_filter() [all …]
|
| H A D | ixgbe_ethdev.h | 177 union ixgbe_atr_input ixgbe_fdir; /* key of fdir filter*/ 188 union ixgbe_atr_input ixgbe_fdir; /* key of fdir filter*/
|
| H A D | ixgbe_ethdev.c | 1393 .key_len = sizeof(union ixgbe_atr_input), in ixgbe_fdir_filter_init()
|