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

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dlist_impl.h45 size_t list_offset; member in struct:list
/netbsd-current/external/cddl/osnet/dist/uts/common/os/
H A Dlist.c42 #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;
205 ASSERT(dst->list_offset == src->list_offset);
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_phy.c1180 u16 list_offset, data_offset; local
1214 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset,
1901 * @list_offset: offset to the SFP ID list
1908 u16 *list_offset,
1942 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) {
1949 if ((!*list_offset) || (*list_offset == 0xFFFF))
1953 (*list_offset)++;
1959 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
1964 (*list_offset)
1907 ixgbe_get_sfp_init_sequence_offsets(struct ixgbe_hw *hw, u16 *list_offset, u16 *data_offset) argument
[all...]
H A Dixgbe_phy.h203 u16 *list_offset,
H A Dixgbe_82598.c202 u16 list_offset, data_offset; local
237 &list_offset,
H A Dixgbe_82599.c183 u16 list_offset, data_offset, data_value; local
192 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset,

Completed in 102 milliseconds