Searched refs:list_offset (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | list.h | 52 size_t list_offset; member 56 #define list_d2l(a, obj) ((list_node_t *)(((char *)obj) + (a)->list_offset)) 57 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) 77 list->list_offset = offset; in list_create()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | list.c | 27 #define list_d2l(a, obj) ((list_node_t *)(((char *)obj) + (a)->list_offset)) 28 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) 60 list->list_offset = offset; in list_create() 189 ASSERT3U(dst->list_offset, ==, src->list_offset); in list_move_tail()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | list.c | 27 #define list_d2l(a, obj) ((list_node_t *)(((char *)obj) + (a)->list_offset)) 28 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) 61 list->list_offset = offset; in list_create() 189 ASSERT(dst->list_offset == src->list_offset); in list_move_tail()
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | list_impl.h | 32 size_t list_offset; member
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | list_impl.h | 32 size_t list_offset; member
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | list_impl.h | 43 size_t list_offset; member
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_phy.c | 1149 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local 1183 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl() 1919 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument 1957 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets() 1964 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets() 1968 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1974 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets() 1979 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1980 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets() 1989 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets() [all …]
|
| H A D | ixgbe_phy.h | 203 u16 *list_offset,
|
| H A D | 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()
|
| H A D | 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()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 1273 <var-decl name='list_offset' type-id='b59d7dce' visibility='default'/>
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 1541 <var-decl name='list_offset' type-id='b59d7dce' visibility='default'/>
|