Searched refs:list_offset (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/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)) 76 list->list_offset = offset; in list_create()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/ |
| H A D | list.c | 36 #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() 198 ASSERT(dst->list_offset == src->list_offset); in list_move_tail()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | list.c | 36 #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()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | list_impl.h | 43 size_t list_offset; member
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | list_impl.h | 43 size_t list_offset; member
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_phy.c | 1114 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local 1148 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl() 1812 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument 1855 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets() 1859 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1865 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets() 1870 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1871 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets() 1880 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets() 1881 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets() [all …]
|
| H A D | ixgbe_phy.h | 169 u16 *list_offset,
|
| H A D | ixgbe_82598.c | 166 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local 201 &list_offset, in ixgbe_init_phy_ops_82598()
|
| H A D | ixgbe_82599.c | 143 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local 152 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
|
| /f-stack/freebsd/contrib/openzfs/lib/libuutil/ |
| H A D | libuutil.abi | 1304 …<var-decl name='list_offset' type-id='type-id-4' visibility='default' filepath='../../lib/libspl/i…
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 2500 …<var-decl name='list_offset' type-id='type-id-85' visibility='default' filepath='../../lib/libspl/…
|