Searched refs:txgbe_atr_input (Results 1 – 4 of 4) sorted by relevance
| /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_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() 396 union txgbe_atr_input *input, in txgbe_fdir_write_perfect_filter() 457 union txgbe_atr_input *input, in txgbe_fdir_erase_perfect_filter()
|
| A D | txgbe_type.h | 236 union txgbe_atr_input { union 288 union txgbe_atr_input filter; 447 union txgbe_atr_input fdir_mask;
|
| A D | txgbe_ethtool.c | 113 union txgbe_atr_input *mask = &txgbe->fdir_mask; in txgbe_get_ethtool_fdir_entry() 354 union txgbe_atr_input mask; in txgbe_add_ethtool_fdir_entry() 395 memset(&mask, 0, sizeof(union txgbe_atr_input)); in txgbe_add_ethtool_fdir_entry()
|
Completed in 9 milliseconds