type stringclasses 2
values | api_name stringlengths 4 44 | file stringlengths 8 70 | commit stringlengths 40 40 | old_signature stringlengths 14 4.12k ⌀ | new_signature stringlengths 19 4.19k ⌀ | change_type stringclasses 5
values |
|---|---|---|---|---|---|---|
function_signature_change | bpf_cpumask_acquire | tools/testing/selftests/bpf/progs/cpumask_common.h | ba6a6abb3bfa8377bcf386a11077c0533909f9e8 | struct bpf_cpumask *bpf_cpumask_acquire(struct bpf_cpumask *cpumask) __ksym | struct bpf_cpumask *bpf_cpumask_acquire(struct bpf_cpumask *cpumask) __ksym __weak | return_type_changed |
function_signature_change | dcn32_smu_send_fclk_pstate_message | drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr_smu_msg.h | c84dff70e16de0c66d8463629f4941a08ce4875d | void
dcn32_smu_send_fclk_pstate_message(struct clk_mgr_internal *clk_mgr, bool enable) | void dcn32_smu_send_fclk_pstate_message(struct clk_mgr_internal *clk_mgr, bool enable) | param_type_changed |
function_signature_change | dcn20_reset_back_end_for_pipe | drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 6a068e64fb25dbc81256fc03db0d4579d222bccd | static void dcn20_reset_back_end_for_pipe(
struct dc *dc,
struct pipe_ctx *pipe_ctx,
struct dc_state *context) | void dcn20_reset_back_end_for_pipe(
struct dc *dc,
struct pipe_ctx *pipe_ctx,
struct dc_state *context) | return_type_changed |
function_signature_change | resource_get_mpc_slice_count | drivers/gpu/drm/amd/display/dc/inc/resource.h | 0a5fd7811a17af708cefdaab93af86838353002d | int resource_get_mpc_slice_count(const struct pipe_ctx *opp_head) | int resource_get_mpc_slice_count(const struct pipe_ctx *pipe) | param_type_changed |
function_signature_change | resource_get_odm_slice_count | drivers/gpu/drm/amd/display/dc/inc/resource.h | 0a5fd7811a17af708cefdaab93af86838353002d | int resource_get_odm_slice_count(const struct pipe_ctx *otg_master) | int resource_get_odm_slice_count(const struct pipe_ctx *pipe) | param_type_changed |
function_signature_change | init_dummy_netdev | include/linux/netdevice.h | d160c66cda0ac8614adc53a5b5b0e6d6f1a05a5b | int init_dummy_netdev(struct net_device *dev) | void init_dummy_netdev(struct net_device *dev) | return_type_changed |
function_signature_change | init_dummy_netdev | net/core/dev.c | d160c66cda0ac8614adc53a5b5b0e6d6f1a05a5b | int init_dummy_netdev(struct net_device *dev) | void init_dummy_netdev(struct net_device *dev) | return_type_changed |
function_signature_change | ip__fprintf_jump | tools/perf/builtin-script.c | 112c554702cf1ea384ef71a116e3a2c10aeed116 | static int ip__fprintf_jump(uint64_t ip, struct branch_entry *en,
struct perf_insn *x, u8 *inbuf, int len,
int insn, FILE *fp, int *total_cycles,
struct perf_event_attr *attr) | static int ip__fprintf_jump(uint64_t ip, struct branch_entry *en,
struct perf_insn *x, u8 *inbuf, int len,
int insn, FILE *fp, int *total_cycles,
struct perf_event_attr *attr,
struct thread *thread) | param_added |
function_signature_change | desc_make_final | kernel/printk/printk_ringbuffer.c | 5f72e52ba959e50680b8d83599da1368cd7a6ee2 | static void desc_make_final(struct prb_desc_ring *desc_ring, unsigned long id) | static void desc_make_final(struct printk_ringbuffer *rb, unsigned long id) | param_type_changed |
function_signature_change | prb_first_seq | kernel/printk/printk_ringbuffer.c | 90ad525c2d9a8a6591ab822234a94b82871ef8e0 | static u64 prb_first_seq(struct printk_ringbuffer *rb) | u64 prb_first_seq(struct printk_ringbuffer *rb) | return_type_changed |
function_signature_change | kvm_arch_ptp_get_crosststamp | drivers/clocksource/arm_arch_timer.c | b152688c91313ab4073cff4a5e63ff4cc491c358 | int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *ts,
struct clocksource **cs,
enum clocksource_ids *cs_id) | int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *ts,
enum clocksource_ids *cs_id) | param_removed |
function_signature_change | kvm_arch_ptp_get_crosststamp | drivers/ptp/ptp_kvm_x86.c | b152688c91313ab4073cff4a5e63ff4cc491c358 | int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *tspec,
struct clocksource **cs,
enum clocksource_ids *cs_id) | int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *tspec,
enum clocksource_ids *cs_id) | param_removed |
function_signature_change | kvm_arch_ptp_get_crosststamp | include/linux/ptp_kvm.h | b152688c91313ab4073cff4a5e63ff4cc491c358 | int kvm_arch_ptp_get_crosststamp(u64 *cycle,
struct timespec64 *tspec, struct clocksource **cs,
enum clocksource_ids *cs_id) | int kvm_arch_ptp_get_crosststamp(u64 *cycle,
struct timespec64 *tspec, enum clocksource_ids *cs_id) | param_removed |
function_signature_change | kvm_arch_ptp_get_crosststamp | drivers/clocksource/arm_arch_timer.c | 9be3b2f057d7a6752e8cf25c1d456198b4d3bd6a | int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *ts,
struct clocksource **cs) | int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *ts,
struct clocksource **cs,
enum clocksource_ids *cs_id) | param_added |
function_signature_change | kvm_arch_ptp_get_crosststamp | drivers/ptp/ptp_kvm_x86.c | 9be3b2f057d7a6752e8cf25c1d456198b4d3bd6a | int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *tspec,
struct clocksource **cs) | int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *tspec,
struct clocksource **cs,
enum clocksource_ids *cs_id) | param_added |
function_signature_change | kvm_arch_ptp_get_crosststamp | include/linux/ptp_kvm.h | 9be3b2f057d7a6752e8cf25c1d456198b4d3bd6a | int kvm_arch_ptp_get_crosststamp(u64 *cycle,
struct timespec64 *tspec, struct clocksource **cs) | int kvm_arch_ptp_get_crosststamp(u64 *cycle,
struct timespec64 *tspec, struct clocksource **cs,
enum clocksource_ids *cs_id) | param_added |
struct_layout_change | wmi_vdev_create_cmd | drivers/net/wireless/ath/ath12k/wmi.h | 4f684533afe2317b5338209cbad4551bae7949a2 | null | null | fields_modified |
function_signature_change | dce_v10_0_hpd_int_ack | drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | aeaf3e6cf84282500b6fa03621b0c225ce1af18a | static void dce_v10_0_hpd_int_ack(struct amdgpu_device *adev,
int hpd) | static void dce_v10_0_hpd_int_ack(struct amdgpu_device *adev, int hpd) | param_type_changed |
function_signature_change | dce_v11_0_hpd_int_ack | drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | aeaf3e6cf84282500b6fa03621b0c225ce1af18a | static void dce_v11_0_hpd_int_ack(struct amdgpu_device *adev,
int hpd) | static void dce_v11_0_hpd_int_ack(struct amdgpu_device *adev, int hpd) | param_type_changed |
function_signature_change | __spi_split_transfer_maxsize | drivers/spi/spi.c | c0c0293cf7a0f21ef461956d44e4add718574f3f | static int __spi_split_transfer_maxsize(struct spi_controller *ctlr,
struct spi_message *msg,
struct spi_transfer **xferp,
size_t maxsize,
gfp_t gfp) | static int __spi_split_transfer_maxsize(struct spi_controller *ctlr,
struct spi_message *msg,
struct spi_transfer **xferp,
size_t maxsize) | param_removed |
function_signature_change | spi_split_transfers_maxsize | drivers/spi/spi.c | c0c0293cf7a0f21ef461956d44e4add718574f3f | int spi_split_transfers_maxsize(struct spi_controller *ctlr,
struct spi_message *msg,
size_t maxsize,
gfp_t gfp) | int spi_split_transfers_maxsize(struct spi_controller *ctlr,
struct spi_message *msg,
size_t maxsize) | param_removed |
function_signature_change | spi_split_transfers_maxwords | drivers/spi/spi.c | c0c0293cf7a0f21ef461956d44e4add718574f3f | int spi_split_transfers_maxwords(struct spi_controller *ctlr,
struct spi_message *msg,
size_t maxwords,
gfp_t gfp) | int spi_split_transfers_maxwords(struct spi_controller *ctlr,
struct spi_message *msg,
size_t maxwords) | param_removed |
function_signature_change | spi_split_transfers_maxsize | include/linux/spi/spi.h | c0c0293cf7a0f21ef461956d44e4add718574f3f | extern int spi_split_transfers_maxsize(struct spi_controller *ctlr,
struct spi_message *msg,
size_t maxsize,
gfp_t gfp) | extern int spi_split_transfers_maxsize(struct spi_controller *ctlr,
struct spi_message *msg,
size_t maxsize) | param_removed |
function_signature_change | spi_split_transfers_maxwords | include/linux/spi/spi.h | c0c0293cf7a0f21ef461956d44e4add718574f3f | extern int spi_split_transfers_maxwords(struct spi_controller *ctlr,
struct spi_message *msg,
size_t maxwords,
gfp_t gfp) | extern int spi_split_transfers_maxwords(struct spi_controller *ctlr,
struct spi_message *msg,
size_t maxwords) | param_removed |
function_signature_change | fsl_edma_set_tcd_regs | drivers/dma/fsl-edma-common.c | de7d9cb3b064fdfb2e0e7706d14ffee20b762ad2 | static void fsl_edma_set_tcd_regs(struct fsl_edma_chan *fsl_chan,
struct fsl_edma_hw_tcd *tcd) | static void fsl_edma_set_tcd_regs(struct fsl_edma_chan *fsl_chan, void *tcd) | param_type_changed |
function_signature_change | fsl_edma_fill_tcd | drivers/dma/fsl-edma-common.c | de7d9cb3b064fdfb2e0e7706d14ffee20b762ad2 | static inline
void fsl_edma_fill_tcd(struct fsl_edma_chan *fsl_chan,
struct fsl_edma_hw_tcd *tcd, u32 src, u32 dst,
u16 attr, u16 soff, u32 nbytes, u32 slast, u16 citer,
u16 biter, u16 doff, u32 dlast_sga, bool major_int,
bool disable_req, bool enable_sg) | static inline
void fsl_edma_fill_tcd(struct fsl_edma_chan *fsl_chan,
struct fsl_edma_hw_tcd *tcd, dma_addr_t src, dma_addr_t dst,
u16 attr, u16 soff, u32 nbytes, dma_addr_t slast, u16 citer,
u16 biter, u16 doff, dma_addr_t dlast_sga, bool major_int,
bool disable_req, bool enable_sg) | param_type_changed |
struct_layout_change | fsl_edma3_ch_reg | drivers/dma/fsl-edma-common.h | de7d9cb3b064fdfb2e0e7706d14ffee20b762ad2 | null | null | fields_modified |
function_signature_change | cx24110_set_symbolrate | drivers/media/dvb-frontends/cx24110.c | b1d47b27110438282f0b56738628347d9b915f53 | static int cx24110_set_symbolrate (struct cx24110_state* state, u32 srate) | static int cx24110_set_symbolrate (struct cx24110_state *state, u32 srate) | param_type_changed |
function_signature_change | intel_reuse_initial_plane_obj | drivers/gpu/drm/i915/display/intel_plane_initial.c | ea5e150ac2cf88f586299c06244d5a4d473c041e | static bool
intel_reuse_initial_plane_obj(struct drm_i915_private *i915,
const struct intel_initial_plane_config *plane_config,
struct drm_framebuffer **fb,
struct i915_vma **vma) | static bool
intel_reuse_initial_plane_obj(struct intel_crtc *this,
const struct intel_initial_plane_config plane_configs[],
struct drm_framebuffer **fb,
struct i915_vma **vma) | param_type_changed |
function_signature_change | intel_find_initial_plane_obj | drivers/gpu/drm/i915/display/intel_plane_initial.c | ea5e150ac2cf88f586299c06244d5a4d473c041e | static void
intel_find_initial_plane_obj(struct intel_crtc *crtc,
struct intel_initial_plane_config *plane_config) | static void
intel_find_initial_plane_obj(struct intel_crtc *crtc,
struct intel_initial_plane_config plane_configs[]) | param_type_changed |
function_signature_change | intel_reuse_initial_plane_obj | drivers/gpu/drm/xe/display/xe_plane_initial.c | ea5e150ac2cf88f586299c06244d5a4d473c041e | static bool
intel_reuse_initial_plane_obj(struct drm_i915_private *i915,
const struct intel_initial_plane_config *plane_config,
struct drm_framebuffer **fb) | static bool
intel_reuse_initial_plane_obj(struct intel_crtc *this,
const struct intel_initial_plane_config plane_configs[],
struct drm_framebuffer **fb) | param_type_changed |
function_signature_change | intel_find_initial_plane_obj | drivers/gpu/drm/xe/display/xe_plane_initial.c | ea5e150ac2cf88f586299c06244d5a4d473c041e | static void
intel_find_initial_plane_obj(struct intel_crtc *crtc,
struct intel_initial_plane_config *plane_config) | static void
intel_find_initial_plane_obj(struct intel_crtc *crtc,
struct intel_initial_plane_config plane_configs[]) | param_type_changed |
struct_layout_change | intel_initial_plane_config | drivers/gpu/drm/i915/display/intel_display_types.h | 6bfdb06d1efafaa289f16ff5e5dfb4b02327525e | null | null | fields_modified |
function_signature_change | of_graph_get_endpoint_count | drivers/of/property.c | 574849054d97cee5be78d6c149d84685647fe774 | int of_graph_get_endpoint_count(const struct device_node *np) | unsigned int of_graph_get_endpoint_count(const struct device_node *np) | return_type_changed |
function_signature_change | of_graph_get_endpoint_count | include/linux/of_graph.h | 574849054d97cee5be78d6c149d84685647fe774 | int of_graph_get_endpoint_count(const struct device_node *np) | unsigned int of_graph_get_endpoint_count(const struct device_node *np) | return_type_changed |
function_signature_change | ixgbe_reinit_fdir_tables_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe.h | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_reinit_fdir_tables_82599(struct ixgbe_hw *hw) | int ixgbe_reinit_fdir_tables_82599(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_init_fdir_signature_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe.h | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl) | int ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl) | return_type_changed |
function_signature_change | ixgbe_init_fdir_perfect_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe.h | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 fdirctrl) | int ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 fdirctrl) | return_type_changed |
function_signature_change | ixgbe_fdir_add_signature_filter_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe.h | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_hash_dword input,
union ixgbe_atr_hash_dword common,
u8 queue) | int ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_hash_dword input,
union ixgbe_atr_hash_dword common,
u8 queue) | return_type_changed |
function_signature_change | ixgbe_fdir_set_input_mask_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe.h | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input_mask) | int ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input_mask) | return_type_changed |
function_signature_change | ixgbe_fdir_write_perfect_filter_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe.h | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input,
u16 soft_id, u8 queue) | int ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input,
u16 soft_id, u8 queue) | return_type_changed |
function_signature_change | ixgbe_fdir_erase_perfect_filter_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe.h | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input,
u16 soft_id) | int ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input,
u16 soft_id) | return_type_changed |
function_signature_change | ixgbe_negotiate_fc | drivers/net/ethernet/intel/ixgbe/ixgbe.h | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
u32 adv_sym, u32 adv_asm, u32 lp_sym, u32 lp_asm) | int ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
u32 adv_sym, u32 adv_asm, u32 lp_sym, u32 lp_asm) | return_type_changed |
function_signature_change | ixgbe_get_invariants_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_get_invariants_82598(struct ixgbe_hw *hw) | static int ixgbe_get_invariants_82598(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_init_phy_ops_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw) | static int ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_start_hw_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw) | static int ixgbe_start_hw_82598(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_get_link_capabilities_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw,
ixgbe_link_speed *speed,
bool *autoneg) | static int ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw,
ixgbe_link_speed *speed,
bool *autoneg) | return_type_changed |
function_signature_change | ixgbe_fc_enable_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw) | static int ixgbe_fc_enable_82598(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_start_mac_link_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_start_mac_link_82598(struct ixgbe_hw *hw,
bool autoneg_wait_to_complete) | static int ixgbe_start_mac_link_82598(struct ixgbe_hw *hw,
bool autoneg_wait_to_complete) | return_type_changed |
function_signature_change | ixgbe_validate_link_ready | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_validate_link_ready(struct ixgbe_hw *hw) | static int ixgbe_validate_link_ready(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_check_mac_link_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_check_mac_link_82598(struct ixgbe_hw *hw,
ixgbe_link_speed *speed, bool *link_up,
bool link_up_wait_to_complete) | static int ixgbe_check_mac_link_82598(struct ixgbe_hw *hw,
ixgbe_link_speed *speed, bool *link_up,
bool link_up_wait_to_complete) | return_type_changed |
function_signature_change | ixgbe_setup_mac_link_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_setup_mac_link_82598(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg_wait_to_complete) | static int ixgbe_setup_mac_link_82598(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg_wait_to_complete) | return_type_changed |
function_signature_change | ixgbe_setup_copper_link_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_setup_copper_link_82598(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg_wait_to_complete) | static int ixgbe_setup_copper_link_82598(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg_wait_to_complete) | return_type_changed |
function_signature_change | ixgbe_reset_hw_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_reset_hw_82598(struct ixgbe_hw *hw) | static int ixgbe_reset_hw_82598(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_set_vmdq_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) | static int ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) | return_type_changed |
function_signature_change | ixgbe_clear_vmdq_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) | static int ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) | return_type_changed |
function_signature_change | ixgbe_set_vfta_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind,
bool vlan_on, bool vlvf_bypass) | static int ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind,
bool vlan_on, bool vlvf_bypass) | return_type_changed |
function_signature_change | ixgbe_clear_vfta_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw) | static int ixgbe_clear_vfta_82598(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_read_analog_reg8_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val) | static int ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val) | return_type_changed |
function_signature_change | ixgbe_write_analog_reg8_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val) | static int ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val) | return_type_changed |
function_signature_change | ixgbe_read_i2c_phy_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_read_i2c_phy_82598(struct ixgbe_hw *hw, u8 dev_addr,
u8 byte_offset, u8 *eeprom_data) | static int ixgbe_read_i2c_phy_82598(struct ixgbe_hw *hw, u8 dev_addr,
u8 byte_offset, u8 *eeprom_data) | return_type_changed |
function_signature_change | ixgbe_read_i2c_eeprom_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
u8 *eeprom_data) | static int ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
u8 *eeprom_data) | return_type_changed |
function_signature_change | ixgbe_read_i2c_sff8472_82598 | drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
u8 *sff8472_data) | static int ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
u8 *sff8472_data) | return_type_changed |
function_signature_change | ixgbe_setup_sfp_modules_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw) | static int ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | prot_autoc_read_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked,
u32 *reg_val) | static int prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked,
u32 *reg_val) | return_type_changed |
function_signature_change | prot_autoc_write_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 autoc, bool locked) | static int prot_autoc_write_82599(struct ixgbe_hw *hw, u32 autoc, bool locked) | return_type_changed |
function_signature_change | ixgbe_get_invariants_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_get_invariants_82599(struct ixgbe_hw *hw) | static int ixgbe_get_invariants_82599(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_init_phy_ops_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw) | static int ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_get_link_capabilities_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw,
ixgbe_link_speed *speed,
bool *autoneg) | static int ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw,
ixgbe_link_speed *speed,
bool *autoneg) | return_type_changed |
function_signature_change | ixgbe_start_mac_link_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw,
bool autoneg_wait_to_complete) | static int ixgbe_start_mac_link_82599(struct ixgbe_hw *hw,
bool autoneg_wait_to_complete) | return_type_changed |
function_signature_change | ixgbe_setup_mac_link_smartspeed | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg_wait_to_complete) | static int ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg_wait_to_complete) | return_type_changed |
function_signature_change | ixgbe_setup_mac_link_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg_wait_to_complete) | static int ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg_wait_to_complete) | return_type_changed |
function_signature_change | ixgbe_setup_copper_link_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_setup_copper_link_82599(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg_wait_to_complete) | static int ixgbe_setup_copper_link_82599(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg_wait_to_complete) | return_type_changed |
function_signature_change | ixgbe_reset_hw_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_reset_hw_82599(struct ixgbe_hw *hw) | static int ixgbe_reset_hw_82599(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_fdir_check_cmd_complete | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_fdir_check_cmd_complete(struct ixgbe_hw *hw, u32 *fdircmd) | static int ixgbe_fdir_check_cmd_complete(struct ixgbe_hw *hw, u32 *fdircmd) | return_type_changed |
function_signature_change | ixgbe_reinit_fdir_tables_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_reinit_fdir_tables_82599(struct ixgbe_hw *hw) | int ixgbe_reinit_fdir_tables_82599(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_init_fdir_signature_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl) | int ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 fdirctrl) | return_type_changed |
function_signature_change | ixgbe_init_fdir_perfect_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 fdirctrl) | int ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 fdirctrl) | return_type_changed |
function_signature_change | ixgbe_fdir_add_signature_filter_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_hash_dword input,
union ixgbe_atr_hash_dword common,
u8 queue) | int ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_hash_dword input,
union ixgbe_atr_hash_dword common,
u8 queue) | return_type_changed |
function_signature_change | ixgbe_fdir_set_input_mask_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input_mask) | int ixgbe_fdir_set_input_mask_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input_mask) | return_type_changed |
function_signature_change | ixgbe_fdir_write_perfect_filter_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input,
u16 soft_id, u8 queue) | int ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input,
u16 soft_id, u8 queue) | return_type_changed |
function_signature_change | ixgbe_fdir_erase_perfect_filter_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input,
u16 soft_id) | int ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw,
union ixgbe_atr_input *input,
u16 soft_id) | return_type_changed |
function_signature_change | ixgbe_read_analog_reg8_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_read_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 *val) | static int ixgbe_read_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 *val) | return_type_changed |
function_signature_change | ixgbe_write_analog_reg8_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_write_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 val) | static int ixgbe_write_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 val) | return_type_changed |
function_signature_change | ixgbe_start_hw_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_start_hw_82599(struct ixgbe_hw *hw) | static int ixgbe_start_hw_82599(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_identify_phy_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw) | static int ixgbe_identify_phy_82599(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_enable_rx_dma_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_enable_rx_dma_82599(struct ixgbe_hw *hw, u32 regval) | static int ixgbe_enable_rx_dma_82599(struct ixgbe_hw *hw, u32 regval) | return_type_changed |
function_signature_change | ixgbe_verify_fw_version_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_verify_fw_version_82599(struct ixgbe_hw *hw) | static int ixgbe_verify_fw_version_82599(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_read_eeprom_buffer_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_read_eeprom_buffer_82599(struct ixgbe_hw *hw, u16 offset,
u16 words, u16 *data) | static int ixgbe_read_eeprom_buffer_82599(struct ixgbe_hw *hw, u16 offset,
u16 words, u16 *data) | return_type_changed |
function_signature_change | ixgbe_read_eeprom_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_read_eeprom_82599(struct ixgbe_hw *hw,
u16 offset, u16 *data) | static int ixgbe_read_eeprom_82599(struct ixgbe_hw *hw,
u16 offset, u16 *data) | return_type_changed |
function_signature_change | ixgbe_reset_pipeline_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_reset_pipeline_82599(struct ixgbe_hw *hw) | static int ixgbe_reset_pipeline_82599(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_read_i2c_byte_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
u8 dev_addr, u8 *data) | static int ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
u8 dev_addr, u8 *data) | return_type_changed |
function_signature_change | ixgbe_write_i2c_byte_82599 | drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
u8 dev_addr, u8 data) | static int ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
u8 dev_addr, u8 data) | return_type_changed |
function_signature_change | ixgbe_setup_fc_generic | drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_setup_fc_generic(struct ixgbe_hw *hw) | int ixgbe_setup_fc_generic(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_start_hw_generic | drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) | int ixgbe_start_hw_generic(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_start_hw_gen2 | drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_start_hw_gen2(struct ixgbe_hw *hw) | int ixgbe_start_hw_gen2(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_init_hw_generic | drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw) | int ixgbe_init_hw_generic(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_clear_hw_cntrs_generic | drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw) | int ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw) | return_type_changed |
function_signature_change | ixgbe_read_pba_string_generic | drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
u32 pba_num_size) | int ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
u32 pba_num_size) | return_type_changed |
function_signature_change | ixgbe_get_mac_addr_generic | drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 8f76c0f4c3ce489a7616f712fc08c032582145d9 | s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr) | int ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr) | return_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.