Searched refs:pkind (Results 1 – 10 of 10) sorted by relevance
329 uint64_t pkind:6; member340 uint64_t pkind:6;512 uint64_t pkind:8; member544 uint64_t pkind:8;632 uint64_t pkind:6; member644 uint64_t pkind:6;
159 ih3->pkind = oct->instr_queue[setup->s.iq_no]->txpciq.s.pkind; in lio_prepare_pci_cmd_o3()
478 txpciq.s.pkind = oct->pfvf_hsword.pkind; in lio_setup_instr_queue0()810 oct->pfvf_hsword.pkind = recv_pkt->rh.r_core_drv_init.pkind; in lio_core_drv_init()813 oct->instr_queue[i]->txpciq.s.pkind = oct->pfvf_hsword.pkind; in lio_core_drv_init()
311 uint64_t pkind:8; member340 uint64_t pkind:8;
649 ih3->pkind = oct->instr_queue[sc->iq_no]->txpciq.s.pkind; in lio_prepare_soft_command()
95 struct pkind_cfg pkind; member554 if (new_frs <= nic->pkind.maxlen) in nic_update_hw_frs()557 nic->pkind.maxlen = new_frs; in nic_update_hw_frs()558 nic_reg_write(nic, NIC_PF_PKIND_0_15_CFG, *(uint64_t *)&nic->pkind); in nic_update_hw_frs()661 nic->pkind.minlen = 0; in nic_init_hw()662 nic->pkind.maxlen = NIC_HW_MAX_FRS + ETHER_HDR_LEN; in nic_init_hw()663 nic->pkind.lenerr_en = 1; in nic_init_hw()664 nic->pkind.rx_hdr = 0; in nic_init_hw()665 nic->pkind.hdr_sl = 0; in nic_init_hw()669 *(uint64_t *)&nic->pkind); in nic_init_hw()
327 int pkind = cvmx_helper_get_ipd_port(interface, port); in cvm_oct_init_module() local329 pip_prt_tagx.u64 = cvmx_read_csr(CVMX_PIP_PRT_TAGX(pkind)); in cvm_oct_init_module()331 cvmx_write_csr(CVMX_PIP_PRT_TAGX(pkind), pip_prt_tagx.u64); in cvm_oct_init_module()
151 config.s.pkind = cvmx_helper_get_pknd(interface, port); in __cvmx_helper_npi_enable()
5821 uint64_t pkind : 6; /**< Port Kind For this Ring. */ member5823 uint64_t pkind : 6;5839 uint64_t pkind : 6; /**< Port Kind For this Ring. */ member5841 uint64_t pkind : 6;
1261 static inline void chk_kind(void ***pkind) { in chk_kind() argument1262 KMP_DEBUG_ASSERT(pkind); in chk_kind()1263 if (*pkind) // symbol found in chk_kind()1264 if (kmp_mk_check(**pkind)) // kind not available or error in chk_kind()1265 *pkind = NULL; in chk_kind()