Home
last modified time | relevance | path

Searched refs:list_offset (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dlist.c36 #define list_d2l(a, obj) ((list_node_t *)(((char *)obj) + (a)->list_offset))
37 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset))
69 list->list_offset = offset; in list_create()
199 ASSERT(dst->list_offset == src->list_offset); in list_move_tail()
/freebsd-12.1/sys/dev/ixgbe/
H A Dixgbe_phy.c1158 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
1192 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl()
1836 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument
1877 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets()
1881 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1887 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1892 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1893 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1902 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets()
1903 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
[all …]
H A Dixgbe_phy.h200 u16 *list_offset,
H A Dixgbe_82598.c197 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local
232 &list_offset, in ixgbe_init_phy_ops_82598()
H A Dixgbe_82599.c177 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local
186 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dlist_impl.h43 size_t list_offset; member