Home
last modified time | relevance | path

Searched refs:is_add (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c259 * @is_add: true when loading profile, false when rolling back the previous one
265 bool is_add) in i40e_ddp_load()
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()
264 i40e_ddp_load(struct net_device *netdev, const u8 *data, size_t size, bool is_add) i40e_ddp_load() argument
H A Di40e_prototype.h396 u16 vsi_seid, u16 queue, bool is_add,
H A Di40e.h325 bool is_add);
H A Di40e_common.c4365 * @is_add: Add control packet filter if True else remove
4375 u16 vsi_seid, u16 queue, bool is_add, in i40e_aq_add_rem_control_packet_filter()
4391 if (is_add) { in i40e_aq_add_rem_control_packet_filter()
4373 i40e_aq_add_rem_control_packet_filter(struct i40e_hw *hw, u8 *mac_addr, u16 ethtype, u16 flags, u16 vsi_seid, u16 queue, bool is_add, struct i40e_control_filter_stats *stats, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_rem_control_packet_filter() argument
H A Di40e_main.c1887 * @is_add: True if called before Add VSI
1894 bool is_add) in i40e_vsi_setup_queue_map()
2020 if (is_add) { in i40e_vsi_setup_queue_map()
1891 i40e_vsi_setup_queue_map(struct i40e_vsi *vsi, struct i40e_vsi_context *ctxt, u8 enabled_tc, bool is_add) i40e_vsi_setup_queue_map() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c259 * @is_add: true when loading profile, false when rolling back the previous one
265 bool is_add) in i40e_ddp_load()
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()
264 i40e_ddp_load(struct net_device *netdev, const u8 *data, size_t size, bool is_add) i40e_ddp_load() argument
H A Di40e_prototype.h423 u16 vsi_seid, u16 queue, bool is_add,
H A Di40e.h335 bool is_add);
H A Di40e_common.c4285 * @is_add: Add control packet filter if True else remove
4295 u16 vsi_seid, u16 queue, bool is_add, in i40e_aq_add_rem_control_packet_filter()
4311 if (is_add) { in i40e_aq_add_rem_control_packet_filter()
4293 i40e_aq_add_rem_control_packet_filter(struct i40e_hw *hw, u8 *mac_addr, u16 ethtype, u16 flags, u16 vsi_seid, u16 queue, bool is_add, struct i40e_control_filter_stats *stats, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_rem_control_packet_filter() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_df.h47 int is_add);
H A Ddf_v3_6.c577 int is_add) in df_v3_6_pmc_start()
584 if (is_add) in df_v3_6_pmc_start()
576 df_v3_6_pmc_start(struct amdgpu_device *adev, uint64_t config, int is_add) df_v3_6_pmc_start() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_df.h47 int counter_idx, int is_add);
H A Ddf_v3_6.c513 /* return available counter if is_add == 1 otherwise return error status. */
515 int counter_idx, int is_add) in df_v3_6_pmc_start()
523 if (is_add) in df_v3_6_pmc_start()
514 df_v3_6_pmc_start(struct amdgpu_device *adev, uint64_t config, int counter_idx, int is_add) df_v3_6_pmc_start() argument
/kernel/linux/linux-6.6/drivers/hwtracing/ptt/
H A Dhisi_ptt.h171 * @is_add: adding to the filter or not
176 bool is_add; member
H A Dhisi_ptt.c561 if (info.is_add) { in hisi_ptt_update_filters()
631 info.is_add = true; in hisi_ptt_notifier_call()
634 info.is_add = false; in hisi_ptt_notifier_call()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c695 bool is_add) in pnv_ioda_set_one_peltv()
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()
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()
692 pnv_ioda_set_one_peltv(struct pnv_phb *phb, struct pnv_ioda_pe *parent, struct pnv_ioda_pe *child, bool is_add) pnv_ioda_set_one_peltv() argument
729 pnv_ioda_set_peltv(struct pnv_phb *phb, struct pnv_ioda_pe *pe, bool is_add) pnv_ioda_set_peltv() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c608 bool is_add) in pnv_ioda_set_one_peltv()
610 const char *desc = is_add ? "adding" : "removing"; in pnv_ioda_set_one_peltv()
611 uint8_t op = is_add ? OPAL_ADD_PE_TO_DOMAIN : in pnv_ioda_set_one_peltv()
644 bool is_add) in pnv_ioda_set_peltv()
654 if (is_add) { in pnv_ioda_set_peltv()
671 ret = pnv_ioda_set_one_peltv(phb, pe, pe, is_add); in pnv_ioda_set_peltv()
678 ret = pnv_ioda_set_one_peltv(phb, slave, pe, is_add); in pnv_ioda_set_peltv()
698 ret = pnv_ioda_set_one_peltv(phb, parent, pe, is_add); in pnv_ioda_set_peltv()
605 pnv_ioda_set_one_peltv(struct pnv_phb *phb, struct pnv_ioda_pe *parent, struct pnv_ioda_pe *child, bool is_add) pnv_ioda_set_one_peltv() argument
642 pnv_ioda_set_peltv(struct pnv_phb *phb, struct pnv_ioda_pe *pe, bool is_add) pnv_ioda_set_peltv() argument
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dcgroup.c224 bool is_add);
3992 * @is_add: whether to add or remove
3994 * Depending on @is_add, add or remove files defined by @cfts on @cgrp.
3999 bool is_add) in cgroup_addrm_files()
4019 if (is_add) { in cgroup_addrm_files()
4025 is_add = false; in cgroup_addrm_files()
4035 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() argument
4051 ret = cgroup_addrm_files(css, cgrp, cfts, is_add); in cgroup_apply_cftypes()
4056 if (is_add && !ret) in cgroup_apply_cftypes()
3997 cgroup_addrm_files(struct cgroup_subsys_state *css, struct cgroup *cgrp, struct cftype cfts[], bool is_add) cgroup_addrm_files() argument
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcgroup.c250 bool is_add);
4217 * @is_add: whether to add or remove
4219 * Depending on @is_add, add or remove files defined by @cfts on @cgrp.
4224 bool is_add) in cgroup_addrm_files()
4244 if (is_add) { in cgroup_addrm_files()
4250 is_add = false; in cgroup_addrm_files()
4260 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() argument
4276 ret = cgroup_addrm_files(css, cgrp, cfts, is_add); in cgroup_apply_cftypes()
4281 if (is_add && !ret) in cgroup_apply_cftypes()
4222 cgroup_addrm_files(struct cgroup_subsys_state *css, struct cgroup *cgrp, struct cftype cfts[], bool is_add) cgroup_addrm_files() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5039 int loc, u8 *key, bool is_add) in hclge_fd_tcam_config()
5061 req1->entry_vld = sel_x ? is_add : 0; in hclge_fd_tcam_config()
5636 bool is_add) in hclge_fd_update_rule_list()
5641 if (is_add && !new_rule) in hclge_fd_update_rule_list()
5656 if (!is_add) { in hclge_fd_update_rule_list()
5663 } else if (!is_add) { in hclge_fd_update_rule_list()
5038 hclge_fd_tcam_config(struct hclge_dev *hdev, u8 stage, bool sel_x, int loc, u8 *key, bool is_add) hclge_fd_tcam_config() argument
5633 hclge_fd_update_rule_list(struct hclge_dev *hdev, struct hclge_fd_rule *new_rule, u16 location, bool is_add) hclge_fd_update_rule_list() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.h2200 __le32 is_add; member
H A Dwmi-tlv.c3687 cmd->is_add = __cpu_to_le32(enable); in ath10k_wmi_tlv_op_gen_wow_add_wakeup_event()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.h2200 __le32 is_add; member
H A Dwmi-tlv.c3698 cmd->is_add = __cpu_to_le32(enable); in ath10k_wmi_tlv_op_gen_wow_add_wakeup_event()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwmi.h5960 u32 is_add; member

Completed in 127 milliseconds

12