Home
last modified time | relevance | path

Searched refs:read_pba_string (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/devlink/
H A Ddevlink.c333 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 Dixgbe_x540.c897 .read_pba_string = &ixgbe_read_pba_string_generic,
H A Dixgbe_82598.c1172 .read_pba_string = &ixgbe_read_pba_string_generic,
H A Dixgbe_e610.c3989 .read_pba_string = ixgbe_read_pba_string_e610,
H A Dixgbe_type.h3483 int (*read_pba_string)(struct ixgbe_hw *hw, u8 *pba_num, member
H A Dixgbe_x550.c4082 .read_pba_string = &ixgbe_read_pba_string_generic, \
H A Dixgbe_main.c11913 err = hw->eeprom.ops.read_pba_string(hw, part_str, sizeof(part_str)); in ixgbe_probe()