Searched refs:read_pba_string (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/intel/ixgbe/devlink/ |
H A D | devlink.c | 333 err = hw->eeprom.ops.read_pba_string(hw, ctx->buf, sizeof(ctx->buf)); in ixgbe_devlink_info_get()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x540.c | 897 .read_pba_string = &ixgbe_read_pba_string_generic,
|
H A D | ixgbe_82598.c | 1172 .read_pba_string = &ixgbe_read_pba_string_generic,
|
H A D | ixgbe_e610.c | 3989 .read_pba_string = ixgbe_read_pba_string_e610,
|
H A D | ixgbe_type.h | 3483 int (*read_pba_string)(struct ixgbe_hw *hw, u8 *pba_num, member
|
H A D | ixgbe_x550.c | 4082 .read_pba_string = &ixgbe_read_pba_string_generic, \
|
H A D | ixgbe_main.c | 11913 err = hw->eeprom.ops.read_pba_string(hw, part_str, sizeof(part_str)); in ixgbe_probe()
|