Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.h325 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.c1888 bool is_add) in i40e_vsi_setup_queue_map() argument
2014 if (is_add) { in i40e_vsi_setup_queue_map()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/kernel/cgroup/
Dcgroup.c223 bool is_add);
3984 bool is_add) in cgroup_addrm_files() argument
4004 if (is_add) { in cgroup_addrm_files()
4010 is_add = false; in cgroup_addrm_files()
4020 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() argument
4036 ret = cgroup_addrm_files(css, cgrp, cfts, is_add); in cgroup_apply_cftypes()
4041 if (is_add && !ret) in cgroup_apply_cftypes()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.h2200 __le32 is_add; member
Dwmi-tlv.c3687 cmd->is_add = __cpu_to_le32(enable); in ath10k_wmi_tlv_op_gen_wow_add_wakeup_event()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c5032 int loc, u8 *key, bool is_add) in hclge_fd_tcam_config() argument
5054 req1->entry_vld = sel_x ? is_add : 0; in hclge_fd_tcam_config()
5629 bool is_add) in hclge_fd_update_rule_list() argument
5634 if (is_add && !new_rule) in hclge_fd_update_rule_list()
5649 if (!is_add) { in hclge_fd_update_rule_list()
5656 } else if (!is_add) { in hclge_fd_update_rule_list()