Searched refs:list_offset (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_phy.c | 1406 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local 1436 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl() 2035 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument 2071 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets() 2077 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets() 2081 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 2087 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets() 2092 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 2093 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets() 2102 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets() [all …]
|
| H A D | ixgbe_phy.h | 160 u16 *list_offset,
|
| H A D | ixgbe_82598.c | 101 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local 131 &list_offset, in ixgbe_init_phy_ops_82598()
|
| H A D | ixgbe_82599.c | 103 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local 111 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gpu.h | 26 uint16_t list_offset; member
|