Home
last modified time | relevance | path

Searched refs:is_add (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_ddp.c265 bool is_add) in i40e_ddp_load() argument
308 if (is_add) in i40e_ddp_load()
321 if (is_add) { in i40e_ddp_load()
344 if (is_add) { in i40e_ddp_load()
364 if (is_add) { in i40e_ddp_load()
Di40e_prototype.h396 u16 vsi_seid, u16 queue, bool is_add,
Di40e.h320 bool is_add);
Di40e_common.c4375 u16 vsi_seid, u16 queue, bool is_add, in i40e_aq_add_rem_control_packet_filter() argument
4391 if (is_add) { in i40e_aq_add_rem_control_packet_filter()
Di40e_main.c1787 bool is_add) in i40e_vsi_setup_queue_map() argument
1892 if (is_add) { in i40e_vsi_setup_queue_map()
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_df.h47 int is_add);
Ddf_v3_6.c577 int is_add) in df_v3_6_pmc_start() argument
584 if (is_add) in df_v3_6_pmc_start()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dpci-ioda.c695 bool is_add) in pnv_ioda_set_one_peltv() argument
697 const char *desc = is_add ? "adding" : "removing"; in pnv_ioda_set_one_peltv()
698 uint8_t op = is_add ? OPAL_ADD_PE_TO_DOMAIN : in pnv_ioda_set_one_peltv()
731 bool is_add) in pnv_ioda_set_peltv() argument
741 if (is_add) { in pnv_ioda_set_peltv()
758 ret = pnv_ioda_set_one_peltv(phb, pe, pe, is_add); in pnv_ioda_set_peltv()
765 ret = pnv_ioda_set_one_peltv(phb, slave, pe, is_add); in pnv_ioda_set_peltv()
785 ret = pnv_ioda_set_one_peltv(phb, parent, pe, is_add); in pnv_ioda_set_peltv()
/Linux-v5.10/kernel/cgroup/
Dcgroup.c223 bool is_add);
3862 bool is_add) in cgroup_addrm_files() argument
3882 if (is_add) { in cgroup_addrm_files()
3888 is_add = false; in cgroup_addrm_files()
3898 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() argument
3914 ret = cgroup_addrm_files(css, cgrp, cfts, is_add); in cgroup_apply_cftypes()
3919 if (is_add && !ret) in cgroup_apply_cftypes()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.h2200 __le32 is_add; member
Dwmi-tlv.c3676 cmd->is_add = __cpu_to_le32(enable); in ath10k_wmi_tlv_op_gen_wow_add_wakeup_event()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c5012 int loc, u8 *key, bool is_add) in hclge_fd_tcam_config() argument
5034 req1->entry_vld = sel_x ? is_add : 0; in hclge_fd_tcam_config()
5609 bool is_add) in hclge_fd_update_rule_list() argument
5614 if (is_add && !new_rule) in hclge_fd_update_rule_list()
5629 if (!is_add) { in hclge_fd_update_rule_list()
5636 } else if (!is_add) { in hclge_fd_update_rule_list()