Lines Matching full:systemport
54 /* On SYSTEMPORT Lite, any register after RDMA_STATUS has the exact
526 /* For SYSTEMPORT Lite since we have holes in our statistics, j would in bcm_sysport_get_stats()
772 /* Determine how much we should process since last call, SYSTEMPORT Lite in bcm_sysport_desc_rx()
1038 /* SYSTEMPORT Lite groups the producer/consumer index, producer is in bcm_sysport_poll()
1557 /* Adjust the packet size calculations if SYSTEMPORT is responsible in bcm_sysport_init_tx_ring()
1926 /* Set a correct RSB format on SYSTEMPORT Lite */ in rbuf_init()
2353 /* On SYSTEMPORT Lite we have twice as less queues, so we cannot do a in bcm_sysport_map_queues()
2454 [SYSTEMPORT] = {
2467 { .compatible = "brcm,systemport-v1.00",
2468 .data = &bcm_sysport_params[SYSTEMPORT] },
2469 { .compatible = "brcm,systemport",
2470 .data = &bcm_sysport_params[SYSTEMPORT] },
2502 if (of_property_read_u32(dn, "systemport,num-txq", &txq)) in bcm_sysport_probe()
2504 if (of_property_read_u32(dn, "systemport,num-rxq", &rxq)) in bcm_sysport_probe()
2640 "Broadcom SYSTEMPORT%s " REV_FMT in bcm_sysport_probe()
2922 .name = "brcm-systemport",
2931 MODULE_ALIAS("platform:brcm-systemport");