Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_prototype.h78 u16 vsi_seid, u16 queue, bool is_add,
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-ioda.c688 bool is_add) in pnv_ioda_set_one_peltv() argument
690 const char *desc = is_add ? "adding" : "removing"; in pnv_ioda_set_one_peltv()
691 uint8_t op = is_add ? OPAL_ADD_PE_TO_DOMAIN : in pnv_ioda_set_one_peltv()
724 bool is_add) in pnv_ioda_set_peltv() argument
734 if (is_add) { in pnv_ioda_set_peltv()
751 ret = pnv_ioda_set_one_peltv(phb, pe, pe, is_add); in pnv_ioda_set_peltv()
758 ret = pnv_ioda_set_one_peltv(phb, slave, pe, is_add); in pnv_ioda_set_peltv()
778 ret = pnv_ioda_set_one_peltv(phb, parent, pe, is_add); in pnv_ioda_set_peltv()
/Linux-v4.19/kernel/cgroup/
Dcgroup.c223 bool is_add);
3608 bool is_add) in cgroup_addrm_files() argument
3627 if (is_add) { in cgroup_addrm_files()
3633 is_add = false; in cgroup_addrm_files()
3643 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() argument
3659 ret = cgroup_addrm_files(css, cgrp, cfts, is_add); in cgroup_apply_cftypes()
3664 if (is_add && !ret) in cgroup_apply_cftypes()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h378 u16 vsi_seid, u16 queue, bool is_add,
Di40e_common.c4283 u16 vsi_seid, u16 queue, bool is_add, in i40e_aq_add_rem_control_packet_filter() argument
4299 if (is_add) { in i40e_aq_add_rem_control_packet_filter()
Di40e_main.c1748 bool is_add) in i40e_vsi_setup_queue_map() argument
1853 if (is_add) { in i40e_vsi_setup_queue_map()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.h1969 __le32 is_add; member
Dwmi-tlv.c3281 cmd->is_add = __cpu_to_le32(enable); in ath10k_wmi_tlv_op_gen_wow_add_wakeup_event()