Searched refs:list_offset (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/os/ |
| D | list.c | 42 #define list_d2l(a, obj) ((list_node_t *)(((char *)obj) + (a)->list_offset)) 43 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) 75 list->list_offset = offset; in list_create() 205 ASSERT(dst->list_offset == src->list_offset); in list_move_tail()
|
| /netbsd/src/sys/dev/pci/ixgbe/ |
| D | ixgbe_phy.c | 1180 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local 1214 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl() 1908 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument 1942 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets() 1949 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets() 1953 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1959 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets() 1964 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1965 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets() 1974 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets() [all …]
|
| D | ixgbe_phy.h | 203 u16 *list_offset,
|
| D | ixgbe_82598.c | 202 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local 237 &list_offset, in ixgbe_init_phy_ops_82598()
|
| D | ixgbe_82599.c | 183 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local 192 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/sys/ |
| D | list_impl.h | 45 size_t list_offset; member
|