Searched refs:dna (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | of_device_32.c | 283 int dna, dns; in build_device_resources() local 297 dna = na; in build_device_resources() 305 result = of_read_addr(addr, dna); in build_device_resources() 313 dna, dns, pna)) in build_device_resources() 318 dna = pna; in build_device_resources()
|
H A D | of_device_64.c | 361 int dna, dns; in build_device_resources() local 374 dna = na; in build_device_resources() 382 result = of_read_addr(addr, dna); in build_device_resources() 390 dna, dns, pna)) in build_device_resources() 395 dna = pna; in build_device_resources()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | of_device_32.c | 283 int dna, dns; in build_device_resources() local 297 dna = na; in build_device_resources() 305 result = of_read_addr(addr, dna); in build_device_resources() 313 dna, dns, pna)) in build_device_resources() 318 dna = pna; in build_device_resources()
|
H A D | of_device_64.c | 361 int dna, dns; in build_device_resources() local 374 dna = na; in build_device_resources() 382 result = of_read_addr(addr, dna); in build_device_resources() 390 dna, dns, pna)) in build_device_resources() 395 dna = pna; in build_device_resources()
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | smt.c | 64 static void smt_echo_test(struct s_smc *smc, int dna); 375 * our dna in smt_event() 975 static void smt_echo_test(struct s_smc *smc, int dna) in smt_echo_test() argument 979 smc->sm.pend[dna ? SMT_TID_ECF_DNA : SMT_TID_ECF_UNA] = in smt_echo_test() 981 smt_send_ecf(smc, dna ? in smt_echo_test()
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | smt.c | 64 static void smt_echo_test(struct s_smc *smc, int dna); 375 * our dna in smt_event() 975 static void smt_echo_test(struct s_smc *smc, int dna) in smt_echo_test() argument 979 smc->sm.pend[dna ? SMT_TID_ECF_DNA : SMT_TID_ECF_UNA] = in smt_echo_test() 981 smt_send_ecf(smc, dna ? in smt_echo_test()
|
/kernel/linux/linux-5.10/drivers/net/fddi/ |
H A D | defza.h | 562 u32 dna[2]; /* downstream neighbour address */ member
|
H A D | defxx.h | 697 PI_LAN_ADDR dna; member
|
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defza.h | 562 u32 dna[2]; /* downstream neighbour address */ member
|
H A D | defxx.h | 698 PI_LAN_ADDR dna; member
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm-cmn.c | 1271 const struct arm_cmn_node *dna = a, *dnb = b; in arm_cmn_node_cmp() local 1274 cmp = dna->type - dnb->type; in arm_cmn_node_cmp() 1276 cmp = dna->logid - dnb->logid; in arm_cmn_node_cmp()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | arm-cmn.c | 2064 const struct arm_cmn_node *dna = a, *dnb = b; in arm_cmn_node_cmp() local 2067 cmp = dna->type - dnb->type; in arm_cmn_node_cmp() 2069 cmp = dna->logid - dnb->logid; in arm_cmn_node_cmp()
|
Completed in 43 milliseconds