Home
last modified time | relevance | path

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

/linux-6.1.9/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.h432 u16 vsi_seid, u16 queue, bool is_add,
Di40e.h335 bool is_add);
Di40e_common.c4403 u16 vsi_seid, u16 queue, bool is_add, in i40e_aq_add_rem_control_packet_filter() argument
4419 if (is_add) { in i40e_aq_add_rem_control_packet_filter()
Di40e_main.c2015 bool is_add) in i40e_vsi_setup_queue_map() argument
2141 if (is_add) { in i40e_vsi_setup_queue_map()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_df.h47 int counter_idx, int is_add);
Ddf_v3_6.c515 int counter_idx, int is_add) in df_v3_6_pmc_start() argument
523 if (is_add) in df_v3_6_pmc_start()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dpci-ioda.c694 bool is_add) in pnv_ioda_set_one_peltv() argument
696 const char *desc = is_add ? "adding" : "removing"; in pnv_ioda_set_one_peltv()
697 uint8_t op = is_add ? OPAL_ADD_PE_TO_DOMAIN : in pnv_ioda_set_one_peltv()
730 bool is_add) in pnv_ioda_set_peltv() argument
740 if (is_add) { in pnv_ioda_set_peltv()
757 ret = pnv_ioda_set_one_peltv(phb, pe, pe, is_add); in pnv_ioda_set_peltv()
764 ret = pnv_ioda_set_one_peltv(phb, slave, pe, is_add); in pnv_ioda_set_peltv()
784 ret = pnv_ioda_set_one_peltv(phb, parent, pe, is_add); in pnv_ioda_set_peltv()
/linux-6.1.9/kernel/cgroup/
Dcgroup.c249 bool is_add);
4220 bool is_add) in cgroup_addrm_files() argument
4240 if (is_add) { in cgroup_addrm_files()
4246 is_add = false; in cgroup_addrm_files()
4256 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() argument
4272 ret = cgroup_addrm_files(css, cgrp, cfts, is_add); in cgroup_apply_cftypes()
4277 if (is_add && !ret) in cgroup_apply_cftypes()
/linux-6.1.9/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()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dwmi.h5606 u32 is_add; member
Dwmi.c8542 cmd->is_add = enable; in ath11k_wmi_wow_add_wakeup_event()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c5607 int loc, u8 *key, bool is_add) in hclge_fd_tcam_config() argument
5629 req1->entry_vld = sel_x ? is_add : 0; in hclge_fd_tcam_config()