Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/
H A Dbcm_sf2.c181 for (i = 0; i < SF2_NUM_EGRESS_QUEUES; i++) in bcm_sf2_imp_setup()
307 for (i = 0; i < SF2_NUM_EGRESS_QUEUES; i++) in bcm_sf2_port_setup()
337 for (i = 0; i < SF2_NUM_EGRESS_QUEUES; i++) { in bcm_sf2_port_setup()
339 SF2_NUM_EGRESS_QUEUES + i)); in bcm_sf2_port_setup()
343 SF2_NUM_EGRESS_QUEUES + i)); in bcm_sf2_port_setup()
1424 ds->num_tx_queues = SF2_NUM_EGRESS_QUEUES; in bcm_sf2_sw_probe()
H A Dbcm_sf2_regs.h494 #define SF2_NUM_EGRESS_QUEUES 8 macro