Searched refs:port_offset (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-spi4000.c | 274 int port_offset = port << 7; in __cvmx_spi4000_configure_mac() local 281 __cvmx_spi4000_write(interface, port_offset | 0x0010, 0x3); in __cvmx_spi4000_configure_mac() 284 __cvmx_spi4000_write(interface, port_offset | 0x000f, 0x3fff); in __cvmx_spi4000_configure_mac() 302 __cvmx_spi4000_write(interface, port_offset | 0x0000, 0x0000); in __cvmx_spi4000_configure_mac() 304 __cvmx_spi4000_write(interface, port_offset | 0x0001, 0x0000); in __cvmx_spi4000_configure_mac() 318 __cvmx_spi4000_write(interface, port_offset | 0x0012, 0); in __cvmx_spi4000_configure_mac() 320 __cvmx_spi4000_write(interface, port_offset | 0x0012, 0x7); in __cvmx_spi4000_configure_mac() 323 __cvmx_spi4000_write(interface, port_offset | 0x0015, 0x1); in __cvmx_spi4000_configure_mac() 326 __cvmx_spi4000_write(interface, port_offset | 0x0018, 0x11cd); //?? in __cvmx_spi4000_configure_mac() 329 __cvmx_spi4000_write(interface, port_offset | 0x0019, 0x00); in __cvmx_spi4000_configure_mac()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_ops.c | 138 static rte_atomic16_t port_offset = RTE_ATOMIC16_INIT(-1); in otx2_cpt_qp_inline_cfg() local 143 port_id = rte_atomic16_add_return(&port_offset, 1) % nb_ethport; in otx2_cpt_qp_inline_cfg()
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_enumerate.c | 610 port.port_offset); in parse_ports_from_fme()
|
| H A D | ifpga_defines.h | 187 u32 port_offset:24; member
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_dev.c | 3110 int port_offset = port ? 0x800 : 0; in ecore_link_init_bb() local 3135 ecore_wr(p_hwfn, p_ptt, XMAC_REG_MODE_BB + port_offset, 0x20); in ecore_link_init_bb() 3138 ecore_wr(p_hwfn, p_ptt, XMAC_REG_RX_MAX_SIZE_BB + port_offset, 0x2710); in ecore_link_init_bb() 3141 ecore_wr(p_hwfn, p_ptt, XMAC_REG_TX_CTRL_LO_BB + port_offset, 0xC800); in ecore_link_init_bb() 3144 ecore_wr(p_hwfn, p_ptt, XMAC_REG_CTRL_BB + port_offset, in ecore_link_init_bb() 3147 XMAC_REG_RX_CTRL_BB + port_offset); in ecore_link_init_bb() 3149 ecore_wr(p_hwfn, p_ptt, XMAC_REG_RX_CTRL_BB + port_offset, xmac_rxctrl); in ecore_link_init_bb()
|