Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c283 bool is_add) in i40e_ddp_load() argument
326 if (is_add) in i40e_ddp_load()
339 if (is_add) { in i40e_ddp_load()
362 if (is_add) { in i40e_ddp_load()
382 if (is_add) { in i40e_ddp_load()
H A Di40e_prototype.h391 u16 vsi_seid, u16 queue, bool is_add,
H A Di40e_common.c3752 u16 vsi_seid, u16 queue, bool is_add, in i40e_aq_add_rem_control_packet_filter() argument
3766 if (is_add) { in i40e_aq_add_rem_control_packet_filter()
H A Di40e_main.c2030 bool is_add) in i40e_vsi_setup_queue_map() argument
2158 if (is_add) { in i40e_vsi_setup_queue_map()
/linux/net/smc/
H A Dsmc_stats.h168 typeof(_is_add) is_add = (_is_add); \
173 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_D, rx, is_add, l); \
175 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_D, tx, is_add, l); \
177 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_R, rx, is_add, l); \
179 SMC_STAT_RMB_SIZE_SUB(_smc_stats, SMC_TYPE_R, tx, is_add, l); \
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_df.h48 int counter_idx, int is_add);
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h177 bool is_add; member
H A Dhisi_ptt.c564 if (info.is_add) { in hisi_ptt_update_filters()
634 info.is_add = true; in hisi_ptt_notifier_call()
637 info.is_add = false; in hisi_ptt_notifier_call()
/linux/kernel/cgroup/
H A Dcgroup.c275 bool is_add);
4421 bool is_add) in cgroup_addrm_files() argument
4441 if (is_add) { in cgroup_addrm_files()
4447 is_add = false; in cgroup_addrm_files()
4457 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() argument
4473 ret = cgroup_addrm_files(css, cgrp, cfts, is_add); in cgroup_apply_cftypes()
4478 if (is_add && !ret) in cgroup_apply_cftypes()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.h2201 __le32 is_add; member
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5616 int loc, u8 *key, bool is_add) in hclge_fd_tcam_config() argument
5638 req1->entry_vld = sel_x ? is_add : 0; in hclge_fd_tcam_config()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c9445 cmd->is_add = enable; in ath11k_wmi_wow_add_wakeup_event()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c10360 cmd->is_add = cpu_to_le32(enable); in ath12k_wmi_wow_add_wakeup_event()