Home
last modified time | relevance | path

Searched refs:RB_ADDR (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.c1056 sky2_write8(hw, RB_ADDR(q, RB_CTRL), RB_RST_CLR); in sky2_ramset()
1057 sky2_write32(hw, RB_ADDR(q, RB_START), start); in sky2_ramset()
1058 sky2_write32(hw, RB_ADDR(q, RB_END), end); in sky2_ramset()
1059 sky2_write32(hw, RB_ADDR(q, RB_WP), start); in sky2_ramset()
1060 sky2_write32(hw, RB_ADDR(q, RB_RP), start); in sky2_ramset()
1069 sky2_write32(hw, RB_ADDR(q, RB_RX_UTHP), tp); in sky2_ramset()
1070 sky2_write32(hw, RB_ADDR(q, RB_RX_LTHP), space/2); in sky2_ramset()
1073 sky2_write32(hw, RB_ADDR(q, RB_RX_UTPP), tp); in sky2_ramset()
1074 sky2_write32(hw, RB_ADDR(q, RB_RX_LTPP), space/4); in sky2_ramset()
1079 sky2_write8(hw, RB_ADDR(q, RB_CTRL), RB_ENA_STFWD); in sky2_ramset()
[all …]
Dskge.c2496 skge_write8(hw, RB_ADDR(q, RB_CTRL), RB_RST_CLR); in skge_ramset()
2497 skge_write32(hw, RB_ADDR(q, RB_START), start); in skge_ramset()
2498 skge_write32(hw, RB_ADDR(q, RB_WP), start); in skge_ramset()
2499 skge_write32(hw, RB_ADDR(q, RB_RP), start); in skge_ramset()
2500 skge_write32(hw, RB_ADDR(q, RB_END), end); in skge_ramset()
2504 skge_write32(hw, RB_ADDR(q, RB_RX_UTPP), in skge_ramset()
2506 skge_write32(hw, RB_ADDR(q, RB_RX_LTPP), in skge_ramset()
2512 skge_write8(hw, RB_ADDR(q, RB_CTRL), RB_ENA_STFWD); in skge_ramset()
2515 skge_write8(hw, RB_ADDR(q, RB_CTRL), RB_ENA_OP_MD); in skge_ramset()
2649 skge_write32(hw, RB_ADDR(port ? Q_R2 : Q_R1, RB_CTRL), in skge_rx_stop()
[all …]
Dskge.h538 #define RB_ADDR(offs, queue) ((u16)B16_RAM_REGS + (u16)(queue) + (offs)) macro
Dsky2.h824 #define RB_ADDR(offs, queue) ((u16) B16_RAM_REGS + (queue) + (offs)) macro