Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_prototype.h101 u16 vsi_seid, u16 queue, bool is_add,
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c543 bool is_add) in pnv_ioda_set_one_peltv() argument
545 const char *desc = is_add ? "adding" : "removing"; in pnv_ioda_set_one_peltv()
546 uint8_t op = is_add ? OPAL_ADD_PE_TO_DOMAIN : in pnv_ioda_set_one_peltv()
579 bool is_add) in pnv_ioda_set_peltv() argument
589 if (is_add) { in pnv_ioda_set_peltv()
606 ret = pnv_ioda_set_one_peltv(phb, pe, pe, is_add); in pnv_ioda_set_peltv()
613 ret = pnv_ioda_set_one_peltv(phb, slave, pe, is_add); in pnv_ioda_set_peltv()
633 ret = pnv_ioda_set_one_peltv(phb, parent, pe, is_add); in pnv_ioda_set_peltv()
/linux-4.4.14/kernel/
Dcgroup.c227 bool is_add);
3394 bool is_add) in cgroup_addrm_files() argument
3413 if (is_add) { in cgroup_addrm_files()
3419 is_add = false; in cgroup_addrm_files()
3429 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes() argument
3446 ret = cgroup_addrm_files(css, cgrp, cfts, is_add); in cgroup_apply_cftypes()
3451 if (is_add && !ret) in cgroup_apply_cftypes()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h317 u16 vsi_seid, u16 queue, bool is_add,
Di40e.h703 u8 enabled_tc, bool is_add);
Di40e_common.c3773 u16 vsi_seid, u16 queue, bool is_add, in i40e_aq_add_rem_control_packet_filter() argument
3789 if (is_add) { in i40e_aq_add_rem_control_packet_filter()
Di40e_main.c1569 bool is_add) in i40e_vsi_setup_queue_map() argument
1574 bool is_add) in i40e_vsi_setup_queue_map()
1684 if (is_add) { in i40e_vsi_setup_queue_map()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.h1469 __le32 is_add; member
Dwmi-tlv.c2898 cmd->is_add = __cpu_to_le32(enable); in ath10k_wmi_tlv_op_gen_wow_add_wakeup_event()