Searched refs:a_port (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/afs/ |
H A D | addr_list.c | 286 u16 a_port = ntohs(a->sin_port); in afs_merge_fs_addr4() local 288 if (addr == a_addr && port == a_port) in afs_merge_fs_addr4() 290 if (addr == a_addr && port < a_port) in afs_merge_fs_addr4() 325 u16 a_port = ntohs(a->sin6_port); in afs_merge_fs_addr6() local 328 if (diff == 0 && port == a_port) in afs_merge_fs_addr6() 330 if (diff == 0 && port < a_port) in afs_merge_fs_addr6()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | addr_list.c | 286 u16 a_port = ntohs(a->sin_port); in afs_merge_fs_addr4() local 288 if (addr == a_addr && port == a_port) in afs_merge_fs_addr4() 290 if (addr == a_addr && port < a_port) in afs_merge_fs_addr4() 325 u16 a_port = ntohs(a->sin6_port); in afs_merge_fs_addr6() local 328 if (diff == 0 && port == a_port) in afs_merge_fs_addr6() 330 if (diff == 0 && port < a_port) in afs_merge_fs_addr6()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | core_titan.c | 216 port = &pachip->a_port; in titan_pci_tbi() 221 and a_port, respectively, so the g_port offset can be used in titan_pci_tbi() 222 even if hose is an a_port */ in titan_pci_tbi() 364 titan_init_one_pachip_port(&pachip0->a_port, 2); /* hose 2 */ in titan_init_pachips() 366 titan_init_one_pachip_port(&pachip1->a_port, 3);/* hose 3 */ 432 titan_kill_one_pachip_port(&pachip1->a_port, 3); in titan_kill_pachips() 435 titan_kill_one_pachip_port(&pachip0->a_port, 2); 747 port = &TITAN_pachip0->a_port; in titan_agp_info() 752 titan_query_agp(port = &TITAN_pachip1->a_port)) in titan_agp_info()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | core_titan.c | 216 port = &pachip->a_port; in titan_pci_tbi() 221 and a_port, respectively, so the g_port offset can be used in titan_pci_tbi() 222 even if hose is an a_port */ in titan_pci_tbi() 364 titan_init_one_pachip_port(&pachip0->a_port, 2); /* hose 2 */ in titan_init_pachips() 366 titan_init_one_pachip_port(&pachip1->a_port, 3);/* hose 3 */ 432 titan_kill_one_pachip_port(&pachip1->a_port, 3); in titan_kill_pachips() 435 titan_kill_one_pachip_port(&pachip0->a_port, 2); 747 port = &TITAN_pachip0->a_port; in titan_agp_info() 752 titan_query_agp(port = &TITAN_pachip1->a_port)) in titan_agp_info()
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_titan.h | 124 titan_pachip_port a_port; member
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | core_titan.h | 124 titan_pachip_port a_port; member
|
Completed in 6 milliseconds