/src/sys/dev/pci/ixgbe/ |
ixgbe_82598.c | 202 u16 list_offset, data_offset; local in function:ixgbe_init_phy_ops_82598 237 &list_offset,
|
ixgbe_phy.c | 1180 u16 list_offset, data_offset; local in function:ixgbe_reset_phy_nl 1214 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, 1901 * @list_offset: offset to the SFP ID list 1908 u16 *list_offset, 1942 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { 1949 if ((!*list_offset) || (*list_offset == 0xFFFF)) 1953 (*list_offset)++; 1959 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) 1964 (*list_offset)++ [all...] |
ixgbe_82599.c | 183 u16 list_offset, data_offset, data_value; local in function:ixgbe_setup_sfp_modules_82599 192 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset,
|