Searched refs:ixgbe_atr_input (Results 1 – 6 of 6) sorted by relevance
| /f-stack/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
|
| /f-stack/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, 691 ixgbe_atr_compute_hash_82599(union ixgbe_atr_input *atr_input, in ixgbe_atr_compute_hash_82599() 780 atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, in atr_compute_perfect_hash_82599() 823 atr_compute_sig_hash_82599(union ixgbe_atr_input *input, in atr_compute_sig_hash_82599() 855 union ixgbe_atr_input *input, uint8_t queue, in fdir_write_perfect_filter_82599() 958 union ixgbe_atr_input *input, u8 queue, uint32_t fdircmd, in fdir_add_signature_filter_82599() 1024 union ixgbe_atr_input *key) in ixgbe_fdir_filter_lookup() 1060 union ixgbe_atr_input *key) in ixgbe_remove_fdir_filter() [all …]
|
| H A D | ixgbe_ethdev.h | 174 union ixgbe_atr_input ixgbe_fdir; /* key of fdir filter*/ 185 union ixgbe_atr_input ixgbe_fdir; /* key of fdir filter*/
|
| H A D | ixgbe_ethdev.c | 1375 .key_len = sizeof(union ixgbe_atr_input), in ixgbe_fdir_filter_init()
|