/linux/drivers/pci/hotplug/ |
A D | rpadlpar_core.c | 76 static struct device_node *find_dlpar_node(char *drc_name, int *node_type) in find_dlpar_node() argument 82 *node_type = NODE_TYPE_SLOT; in find_dlpar_node() 88 *node_type = NODE_TYPE_PHB; in find_dlpar_node() 94 *node_type = NODE_TYPE_VIO; in find_dlpar_node() 287 int node_type; in dlpar_add_slot() local 294 dn = find_dlpar_node(drc_name, &node_type); in dlpar_add_slot() 300 switch (node_type) { in dlpar_add_slot() 422 int node_type; in dlpar_remove_slot() local 428 dn = find_dlpar_node(drc_name, &node_type); in dlpar_remove_slot() 434 switch (node_type) { in dlpar_remove_slot()
|
/linux/fs/ubifs/ |
A D | lpt_commit.c | 994 switch (node_type) { in make_node_dirty() 1014 switch (node_type) { in get_lpt_node_len() 1054 int pos = 0, node_type; in get_lpt_node_type() local 1058 return node_type; in get_lpt_node_type() 1072 int pos = 0, node_type, node_len; in is_a_node() local 1078 if (node_type == UBIFS_LPT_NOT_A_NODE) in is_a_node() 1080 node_len = get_lpt_node_len(c, node_type); in is_a_node() 1129 node_len = get_lpt_node_len(c, node_type); in lpt_gc_lnum() 1570 switch (node_type) { in dbg_is_node_dirty() 1641 node_len = get_lpt_node_len(c, node_type); in dbg_check_ltab_lnum() [all …]
|
A D | scan.c | 77 dbg_ntype(ch->node_type), lnum, offs); in ubifs_scan_a_node() 82 if (ch->node_type == UBIFS_PAD_NODE) { in ubifs_scan_a_node() 193 snod->type = ch->node_type; in ubifs_add_snod() 198 switch (ch->node_type) { in ubifs_add_snod()
|
A D | io.c | 245 type = ch->node_type; in ubifs_check_node() 318 ch->node_type = UBIFS_PAD_NODE; in ubifs_pad() 725 dbg_ntype(((struct ubifs_ch *)buf)->node_type), in ubifs_wbuf_write_nolock() 916 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, in ubifs_write_node_hmac() 1009 if (type != ch->node_type) { in ubifs_read_node_wbuf() 1011 ch->node_type, type); in ubifs_read_node_wbuf() 1065 if (type != ch->node_type) { in ubifs_read_node() 1067 ch->node_type, type); in ubifs_read_node()
|
A D | journal.c | 452 ino->ch.node_type = UBIFS_INO_NODE; in pack_inode() 590 dent->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_update() 596 dent->ch.node_type = UBIFS_XENT_NODE; in ubifs_jnl_update() 757 data->ch.node_type = UBIFS_DATA_NODE; in ubifs_jnl_write_data() 1095 dent1->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_xrename() 1111 dent2->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_xrename() 1270 dent->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_rename() 1285 dent2->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_rename() 1539 trun->ch.node_type = UBIFS_TRUN_NODE; in ubifs_jnl_truncate() 1708 xent->ch.node_type = UBIFS_XENT_NODE; in ubifs_jnl_delete_xattr()
|
A D | sb.c | 193 sup->ch.node_type = UBIFS_SB_NODE; in create_default_filesystem() 227 mst->ch.node_type = UBIFS_MST_NODE; in create_default_filesystem() 279 idx->ch.node_type = UBIFS_IDX_NODE; in create_default_filesystem() 293 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem() 320 cs->ch.node_type = UBIFS_CS_NODE; in create_default_filesystem()
|
A D | log.c | 229 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_add_bud_to_log() 373 cs->ch.node_type = UBIFS_CS_NODE; in ubifs_log_start_commit() 403 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_log_start_commit()
|
A D | recovery.c | 150 if (ch->node_type != UBIFS_MST_NODE) in get_master_node() 820 if (cs_node->ch.node_type != UBIFS_CS_NODE) { in get_cs_sqnum() 821 ubifs_err(c, "Not a CS node, type is %d", cs_node->ch.node_type); in get_cs_sqnum()
|
A D | ubifs-media.h | 461 __u8 node_type; member
|
/linux/drivers/net/ethernet/apm/xgene/ |
A D | xgene_enet_cle.c | 55 buf[j++] = SET_VAL(CLE_TYPE, kn->node_type); in xgene_cle_kn_to_hw() 77 buf[j++] = SET_VAL(CLE_DN_TYPE, dn->node_type) | in xgene_cle_dn_to_hw() 199 .node_type = EWDN, 235 .node_type = EWDN, 283 .node_type = EWDN, 368 .node_type = EWDN, 453 .node_type = EWDN, 539 .node_type = EWDN, 807 kn.node_type = KN; in xgene_enet_cle_init()
|
A D | xgene_enet_cle.h | 211 u8 node_type; member 228 u8 node_type; member
|
/linux/drivers/hid/amd-sfh-hid/ |
A D | amd_sfh_client.c | 83 u8 report_id, node_type; in amd_sfh_work() local 91 node_type = req_node->report_type; in amd_sfh_work() 94 if (node_type == HID_FEATURE_REPORT) { in amd_sfh_work() 104 } else if (node_type == HID_INPUT_REPORT) { in amd_sfh_work()
|
/linux/drivers/hwtracing/stm/ |
A D | core.c | 375 const struct config_item_type *node_type; member 414 pe->node_type = get_policy_node_type(pdrv->policy_attr); in stm_register_protocol() 415 if (!pe->node_type) in stm_register_protocol() 443 if (pe->node_type) { in stm_unregister_protocol() 444 kfree(pe->node_type->ct_attrs); in stm_unregister_protocol() 445 kfree(pe->node_type); in stm_unregister_protocol() 468 const struct config_item_type **node_type) in stm_lookup_protocol() argument 477 *node_type = pe->node_type; in stm_lookup_protocol()
|
/linux/drivers/media/test-drivers/vivid/ |
A D | vivid-core.c | 906 unsigned node_type, in vivid_detect_feature_set() argument 963 dev->has_vid_cap = node_type & 0x0001; in vivid_detect_feature_set() 973 dev->has_meta_cap = node_type & 0x20000; in vivid_detect_feature_set() 990 dev->has_vid_out = node_type & 0x0100; in vivid_detect_feature_set() 1000 dev->has_meta_out = node_type & 0x40000; in vivid_detect_feature_set() 1016 dev->has_radio_rx = node_type & 0x0010; in vivid_detect_feature_set() 1019 dev->has_radio_tx = node_type & 0x1000; in vivid_detect_feature_set() 1022 dev->has_sdr_cap = node_type & 0x0020; in vivid_detect_feature_set() 1036 dev->has_fb = node_type & 0x10000; in vivid_detect_feature_set() 1069 dev->has_touch_cap = node_type & 0x80000; in vivid_detect_feature_set() [all …]
|
/linux/kernel/bpf/ |
A D | bpf_lru_list.c | 505 u8 node_type = READ_ONCE(node->type); in bpf_common_lru_push_free() local 508 if (WARN_ON_ONCE(node_type == BPF_LRU_LIST_T_FREE) || in bpf_common_lru_push_free() 509 WARN_ON_ONCE(node_type == BPF_LRU_LOCAL_LIST_T_FREE)) in bpf_common_lru_push_free() 512 if (node_type == BPF_LRU_LOCAL_LIST_T_PENDING) { in bpf_common_lru_push_free()
|
/linux/net/rds/ |
A D | ib.c | 134 if (device->node_type != RDMA_NODE_IB_CA) in rds_ib_add_one() 479 cm_id->device->node_type != RDMA_NODE_IB_CA) in rds_ib_laddr_check() 484 cm_id->device ? cm_id->device->node_type : -1); in rds_ib_laddr_check()
|
A D | rdma_transport.c | 63 if (cm_id->device->node_type == RDMA_NODE_IB_CA) in rds_rdma_cm_event_handler_cmn()
|
/linux/include/rdma/ |
A D | opa_smi.h | 79 u8 node_type; member
|
A D | ib_smi.h | 98 u8 node_type; member
|
/linux/drivers/infiniband/hw/irdma/ |
A D | ws.c | 21 enum irdma_ws_node_type node_type, in irdma_alloc_node() argument 45 if (node_type == WS_NODE_TYPE_LEAF) { in irdma_alloc_node()
|
/linux/tools/testing/selftests/kvm/lib/ |
A D | sparsebit.c | 875 char *node_type; in dump_nodes() local 879 node_type = "root"; in dump_nodes() 881 node_type = "left"; in dump_nodes() 884 node_type = "right"; in dump_nodes() 886 fprintf(stream, "%*s---- %s nodep: %p\n", indent, "", node_type, nodep); in dump_nodes()
|
/linux/drivers/infiniband/core/ |
A D | sysfs.c | 1289 static const char *node_type_string(int node_type) in node_type_string() argument 1291 switch (node_type) { in node_type_string() 1315 return sysfs_emit(buf, "%u: %s\n", dev->node_type, in node_type_show() 1316 node_type_string(dev->node_type)); in node_type_show() 1318 static DEVICE_ATTR_RO(node_type);
|
A D | verbs.c | 214 rdma_node_get_transport(unsigned int node_type) in rdma_node_get_transport() argument 217 if (node_type == RDMA_NODE_USNIC) in rdma_node_get_transport() 219 if (node_type == RDMA_NODE_USNIC_UDP) in rdma_node_get_transport() 221 if (node_type == RDMA_NODE_RNIC) in rdma_node_get_transport() 223 if (node_type == RDMA_NODE_UNSPECIFIED) in rdma_node_get_transport() 237 lt = rdma_node_get_transport(device->node_type); in rdma_port_get_link_layer()
|
/linux/fs/dlm/ |
A D | config.c | 380 static const struct config_item_type node_type = { variable 566 config_item_init_type_name(&nd->item, name, &node_type); in make_node()
|
/linux/drivers/infiniband/hw/ocrdma/ |
A D | ocrdma_main.c | 211 dev->ibdev.node_type = RDMA_NODE_IB_CA; in ocrdma_register_device()
|