Searched refs:prt (Results 1 – 8 of 8) sorted by relevance
130 struct acpi_pci_routing_table *prt) in do_prt_fixups() argument139 if (!prt->source) in do_prt_fixups()147 !strcmp(prt->source, quirk->source) && in do_prt_fixups()148 strlen(prt->source) >= strlen(quirk->actual_source)) { in do_prt_fixups()154 prt->source, quirk->actual_source); in do_prt_fixups()155 strcpy(prt->source, quirk->actual_source); in do_prt_fixups()161 int pin, struct acpi_pci_routing_table *prt, in acpi_pci_irq_check_entry() argument169 if (((prt->address >> 16) & 0xffff) != device || in acpi_pci_irq_check_entry()170 prt->pin + 1 != pin) in acpi_pci_irq_check_entry()184 entry->id.device = (prt->address >> 16) & 0xFFFF; in acpi_pci_irq_check_entry()[all …]
1131 ntohs(dbg->u.prt.dprtstridx)); in csio_mb_dump_fw_dbg()1133 ntohl(dbg->u.prt.dprtstrparam0)); in csio_mb_dump_fw_dbg()1135 ntohl(dbg->u.prt.dprtstrparam1)); in csio_mb_dump_fw_dbg()1137 ntohl(dbg->u.prt.dprtstrparam2)); in csio_mb_dump_fw_dbg()1139 ntohl(dbg->u.prt.dprtstrparam3)); in csio_mb_dump_fw_dbg()
220 struct lpfc_sli_ring_mask prt[LPFC_MAX_RING_MASK]; member
1221 if (pring->prt[0].profile) { in lpfc_config_ring()1222 mb->un.varCfgRing.profile = pring->prt[0].profile; in lpfc_config_ring()1228 mb->un.varCfgRing.rrRegs[i].rval = pring->prt[i].rctl; in lpfc_config_ring()1233 mb->un.varCfgRing.rrRegs[i].tval = pring->prt[i].type; in lpfc_config_ring()
2397 if (pring->prt[0].profile) { in lpfc_complete_unsol_iocb()2398 if (pring->prt[0].lpfc_sli_rcv_unsol_event) in lpfc_complete_unsol_iocb()2399 (pring->prt[0].lpfc_sli_rcv_unsol_event) (phba, pring, in lpfc_complete_unsol_iocb()2406 if ((pring->prt[i].rctl == fch_r_ctl) && in lpfc_complete_unsol_iocb()2407 (pring->prt[i].type == fch_type)) { in lpfc_complete_unsol_iocb()2408 if (pring->prt[i].lpfc_sli_rcv_unsol_event) in lpfc_complete_unsol_iocb()2409 (pring->prt[i].lpfc_sli_rcv_unsol_event) in lpfc_complete_unsol_iocb()8894 pring->prt[0].profile = 0; /* Mask 0 */ in lpfc_extra_ring_setup()8895 pring->prt[0].rctl = phba->cfg_multi_ring_rctl; in lpfc_extra_ring_setup()8896 pring->prt[0].type = phba->cfg_multi_ring_type; in lpfc_extra_ring_setup()[all …]
284 u64 prt; /* 11 */ member
7112 u16 prt; in niu_get_ip4fs_from_tcam_key() local7135 prt = ((tp->key[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()7137 fsp->h_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()7139 prt = ((tp->key[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()7141 fsp->h_u.tcp_ip4_spec.pdst = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()7143 prt = ((tp->key_mask[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()7145 fsp->m_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()7147 prt = ((tp->key_mask[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()7149 fsp->m_u.tcp_ip4_spec.pdst = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
2218 } prt; member