Home
last modified time | relevance | path

Searched refs:RSWITCH_NUM_PORTS (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/renesas/
A Drswitch.c108 for (i = 0; i < RSWITCH_NUM_PORTS; i++) { in rswitch_fwd_init()
113 for (i = 0; i < RSWITCH_NUM_PORTS; i++) { in rswitch_fwd_init()
654 for (i = 0; i < RSWITCH_NUM_PORTS; i++) { in rswitch_gwca_hw_init()
1409 i = RSWITCH_NUM_PORTS; in rswitch_ether_port_init_all()
1422 for (i = 0; i < RSWITCH_NUM_PORTS; i++) { in rswitch_ether_port_deinit_all()
1674 if (index >= RSWITCH_NUM_PORTS) in rswitch_device_alloc()
1753 for (i = 0; i < RSWITCH_NUM_PORTS; i++) in rswitch_init()
1757 for (i = 0; i < RSWITCH_NUM_PORTS; i++) in rswitch_init()
1779 for (i = 0; i < RSWITCH_NUM_PORTS; i++) { in rswitch_init()
1838 for (i = 0; i < RSWITCH_NUM_PORTS; i++) in rswitch_init()
[all …]
A Drswitch.h15 #define RSWITCH_NUM_PORTS 3 macro
17 for (i = 0; i < RSWITCH_NUM_PORTS; i++) \
30 #define TS_RING_SIZE (TX_RING_SIZE * RSWITCH_NUM_PORTS)
1000 struct rswitch_device *rdev[RSWITCH_NUM_PORTS];
1003 struct rswitch_etha etha[RSWITCH_NUM_PORTS];

Completed in 13 milliseconds