Searched refs:pknd (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pip.h | 301 int interface, index, pknd; in cvmx_pip_config_port() local 305 pknd = cvmx_helper_get_pknd(interface, index); in cvmx_pip_config_port() 307 port_num = pknd; /* overload port_num with pknd */ in cvmx_pip_config_port() 394 int pknd = cvmx_helper_get_pknd(interface, index); in cvmx_pip_get_port_status() local 398 stat0.u64 = cvmx_read_csr(CVMX_PIP_STAT0_X(pknd)); in cvmx_pip_get_port_status() 399 stat1.u64 = cvmx_read_csr(CVMX_PIP_STAT1_X(pknd)); in cvmx_pip_get_port_status() 400 stat2.u64 = cvmx_read_csr(CVMX_PIP_STAT2_X(pknd)); in cvmx_pip_get_port_status() 401 stat3.u64 = cvmx_read_csr(CVMX_PIP_STAT3_X(pknd)); in cvmx_pip_get_port_status() 402 stat4.u64 = cvmx_read_csr(CVMX_PIP_STAT4_X(pknd)); in cvmx_pip_get_port_status() 403 stat5.u64 = cvmx_read_csr(CVMX_PIP_STAT5_X(pknd)); in cvmx_pip_get_port_status() [all …]
|
| H A D | cvmx-higig.h | 330 int i, pknd; in cvmx_higig_initialize() local 335 pknd = cvmx_helper_get_pknd(interface, 0); in cvmx_higig_initialize() 337 pknd = interface*16; in cvmx_higig_initialize() 338 pip_prt_cfg.u64 = cvmx_read_csr(CVMX_PIP_PRT_CFGX(pknd)); in cvmx_higig_initialize() 343 cvmx_write_csr(CVMX_PIP_PRT_CFGX(pknd), pip_prt_cfg.u64); in cvmx_higig_initialize()
|
| H A D | cvmx-helper.c | 459 int interface, index, pknd; in __cvmx_helper_port_setup_ipd() local 464 pknd = cvmx_helper_get_pknd(interface, index); in __cvmx_helper_port_setup_ipd() 467 tag_config.u64 = cvmx_read_csr(CVMX_PIP_PRT_TAGX(pknd)); in __cvmx_helper_port_setup_ipd() 469 port_config.s.qos = pknd & 0x7; in __cvmx_helper_port_setup_ipd() 472 prt_cfgbx.u64 = cvmx_read_csr(CVMX_PIP_PRT_CFGBX(pknd)); in __cvmx_helper_port_setup_ipd() 473 prt_cfgbx.s.bpid = pknd; in __cvmx_helper_port_setup_ipd() 474 cvmx_write_csr(CVMX_PIP_PRT_CFGBX(pknd), prt_cfgbx.u64); in __cvmx_helper_port_setup_ipd() 527 int pknd; in cvmx_helper_fcs_op() local 545 for (pknd = 0; pknd < 64; pknd++) in cvmx_helper_fcs_op() 547 if ((1ull << pknd) & port_bit) in cvmx_helper_fcs_op() [all …]
|
| H A D | cvmx-helper-cfg.c | 633 int pknd, bpid, pko_port_base; in __cvmx_helper_cfg_init() local 656 pknd = 0; in __cvmx_helper_cfg_init() 674 pknd++, in __cvmx_helper_cfg_init() 683 cvmx_helper_cfg_assert(pknd <= CVMX_HELPER_CFG_MAX_PIP_PKND); in __cvmx_helper_cfg_init()
|
| H A D | cvmx-ilk.h | 88 unsigned int pknd; member
|
| H A D | cvmx-helper-ilk.c | 189 tmp1->pknd = i++; in __cvmx_helper_ilk_probe() 225 tmp2->pipe_bpid = tmp1->pknd; in __cvmx_helper_ilk_probe()
|
| H A D | cvmx-helper-xaui.c | 315 gmxx_prtx_cfg.s.pknd = cvmx_helper_get_pknd(interface, 0); in __cvmx_helper_xaui_enable()
|
| H A D | cvmx-wqe.h | 459 uint64_t pknd:6; /* 0..5 */ member
|
| H A D | cvmx-helper-sgmii.c | 499 gmxx_prtx_cfg.s.pknd = cvmx_helper_get_pknd(interface, index); in __cvmx_helper_sgmii_enable()
|
| H A D | cvmx-ilk.c | 339 cvmx_write_csr (CVMX_ILK_RXF_MEM_PMAP, chpknd->pknd); in cvmx_ilk_rx_set_pknd()
|
| H A D | cvmx-gmxx-defs.h | 4144 uint64_t pknd : 6; /**< Port Kind used for processing the packet by PKI */ member 4189 uint64_t pknd : 6;
|
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pki_var.h | 30 uint64_t pknd : 6; member 107 uint64_t pknd : 6;
|