Home
last modified time | relevance | path

Searched full:systemport (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dbrcm,systemport.txt1 * Broadcom BCM7xxx Ethernet Systemport Controller (SYSTEMPORT)
5 "brcm,systemport-v1.00"
7 "brcm,systemport"
19 - systemport,num-tier2-arb: number of tier 2 arbiters, an integer
20 - systemport,num-tier1-arb: number of tier 1 arbiters, an integer
21 - systemport,num-txq: number of HW transmit queues, an integer
22 - systemport,num-rxq: number of HW receive queues, an integer
24 the SYSTEMPORT block. The first phandle is the main SYSTEMPORT clock used
31 compatible = "brcm,systemport-v1.00";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dbrcm,systemport.yaml4 $id: http://devicetree.org/schemas/net/brcm,systemport.yaml#
7 title: Broadcom BCM7xxx Ethernet Systemport Controller (SYSTEMPORT)
15 - brcm,systemport-v1.00
17 - brcm,systemport
39 systemport,num-tier2-arb:
44 systemport,num-tier1-arb:
49 systemport,num-txq:
56 systemport,num-rxq:
76 compatible = "brcm,systemport-v1.00";
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
Dbcmsysport.h132 /* SYSTEMPORT Lite groups the TX queues interrupts on instance 0 */
189 /* SYSTEMPORT Lite uses two bits here */
230 /* These offsets are valid for SYSTEMPORT and SYSTEMPORT Lite */
242 /* Only valid on SYSTEMPORT Lite */
425 /* Uses 2 bits on SYSTEMPORT Lite and shifts everything by 1 bit, we
426 * keep the SYSTEMPORT layout here and adjust with tdma_control_bit()
671 SYSTEMPORT = 0, enumerator
Dbcmsysport.c54 /* 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] },
[all …]
DKconfig194 config SYSTEMPORT config
195 tristate "Broadcom SYSTEMPORT internal MAC support"
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
Dbcmsysport.h130 /* SYSTEMPORT Lite groups the TX queues interrupts on instance 0 */
187 /* SYSTEMPORT Lite uses two bits here */
261 /* These offsets are valid for SYSTEMPORT and SYSTEMPORT Lite */
273 /* Only valid on SYSTEMPORT Lite */
455 /* Uses 2 bits on SYSTEMPORT Lite and shifts everything by 1 bit, we
456 * keep the SYSTEMPORT layout here and adjust with tdma_control_bit()
691 SYSTEMPORT = 0, enumerator
DKconfig186 config SYSTEMPORT config
187 tristate "Broadcom SYSTEMPORT internal MAC support"
Dbcmsysport.c53 /* On SYSTEMPORT Lite, any register after RDMA_STATUS has the exact
514 /* For SYSTEMPORT Lite since we have holes in our statistics, j would in bcm_sysport_get_stats()
756 /* Determine how much we should process since last call, SYSTEMPORT Lite in bcm_sysport_desc_rx()
1022 /* SYSTEMPORT Lite groups the producer/consumer index, producer is in bcm_sysport_poll()
1540 /* Adjust the packet size calculations if SYSTEMPORT is responsible in bcm_sysport_init_tx_ring()
1909 /* Set a correct RSB format on SYSTEMPORT Lite */ in rbuf_init()
2344 /* On SYSTEMPORT Lite we have twice as less queues, so we cannot do a in bcm_sysport_map_queues()
2443 [SYSTEMPORT] = {
2456 { .compatible = "brcm,systemport-v1.00",
2457 .data = &bcm_sysport_params[SYSTEMPORT] },
[all …]
/kernel/linux/linux-6.6/
DMAINTAINERS4331 BROADCOM SYSTEMPORT ETHERNET DRIVER
4336 F: Documentation/devicetree/bindings/net/brcm,systemport.yaml
/kernel/linux/linux-5.10/
DMAINTAINERS3715 BROADCOM SYSTEMPORT ETHERNET DRIVER