Home
last modified time | relevance | path

Searched refs:PORT_BASE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/tools/testing/selftests/net/
Dpsock_fanout.c224 pair_udp_open(fds_udp[0], PORT_BASE); in test_datapath()
225 pair_udp_open(fds_udp[1], PORT_BASE + port_off); in test_datapath()
Dpsock_lib.h34 #define PORT_BASE 8000 macro
Dpsock_tpacket.c241 pair_udp_open(udp_sock, PORT_BASE); in walk_v1_v2_rx()
548 pair_udp_open(udp_sock, PORT_BASE); in walk_v3_rx()
/linux-4.1.27/drivers/scsi/
DNCR53c406a.c184 #ifdef PORT_BASE
185 static int port_base = PORT_BASE;
455 #ifndef PORT_BASE in NCR53c406a_detect()
477 #ifdef PORT_BASE in NCR53c406a_detect()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h55 #define PORT_BASE(idx) (PORT0_BASE + (idx) * PORT_STRIDE) macro
56 #define PORT_REG(idx, reg) (PORT_BASE(idx) + (reg))