Searched refs:is_add (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
D | i40e_ddp.c | 265 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()
|
D | i40e_prototype.h | 432 u16 vsi_seid, u16 queue, bool is_add,
|
D | i40e.h | 335 bool is_add);
|
D | i40e_common.c | 4403 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()
|
D | i40e_main.c | 2015 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/ |
D | amdgpu_df.h | 47 int counter_idx, int is_add);
|
D | df_v3_6.c | 515 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/ |
D | pci-ioda.c | 694 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/ |
D | cgroup.c | 249 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/ |
D | wmi-tlv.h | 2200 __le32 is_add; member
|
D | wmi-tlv.c | 3687 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/ |
D | wmi.h | 5606 u32 is_add; member
|
D | wmi.c | 8542 cmd->is_add = enable; in ath11k_wmi_wow_add_wakeup_event()
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 5607 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()
|