Searched defs:list_offset (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dlist_impl.h45 size_t list_offset; member in struct:list
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c196 u16 list_offset, data_offset; local
231 &list_offset,
H A Dixgbe_82599.c176 u16 list_offset, data_offset, data_value; local
185 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset,
H A Dixgbe_phy.c1195 u16 list_offset, data_offset; local
1229 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset,
1888 * @list_offset: offset to the SFP ID list
1895 u16 *list_offset,
1929 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) {
1936 if ((!*list_offset) || (*list_offset == 0xFFFF))
1940 (*list_offset)++;
1946 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
1951 (*list_offset)
1894 ixgbe_get_sfp_init_sequence_offsets(struct ixgbe_hw *hw, u16 *list_offset, u16 *data_offset) argument
[all...]

Completed in 83 milliseconds