/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | mod_hdr.h | 17 bool is_static; member 27 .is_static = true, \
|
D | mod_hdr.c | 180 if (mod_hdr_acts->is_static) { in mlx5e_mod_hdr_alloc() 184 mod_hdr_acts->is_static = false; in mlx5e_mod_hdr_alloc() 204 if (!mod_hdr_acts->is_static) in mlx5e_mod_hdr_dealloc()
|
/drivers/dax/ |
D | bus.c | 167 static bool is_static(struct dax_region *dax_region) in is_static() function 174 return is_static(dev_dax->region); in static_dev_dax() 203 if (rc || is_static(dax_region)) in dax_bus_probe() 314 if (is_static(dax_region)) in seed_show() 333 if (is_static(dax_region)) in create_show() 352 if (is_static(dax_region)) in create_store() 514 if (is_static(dax_region)) in delete_store() 561 if (is_static(dax_region)) in dax_region_visible() 1282 if (a == &dev_attr_mapping.attr && is_static(dax_region)) in dev_dax_visible() 1285 a == &dev_attr_size.attr) && is_static(dax_region)) in dev_dax_visible() [all …]
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | qos.c | 106 if (node->is_static) { in otx2_config_sched_shaping() 441 tmp_node->is_static) in otx2_qos_add_child_node() 473 txschq_node->is_static = true; in otx2_qos_alloc_txschq_node() 519 node->is_static = static_cfg; in otx2_qos_sw_create_leaf_node() 747 if (tmp->is_static && tmp->prio == idx && in __otx2_qos_assign_base_idx_tl() 752 } else if (!tmp->is_static && idx >= tmp->prio && in __otx2_qos_assign_base_idx_tl() 784 if (!tmp->is_static) in otx2_qos_assign_base_idx_tl() 1190 node->is_static = false; in is_qos_node_dwrr() 1500 if (!node->is_static) in otx2_qos_leaf_del() 1555 if (!node->is_static) in otx2_qos_leaf_del_last()
|
D | qos.h | 74 bool is_static; member
|
/drivers/net/dsa/b53/ |
D | b53_priv.h | 282 u8 is_static:1; member 292 ent->is_static = !!(fwd_entry & ARLTBL_STATIC); in b53_arl_to_entry() 305 if (ent->is_static) in b53_arl_from_entry()
|
D | b53_common.c | 1716 ent.is_static = true; in b53_arl_op() 1806 return cb(ent->mac, ent->vid, ent->is_static, data); in b53_fdb_copy()
|
/drivers/net/dsa/hirschmann/ |
D | hellcreek.c | 792 entry->is_static = !!(meta & HR_FDBMDRD_STATIC); in hellcreek_populate_fdb_entry() 963 ret = cb(entry.mac, 0, entry.is_static, data); in hellcreek_fdb_dump() 1075 .is_static = 1, in hellcreek_setup_fdb() 1086 .is_static = 1, in hellcreek_setup_fdb() 1097 .is_static = 1, in hellcreek_setup_fdb() 1108 .is_static = 1, in hellcreek_setup_fdb() 1119 .is_static = 1, in hellcreek_setup_fdb() 1130 .is_static = 1, in hellcreek_setup_fdb() 1141 .is_static = 1, in hellcreek_setup_fdb()
|
D | hellcreek.h | 270 u8 is_static; member
|
/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_packet_manager_vi.c | 143 struct queue *q, bool is_static) in pm_map_queues_vi() argument 146 bool use_static = is_static; in pm_map_queues_vi()
|
D | kfd_packet_manager_v9.c | 212 struct queue *q, bool is_static) in pm_map_queues_v9() argument 215 bool use_static = is_static; in pm_map_queues_v9()
|
D | kfd_priv.h | 1380 struct queue *q, bool is_static);
|
/drivers/xen/ |
D | evtchn.c | 375 bool is_static) in evtchn_bind_to_user() argument 410 rc = evtchn_make_refcounted(port, is_static); in evtchn_bind_to_user() 415 if (!is_static) in evtchn_bind_to_user()
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_span.h | 79 bool is_static; member
|
D | spectrum_span.c | 160 .is_static = true, 220 .is_static = true, 728 .is_static = true, 1045 if (curr->ops->is_static) in mlxsw_sp_span_respin_work()
|
/drivers/net/dsa/microchip/ |
D | ksz8795.c | 516 alu->is_static = true; in ksz8_r_sta_mac_table() 549 if (alu->is_static) in ksz8_w_sta_mac_table() 1036 alu.is_static = true; in ksz8_add_sta_mac() 1075 alu.is_static = false; in ksz8_del_sta_mac() 1386 alu.is_static = true; in ksz8_enable_stp_addr()
|
D | ksz9477.c | 590 alu->is_static = !!(alu_table[0] & ALU_V_STATIC_VALID); in ksz9477_convert_alu() 649 ret = cb(alu.mac, alu.fid, alu.is_static, data); in ksz9477_fdb_dump()
|
D | ksz_common.h | 293 u8 is_static:1; member
|
/drivers/net/dsa/ |
D | rzn1_a5psw.h | 220 u16 is_static:1; member
|
D | lan9303-core.c | 660 bool is_static; in alr_loop_cb_fdb_port_dump() local 666 is_static = !!(dat1 & LAN9303_ALR_DAT1_STATIC); in alr_loop_cb_fdb_port_dump() 667 return dump_ctx->cb(mac, 0, is_static, dump_ctx->data); in alr_loop_cb_fdb_port_dump()
|
D | rzn1_a5psw.c | 526 lk_data.entry.is_static = 1; in a5psw_port_fdb_add() 631 ret = cb(lk_data.entry.mac, 0, lk_data.entry.is_static, data); in a5psw_port_fdb_dump()
|
/drivers/xen/events/ |
D | events_base.c | 117 bool is_static; /* Is event channel static */ member 963 if (!info->is_static) in __unbind_from_irq() 1580 int evtchn_make_refcounted(evtchn_port_t evtchn, bool is_static) in evtchn_make_refcounted() argument 1590 info->is_static = is_static; in evtchn_make_refcounted()
|
/drivers/net/dsa/qca/ |
D | qca8k-common.c | 842 bool is_static; in qca8k_port_fdb_dump() local 849 is_static = (_fdb.aging == QCA8K_ATU_STATUS_STATIC); in qca8k_port_fdb_dump() 850 ret = cb(_fdb.mac, _fdb.vid, is_static, data); in qca8k_port_fdb_dump()
|
/drivers/net/ethernet/mscc/ |
D | ocelot.c | 1450 bool is_static; in ocelot_fdb_dump() local 1461 is_static = (entry.type == ENTRYTYPE_LOCKED); in ocelot_fdb_dump() 1469 err = cb(entry.mac, entry.vid, is_static, data); in ocelot_fdb_dump()
|
D | ocelot_net.c | 758 bool is_static, void *data) in ocelot_port_fdb_do_dump() argument 781 ndm->ndm_state = is_static ? NUD_NOARP : NUD_REACHABLE; in ocelot_port_fdb_do_dump()
|