Searched refs:rap (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | a2065.c | 137 ll->rap = LE_CSR1; in load_csrs() 139 ll->rap = LE_CSR2; in load_csrs() 141 ll->rap = LE_CSR3; in load_csrs() 145 ll->rap = LE_CSR0; in load_csrs() 226 ll->rap = LE_CSR0; in init_restart_lance() 360 ll->rap = LE_CSR0; in lance_tx() 377 ll->rap = LE_CSR0; in lance_tx() 420 ll->rap = LE_CSR0; /* LANCE Controller Status */ in lance_interrupt() 456 ll->rap = LE_CSR0; in lance_interrupt() 469 ll->rap = LE_CSR0; in lance_open() [all …]
|
D | declance.c | 286 volatile unsigned short rap; /* register address port */ member 311 writereg(&ll->rap, LE_CSR1); in load_csrs() 313 writereg(&ll->rap, LE_CSR2); in load_csrs() 315 writereg(&ll->rap, LE_CSR3); in load_csrs() 319 writereg(&ll->rap, LE_CSR0); in load_csrs() 530 writereg(&ll->rap, LE_CSR0); in init_restart_lance() 673 writereg(&ll->rap, LE_CSR0); in lance_tx() 689 writereg(&ll->rap, LE_CSR0); in lance_tx() 739 writereg(&ll->rap, LE_CSR0); in lance_interrupt() 786 writereg(&ll->rap, LE_CSR0); in lance_open() [all …]
|
D | a2065.h | 42 unsigned short rap; /* Register Address Port */ member
|
/linux-4.4.14/drivers/hid/ |
D | hid-logitech-hidpp.c | 87 struct rap { struct 98 struct rap rap; argument 214 response->rap.sub_id == HIDPP_ERROR) { in hidpp_send_message_sync() 215 ret = response->rap.params[1]; in hidpp_send_message_sync() 267 if (param_count > sizeof(message->rap.params)) in hidpp_send_rap_command_sync() 274 message->rap.sub_id = sub_id; in hidpp_send_rap_command_sync() 275 message->rap.reg_address = reg_address; in hidpp_send_rap_command_sync() 276 memcpy(&message->rap.params, params, param_count); in hidpp_send_rap_command_sync() 300 return ((answer->rap.sub_id == HIDPP_ERROR) || in hidpp_match_error() 309 (report->rap.sub_id == 0x41); in hidpp_report_is_connect_event() [all …]
|
/linux-4.4.14/net/ipv6/ |
D | ipv6_sockglue.c | 63 struct ip6_ra_chain *ra, *new_ra, **rap; in ip6_ra_control() local 72 for (rap = &ip6_ra_chain; (ra = *rap) != NULL; rap = &ra->next) { in ip6_ra_control() 80 *rap = ra->next; in ip6_ra_control() 95 *rap = new_ra; in ip6_ra_control()
|
/linux-4.4.14/fs/nfsd/ |
D | vfs.c | 729 struct raparms *ra, **rap, **frap = NULL; in nfsd_init_raparms() local 738 for (rap = &rab->pb_head; (ra = *rap); rap = &ra->p_next) { in nfsd_init_raparms() 743 frap = rap; in nfsd_init_raparms() 750 rap = frap; in nfsd_init_raparms() 757 if (rap != &rab->pb_head) { in nfsd_init_raparms() 758 *rap = ra->p_next; in nfsd_init_raparms()
|
/linux-4.4.14/net/ipv4/ |
D | ip_sockglue.c | 321 struct ip_ra_chain __rcu **rap; in ip_ra_control() local 329 for (rap = &ip_ra_chain; in ip_ra_control() 330 (ra = rcu_dereference_protected(*rap, in ip_ra_control() 332 rap = &ra->next) { in ip_ra_control() 341 RCU_INIT_POINTER(*rap, ra->next); in ip_ra_control() 364 rcu_assign_pointer(*rap, new_ra); in ip_ra_control()
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | tlb_uv.c | 362 struct reset_args *rap = (struct reset_args *)ptr; in do_reset() local 379 (msg->sending_cpu == rap->sender) && in do_reset()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 300 rap=N Number of in-progress read_or_alloc_page() cache ops
|