Home
last modified time | relevance | path

Searched refs:update_params (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/
H A Devent-loop-base.c73 if (bc->update_params) { in event_loop_base_set_param()
74 bc->update_params(base, errp); in event_loop_base_set_param()
H A Diothread.c300 bc->update_params = iothread_set_aio_context_params; in iothread_class_init()
/openbmc/qemu/include/sysemu/
H A Devent-loop-base.h26 void (*update_params)(EventLoopBase *base, Error **errp); member
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c2892 struct bnx2x_queue_update_params *update_params; in bnx2x_set_vf_vlan() local
2903 update_params = &q_params.params.update; in bnx2x_set_vf_vlan()
2905 &update_params->update_flags); in bnx2x_set_vf_vlan()
2907 &update_params->update_flags); in bnx2x_set_vf_vlan()
2914 &update_params->update_flags); in bnx2x_set_vf_vlan()
2916 &update_params->update_flags); in bnx2x_set_vf_vlan()
2922 &update_params->update_flags); in bnx2x_set_vf_vlan()
2924 &update_params->update_flags); in bnx2x_set_vf_vlan()
2925 update_params->def_vlan = vlan; in bnx2x_set_vf_vlan()
2926 update_params->silent_removal_value = in bnx2x_set_vf_vlan()
[all …]
H A Dbnx2x_sp.c5224 struct bnx2x_queue_update_params *update_params = in bnx2x_q_send_update() local
5226 u8 cid_index = update_params->cid_index; in bnx2x_q_send_update()
5238 bnx2x_q_fill_update_data(bp, o, update_params, rdata); in bnx2x_q_send_update()
5500 struct bnx2x_queue_update_params *update_params = in bnx2x_queue_chk_transition() local
5558 &update_params->update_flags) && in bnx2x_queue_chk_transition()
5560 &update_params->update_flags)) in bnx2x_queue_chk_transition()
5585 &update_params->update_flags) && in bnx2x_queue_chk_transition()
5587 &update_params->update_flags)) in bnx2x_queue_chk_transition()
5620 &update_params->update_flags) && in bnx2x_queue_chk_transition()
5622 &update_params->update_flags)){ in bnx2x_queue_chk_transition()
H A Dbnx2x_main.c2770 struct bnx2x_func_afex_viflists_params *update_params = in bnx2x_afex_handle_vif_list_cmd() local
2784 update_params->afex_vif_list_command = cmd_type; in bnx2x_afex_handle_vif_list_cmd()
2785 update_params->vif_list_index = vif_index; in bnx2x_afex_handle_vif_list_cmd()
2786 update_params->func_bit_map = in bnx2x_afex_handle_vif_list_cmd()
2788 update_params->func_to_clear = 0; in bnx2x_afex_handle_vif_list_cmd()
/openbmc/linux/net/ipv4/
H A Dtcp_illinois.c222 static void update_params(struct sock *sk) in update_params() function
266 update_params(sk); in tcp_illinois_cong_avoid()
/openbmc/linux/drivers/soundwire/
H A Dstream.c1353 bool update_params) in _sdw_prepare_stream() argument
1373 if (update_params) { in _sdw_prepare_stream()
1434 bool update_params = true; in sdw_prepare_stream() local
1465 update_params = false; in sdw_prepare_stream()
1467 ret = _sdw_prepare_stream(stream, update_params); in sdw_prepare_stream()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/
H A Dtarget-helpers.patch8 update_params:
/openbmc/qemu/util/
H A Dmain-loop.c228 bc->update_params = main_loop_update_params; in main_loop_class_init()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c2294 struct mlx4_update_qp_params update_params; in mlx4_ib_update_qps() local
2306 update_params.smac_index = new_smac_index; in mlx4_ib_update_qps()
2308 &update_params)) { in mlx4_ib_update_qps()