Searched refs:prt (Results 1 – 9 of 9) sorted by relevance
126 struct acpi_pci_routing_table *prt) in do_prt_fixups() argument140 !strcmp(prt->source, quirk->source) && in do_prt_fixups()141 strlen(prt->source) >= strlen(quirk->actual_source)) { in do_prt_fixups()147 prt->source, quirk->actual_source); in do_prt_fixups()148 strcpy(prt->source, quirk->actual_source); in do_prt_fixups()154 int pin, struct acpi_pci_routing_table *prt, in acpi_pci_irq_check_entry() argument162 if (((prt->address >> 16) & 0xffff) != device || in acpi_pci_irq_check_entry()163 prt->pin + 1 != pin) in acpi_pci_irq_check_entry()177 entry->id.device = (prt->address >> 16) & 0xFFFF; in acpi_pci_irq_check_entry()178 entry->pin = prt->pin + 1; in acpi_pci_irq_check_entry()[all …]
1134 ntohs(dbg->u.prt.dprtstridx)); in csio_mb_dump_fw_dbg()1136 ntohl(dbg->u.prt.dprtstrparam0)); in csio_mb_dump_fw_dbg()1138 ntohl(dbg->u.prt.dprtstrparam1)); in csio_mb_dump_fw_dbg()1140 ntohl(dbg->u.prt.dprtstrparam2)); in csio_mb_dump_fw_dbg()1142 ntohl(dbg->u.prt.dprtstrparam3)); in csio_mb_dump_fw_dbg()
222 struct lpfc_sli_ring_mask prt[LPFC_MAX_RING_MASK]; member
2466 if (pring->prt[0].profile) { in lpfc_complete_unsol_iocb()2467 if (pring->prt[0].lpfc_sli_rcv_unsol_event) in lpfc_complete_unsol_iocb()2468 (pring->prt[0].lpfc_sli_rcv_unsol_event) (phba, pring, in lpfc_complete_unsol_iocb()2475 if ((pring->prt[i].rctl == fch_r_ctl) && in lpfc_complete_unsol_iocb()2476 (pring->prt[i].type == fch_type)) { in lpfc_complete_unsol_iocb()2477 if (pring->prt[i].lpfc_sli_rcv_unsol_event) in lpfc_complete_unsol_iocb()2478 (pring->prt[i].lpfc_sli_rcv_unsol_event) in lpfc_complete_unsol_iocb()9124 pring->prt[0].profile = 0; /* Mask 0 */ in lpfc_extra_ring_setup()9125 pring->prt[0].rctl = phba->cfg_multi_ring_rctl; in lpfc_extra_ring_setup()9126 pring->prt[0].type = phba->cfg_multi_ring_type; in lpfc_extra_ring_setup()[all …]
1226 if (pring->prt[0].profile) { in lpfc_config_ring()1227 mb->un.varCfgRing.profile = pring->prt[0].profile; in lpfc_config_ring()1233 mb->un.varCfgRing.rrRegs[i].rval = pring->prt[i].rctl; in lpfc_config_ring()1238 mb->un.varCfgRing.rrRegs[i].tval = pring->prt[i].type; in lpfc_config_ring()
412 struct rtable **prt) in addr4_resolve() argument441 *prt = rt; in addr4_resolve()
284 u64 prt; /* 11 */ member
7104 u16 prt; in niu_get_ip4fs_from_tcam_key() local7127 prt = ((tp->key[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()7129 fsp->h_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()7131 prt = ((tp->key[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()7133 fsp->h_u.tcp_ip4_spec.pdst = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()7135 prt = ((tp->key_mask[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()7137 fsp->m_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()7139 prt = ((tp->key_mask[2] & TCAM_V4KEY2_PORT_SPI) >> in niu_get_ip4fs_from_tcam_key()7141 fsp->m_u.tcp_ip4_spec.pdst = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
3080 } prt; member