Searched refs:list_offset (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_phy.c | 1114 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local 1148 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl() 1833 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument 1876 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets() 1880 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1886 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets() 1891 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1892 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets() 1901 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets() 1902 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets() [all …]
|
| H A D | ixgbe_phy.h | 169 u16 *list_offset,
|
| H A D | ixgbe_82598.c | 166 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local 201 &list_offset, in ixgbe_init_phy_ops_82598()
|
| H A D | ixgbe_82599.c | 143 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local 152 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
|