Home
last modified time | relevance | path

Searched refs:test_port (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/ata/pata_parport/
Dpata_parport.h68 int (*test_port)(struct pi_adapter *pi); member
Don26.c308 .test_port = on26_test_port,
Dpata_parport.c431 if (pi->proto->test_port) { in pi_probe_unit()
433 max = pi->proto->test_port(pi); in pi_probe_unit()
Dbpck.c498 .test_port = bpck_test_port,
Dbpck6.c455 .test_port = bpck6_test_port,
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/
Dsetsockopt-closed.c9 static int test_port = 7788; variable
14 tcp_addr_to_sockaddr_in(&addr, &this_ip_addr, htons(test_port++)); in make_listen()