Searched refs:is_add (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_prototype.h | 101 u16 vsi_seid, u16 queue, bool is_add,
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 543 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/ |
D | cgroup.c | 227 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/ |
D | i40e_prototype.h | 317 u16 vsi_seid, u16 queue, bool is_add,
|
D | i40e.h | 703 u8 enabled_tc, bool is_add);
|
D | i40e_common.c | 3773 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()
|
D | i40e_main.c | 1569 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/ |
D | wmi-tlv.h | 1469 __le32 is_add; member
|
D | wmi-tlv.c | 2898 cmd->is_add = __cpu_to_le32(enable); in ath10k_wmi_tlv_op_gen_wow_add_wakeup_event()
|