Home
last modified time | relevance | path

Searched refs:set_fw_drv_ver (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_x540.c142 mac->ops.set_fw_drv_ver = &ixgbe_set_fw_drv_ver_generic; in ixgbe_init_ops_X540()
H A Dixgbe_api.c1012 return ixgbe_call_func(hw, hw->mac.ops.set_fw_drv_ver, (hw, maj, min, in ixgbe_set_fw_drv_ver()
H A Dixgbe_82598.c167 mac->ops.set_fw_drv_ver = NULL; in ixgbe_init_ops_82598()
H A Dixgbe_82599.c282 mac->ops.set_fw_drv_ver = &ixgbe_set_fw_drv_ver_generic; in ixgbe_init_ops_82599()
H A Dixgbe_type.h3020 s32 (*set_fw_drv_ver)(struct ixgbe_hw *, u8, u8, u8, u8); member