Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_api.c1768 if (hw->mac.ops.init_swfw_sync) in ixgbe_init_swfw_semaphore()
1769 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.h4035 void (*init_swfw_sync)(struct ixgbe_hw *); member