Searched refs:rap (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/amd/ |
D | a2065.c | 134 ll->rap = LE_CSR1; in load_csrs() 136 ll->rap = LE_CSR2; in load_csrs() 138 ll->rap = LE_CSR3; in load_csrs() 142 ll->rap = LE_CSR0; in load_csrs() 223 ll->rap = LE_CSR0; in init_restart_lance() 357 ll->rap = LE_CSR0; in lance_tx() 374 ll->rap = LE_CSR0; in lance_tx() 417 ll->rap = LE_CSR0; /* LANCE Controller Status */ in lance_interrupt() 453 ll->rap = LE_CSR0; in lance_interrupt() 466 ll->rap = LE_CSR0; in lance_open() [all …]
|
D | declance.c | 288 volatile unsigned short rap; /* register address port */ member 313 writereg(&ll->rap, LE_CSR1); in load_csrs() 315 writereg(&ll->rap, LE_CSR2); in load_csrs() 317 writereg(&ll->rap, LE_CSR3); in load_csrs() 321 writereg(&ll->rap, LE_CSR0); in load_csrs() 532 writereg(&ll->rap, LE_CSR0); in init_restart_lance() 675 writereg(&ll->rap, LE_CSR0); in lance_tx() 691 writereg(&ll->rap, LE_CSR0); in lance_tx() 741 writereg(&ll->rap, LE_CSR0); in lance_interrupt() 788 writereg(&ll->rap, LE_CSR0); in lance_open() [all …]
|
D | a2065.h | 42 unsigned short rap; /* Register Address Port */ member
|
/linux-6.6.21/drivers/hid/ |
D | hid-logitech-hidpp.c | 130 struct rap { struct 141 struct rap rap; member 319 response->rap.sub_id == HIDPP_ERROR) { in __do_hidpp_send_message_sync() 320 ret = response->rap.params[1]; in __do_hidpp_send_message_sync() 444 message->rap.sub_id = sub_id; in hidpp_send_rap_command_sync() 445 message->rap.reg_address = reg_address; in hidpp_send_rap_command_sync() 446 memcpy(&message->rap.params, params, param_count); in hidpp_send_rap_command_sync() 470 return ((answer->rap.sub_id == HIDPP_ERROR) || in hidpp_match_error() 482 (report->rap.sub_id == 0x41)); in hidpp_report_is_connect_event() 628 memcpy(params, response.rap.params, 3); in hidpp10_set_register() [all …]
|
/linux-6.6.21/net/ipv6/ |
D | ipv6_sockglue.c | 62 struct ip6_ra_chain *ra, *new_ra, **rap; in ip6_ra_control() local 73 for (rap = &ip6_ra_chain; (ra = *rap) != NULL; rap = &ra->next) { in ip6_ra_control() 81 *rap = ra->next; in ip6_ra_control() 96 *rap = new_ra; in ip6_ra_control()
|
/linux-6.6.21/net/ipv4/ |
D | ip_sockglue.c | 349 struct ip_ra_chain __rcu **rap; in ip_ra_control() local 360 for (rap = &net->ipv4.ra_chain; in ip_ra_control() 361 (ra = rcu_dereference_protected(*rap, in ip_ra_control() 363 rap = &ra->next) { in ip_ra_control() 372 RCU_INIT_POINTER(*rap, ra->next); in ip_ra_control() 395 rcu_assign_pointer(*rap, new_ra); in ip_ra_control()
|
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 3695 struct lpfc_vmid_rapp_ident_list *rap; in lpfc_vmid_cmd() local 3753 rap = (struct lpfc_vmid_rapp_ident_list *) in lpfc_vmid_cmd() 3755 rap->no_of_objects = cpu_to_be32(1); in lpfc_vmid_cmd() 3756 rap->obj[0].entity_id_len = vmid->vmid_len; in lpfc_vmid_cmd() 3757 memcpy(rap->obj[0].entity_id, vmid->host_vmid, vmid->vmid_len); in lpfc_vmid_cmd() 3759 struct_size(rap, obj, be32_to_cpu(rap->no_of_objects)); in lpfc_vmid_cmd()
|