Home
last modified time | relevance | path

Searched refs:rap (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/net/
H A Dpcnet.c680 s->rap = 0; in pcnet_s_reset()
1343 switch (rap) { in pcnet_csr_writew()
1442 s->csr[rap] = val; in pcnet_csr_writew()
1448 switch (rap) { in pcnet_csr_readw()
1476 rap &= 127; in pcnet_bcr_writew()
1480 switch (rap) { in pcnet_bcr_writew()
1525 rap &= 127; in pcnet_bcr_readw()
1526 switch (rap) { in pcnet_bcr_readw()
1535 val = rap < 32 ? s->bcr[rap] : 0; in pcnet_bcr_readw()
1600 val = s->rap; in pcnet_ioport_readw()
[all …]
H A Dpcnet.h39 int rap, isr, lnkst; member
63 uint32_t pcnet_bcr_readw(PCNetState *s, uint32_t rap);
H A Di82596.h49 uint32_t i82596_bcr_readw(I82596State *s, uint32_t rap);
/openbmc/linux/drivers/net/ethernet/amd/
H A Da2065.c134 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()
374 ll->rap = LE_CSR0; in lance_tx()
453 ll->rap = LE_CSR0; in lance_interrupt()
466 ll->rap = LE_CSR0; in lance_open()
492 ll->rap = LE_CSR0; in lance_close()
506 ll->rap = LE_CSR0; in lance_reset()
[all …]
H A Ddeclance.c313 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()
741 writereg(&ll->rap, LE_CSR0); in lance_interrupt()
788 writereg(&ll->rap, LE_CSR0); in lance_open()
848 writereg(&ll->rap, LE_CSR0); in lance_close()
877 writereg(&ll->rap, LE_CSR0); in lance_reset()
[all …]
H A Da2065.h42 unsigned short rap; /* Register Address Port */ member
/openbmc/linux/drivers/hid/
H A Dhid-logitech-hidpp.c130 struct rap { struct
141 struct rap rap; argument
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()
482 (report->rap.sub_id == 0x41)); in hidpp_report_is_connect_event()
628 memcpy(params, response.rap.params, 3); in hidpp10_set_register()
808 switch (report->rap.sub_id) { in hidpp10_battery_event()
815 capacity = report->rap.params[0]; in hidpp10_battery_event()
[all …]
/openbmc/linux/net/ipv6/
H A Dipv6_sockglue.c62 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()
/openbmc/linux/net/ipv4/
H A Dip_sockglue.c349 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()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c3707 struct lpfc_vmid_rapp_ident_list *rap; in lpfc_vmid_cmd() local
3765 rap = (struct lpfc_vmid_rapp_ident_list *) in lpfc_vmid_cmd()
3767 rap->no_of_objects = cpu_to_be32(1); in lpfc_vmid_cmd()
3768 rap->obj[0].entity_id_len = vmid->vmid_len; in lpfc_vmid_cmd()
3769 memcpy(rap->obj[0].entity_id, vmid->host_vmid, vmid->vmid_len); in lpfc_vmid_cmd()
3771 struct_size(rap, obj, be32_to_cpu(rap->no_of_objects)); in lpfc_vmid_cmd()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D10_usagi-ipv6.patch745 + char *ap = NULL, *rap, hname[NI_MAXHOST];
858 + rap = (char *)&((struct sockaddr_in *)res->ai_addr)->sin_addr;
866 + rap = (char *)&((struct sockaddr_in6 *)res->ai_addr)->sin6_addr;
871 + if (memcmp(rap, ap, alen) == 0) {