| /linux/drivers/net/dsa/b53/ |
| H A D | b53_priv.h | 328 u8 is_static:1; member 338 ent->is_static = !!(fwd_entry & ARLTBL_STATIC); in b53_arl_to_entry() 349 ent->is_static = !!(mac_vid & ARLTBL_STATIC_25); in b53_arl_to_entry_25() 365 ent->is_static = !!(fwd_entry & ARLTBL_STATIC_89); in b53_arl_to_entry_89() 378 if (ent->is_static) in b53_arl_from_entry() 395 if (ent->is_static) in b53_arl_from_entry_25() 410 if (ent->is_static) in b53_arl_from_entry_89() 422 ent->is_static = !!(mac_vid & ARLTBL_STATIC_25); in b53_arl_search_to_entry_25() 445 ent->is_static = !!(fwd_entry & ARL_SRST_STATIC_63XX); in b53_arl_search_to_entry_63xx()
|
| /linux/arch/arm/kernel/ |
| H A D | jump_label.c | 9 bool is_static) in __arch_jump_label_transform() argument 19 if (is_static) in __arch_jump_label_transform()
|
| /linux/include/linux/ |
| H A D | srcutree.h | 214 # define __DEFINE_SRCU(name, fast, is_static) \ argument 216 is_static struct srcu_struct name = __SRCU_STRUCT_INIT_MODULE(name, name##_srcu_usage, \ 222 # define __DEFINE_SRCU(name, fast, is_static) \ argument 225 is_static struct srcu_struct name = \
|
| H A D | percpu-rwsem.h | 30 #define __DEFINE_PERCPU_RWSEM(name, is_static) \ argument 32 is_static struct percpu_rw_semaphore name = { \
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | mod_hdr.h | 17 bool is_static; member 27 .is_static = true, \
|
| H A 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()
|
| /linux/drivers/dax/ |
| H A D | bus.c | 176 static bool is_static(struct dax_region *dax_region) in is_static() function 183 return is_static(dev_dax->region); in static_dev_dax() 219 if (rc || is_static(dax_region)) in dax_bus_probe() 333 if (is_static(dax_region)) in seed_show() 354 if (is_static(dax_region)) in create_show() 377 if (is_static(dax_region)) in create_store() 544 if (is_static(dax_region)) in delete_store() 593 if (is_static(dax_region)) in dax_region_visible() 1374 if (a == &dev_attr_mapping.attr && is_static(dax_region)) in dev_dax_visible() 1377 a == &dev_attr_size.attr) && is_static(dax_region)) in dev_dax_visible() [all …]
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | qos.c | 106 if (node->is_static) { in otx2_config_sched_shaping() 446 tmp_node->is_static) in otx2_qos_add_child_node() 478 txschq_node->is_static = true; in otx2_qos_alloc_txschq_node() 524 node->is_static = static_cfg; in otx2_qos_sw_create_leaf_node() 766 if (tmp->is_static && tmp->prio == idx && in __otx2_qos_assign_base_idx_tl() 771 } else if (!tmp->is_static && idx >= tmp->prio && in __otx2_qos_assign_base_idx_tl() 803 if (!tmp->is_static) in otx2_qos_assign_base_idx_tl() 1210 node->is_static = false; in is_qos_node_dwrr() 1552 if (!node->is_static) in otx2_qos_leaf_del() 1638 if (!node->is_static) in otx2_qos_leaf_del_last()
|
| H A D | qos.h | 74 bool is_static; member
|
| /linux/drivers/net/dsa/hirschmann/ |
| H A D | hellcreek.c | 788 entry->is_static = !!(meta & HR_FDBMDRD_STATIC); in hellcreek_populate_fdb_entry() 959 ret = cb(entry.mac, 0, entry.is_static, data); in hellcreek_fdb_dump() 1071 .is_static = 1, in hellcreek_setup_fdb() 1082 .is_static = 1, in hellcreek_setup_fdb() 1093 .is_static = 1, in hellcreek_setup_fdb() 1104 .is_static = 1, in hellcreek_setup_fdb() 1115 .is_static = 1, in hellcreek_setup_fdb() 1126 .is_static = 1, in hellcreek_setup_fdb() 1137 .is_static = 1, in hellcreek_setup_fdb()
|
| H A D | hellcreek.h | 272 u8 is_static; member
|
| /linux/drivers/net/ethernet/ti/icssm/ |
| H A D | icssm_prueth_fdb_tbl.h | 29 u8 is_static:1; member
|
| H A D | icssm_prueth_switch.c | 527 const u8 *mac, u8 is_static) in icssm_prueth_sw_insert_fdb_entry() argument 602 if (is_static) in icssm_prueth_sw_insert_fdb_entry() 628 const u8 *mac, u8 is_static) in icssm_prueth_sw_delete_fdb_entry() argument
|
| /linux/drivers/xen/ |
| H A 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()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_span.h | 79 bool is_static; member
|
| H A D | spectrum_span.c | 160 .is_static = true, 220 .is_static = true, 729 .is_static = true, 1046 if (curr->ops->is_static) in mlxsw_sp_span_respin_work()
|
| /linux/kernel/rcu/ |
| H A D | srcutree.c | 204 static int init_srcu_struct_fields(struct srcu_struct *ssp, bool is_static) in init_srcu_struct_fields() argument 206 if (!is_static) in init_srcu_struct_fields() 210 if (!is_static) in init_srcu_struct_fields() 222 ssp->srcu_sup->sda_is_static = is_static; in init_srcu_struct_fields() 223 if (!is_static) { in init_srcu_struct_fields() 246 if (!is_static) { in init_srcu_struct_fields() 251 if (!is_static) { in init_srcu_struct_fields()
|
| /linux/include/xen/ |
| H A D | events.h | 72 int evtchn_make_refcounted(evtchn_port_t evtchn, bool is_static);
|
| /linux/arch/powerpc/include/asm/ |
| H A D | fadump-internal.h | 94 bool is_static; member
|
| /linux/drivers/net/dsa/ |
| H A D | rzn1_a5psw.h | 220 u16 is_static:1; member
|
| H A D | lan9303-core.c | 661 bool is_static; in alr_loop_cb_fdb_port_dump() local 667 is_static = !!(dat1 & LAN9303_ALR_DAT1_STATIC); in alr_loop_cb_fdb_port_dump() 668 return dump_ctx->cb(mac, 0, is_static, dump_ctx->data); in alr_loop_cb_fdb_port_dump()
|
| /linux/drivers/xen/events/ |
| H A D | events_base.c | 117 bool is_static; /* Is event channel static */ member 972 if (!info->is_static) in __unbind_from_irq() 1578 int evtchn_make_refcounted(evtchn_port_t evtchn, bool is_static) in evtchn_make_refcounted() argument 1588 info->is_static = is_static; in evtchn_make_refcounted()
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz8.c | 643 alu->is_static = true; in ksz8_r_sta_mac_table() 676 if (alu->is_static) in ksz8_w_sta_mac_table() 1390 alu.is_static = true; in ksz8_add_sta_mac() 1429 alu.is_static = false; in ksz8_del_sta_mac() 1928 alu.is_static = true; in ksz8_enable_stp_addr()
|
| /linux/drivers/net/dsa/qca/ |
| H A D | qca8k-common.c | 854 bool is_static; in qca8k_port_fdb_dump() local 861 is_static = (_fdb.aging == QCA8K_ATU_STATUS_STATIC); in qca8k_port_fdb_dump() 862 ret = cb(_fdb.mac, _fdb.vid, is_static, data); in qca8k_port_fdb_dump()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | strobemeta.h | 252 bool is_static; member
|