Contributors: 8
Author |
Tokens |
Token Proportion |
Commits |
Commit Proportion |
Piotr Kwapulinski |
31 |
37.80% |
4 |
30.77% |
Emil Tantilov |
20 |
24.39% |
2 |
15.38% |
Tony Nguyen |
9 |
10.98% |
1 |
7.69% |
Mark D Rustad |
7 |
8.54% |
2 |
15.38% |
Auke-Jan H Kok |
6 |
7.32% |
1 |
7.69% |
Donald Skidmore |
6 |
7.32% |
1 |
7.69% |
Jedrzej Jagielski |
2 |
2.44% |
1 |
7.69% |
Jeff Kirsher |
1 |
1.22% |
1 |
7.69% |
Total |
82 |
|
13 |
|
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright(c) 2024 Intel Corporation. */
#ifndef _IXGBE_X550_H_
#define _IXGBE_X550_H_
#include "ixgbe_type.h"
extern const u32 ixgbe_mvals_x550em_a[IXGBE_MVALS_IDX_LIMIT];
int ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min,
u8 build, u8 sub, u16 len,
const char *driver_ver);
void ixgbe_set_source_address_pruning_x550(struct ixgbe_hw *hw,
bool enable,
unsigned int pool);
void ixgbe_set_ethertype_anti_spoofing_x550(struct ixgbe_hw *hw,
bool enable, int vf);
#endif /* _IXGBE_X550_H_ */