Searched refs:txgbe_atr_input (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| A D | txgbe_fdir.h | 7 void txgbe_atr_compute_perfect_hash(union txgbe_atr_input *input, 8 union txgbe_atr_input *input_mask); 10 int txgbe_fdir_set_input_mask(struct wx *wx, union txgbe_atr_input *input_mask); 12 union txgbe_atr_input *input, 15 union txgbe_atr_input *input,
|
| A D | txgbe_type.h | 199 union txgbe_atr_input { union 251 union txgbe_atr_input filter; 343 union txgbe_atr_input fdir_mask;
|
| A D | txgbe_fdir.c | 113 void txgbe_atr_compute_perfect_hash(union txgbe_atr_input *input, in txgbe_atr_compute_perfect_hash() 114 union txgbe_atr_input *input_mask) in txgbe_atr_compute_perfect_hash() 307 int txgbe_fdir_set_input_mask(struct wx *wx, union txgbe_atr_input *input_mask) in txgbe_fdir_set_input_mask() 393 union txgbe_atr_input *input, in txgbe_fdir_write_perfect_filter() 454 union txgbe_atr_input *input, in txgbe_fdir_erase_perfect_filter()
|
| A D | txgbe_ethtool.c | 88 union txgbe_atr_input *mask = &txgbe->fdir_mask; in txgbe_get_ethtool_fdir_entry() 329 union txgbe_atr_input mask; in txgbe_add_ethtool_fdir_entry() 363 memset(&mask, 0, sizeof(union txgbe_atr_input)); in txgbe_add_ethtool_fdir_entry()
|
Completed in 11 milliseconds