Home
last modified time | relevance | path

Searched refs:init_swfw_sync (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe_api.c1756 if (hw->mac.ops.init_swfw_sync) in ixgbe_init_swfw_semaphore()
1757 hw->mac.ops.init_swfw_sync(hw); in ixgbe_init_swfw_semaphore()
H A Dixgbe_x540.c104 mac->ops.init_swfw_sync = ixgbe_init_swfw_sync_X540; in ixgbe_init_ops_X540()
H A Dixgbe_type.h3976 void (*init_swfw_sync)(struct ixgbe_hw *); member