Searched refs:list_offset (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/cddl/contrib/opensolaris/uts/common/os/ |
| HD | list.c | 38 #define list_d2l(a, obj) ((list_node_t *)(((char *)obj) + (a)->list_offset)) 39 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) 71 list->list_offset = offset; in list_create() 201 ASSERT(dst->list_offset == src->list_offset); in list_move_tail()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | list_impl.h | 45 size_t list_offset; member
|
| /trueos/sys/dev/ixgbe/ |
| HD | ixgbe_phy.c | 1177 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local 1211 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl() 1877 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument 1911 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets() 1918 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets() 1922 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1928 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets() 1933 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1934 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets() 1943 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets() [all …]
|
| HD | ixgbe_phy.h | 188 u16 *list_offset,
|
| HD | ixgbe_82598.c | 196 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local 231 &list_offset, in ixgbe_init_phy_ops_82598()
|
| HD | ixgbe_82599.c | 176 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local 185 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
|