Lines Matching defs:offset
50 * @offset: offset for dumping vport info.
60 uint16_t offset)
71 mb->un.varDmp.entry_index = offset;
126 * @offset: offset into the region.
135 lpfc_dump_mem(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb, uint16_t offset,
149 mb->un.varDmp.entry_index = offset;
960 uint32_t offset;
993 offset = (uint8_t *) &phba->IOCBs[iocbCnt] -
995 pdma_addr = phba->slim2p.phys + offset;
1004 offset = (uint8_t *)&phba->IOCBs[iocbCnt] -
1006 pdma_addr = phba->slim2p.phys + offset;
1276 size_t offset;
1287 offset = (uint8_t *)phba->pcb - (uint8_t *)phba->slim2p.virt;
1288 pdma_addr = phba->slim2p.phys + offset;
1323 offset = (uint8_t *)phba->mbox - (uint8_t *)phba->slim2p.virt;
1324 pdma_addr = phba->slim2p.phys + offset;
1382 offset = (uint8_t *)&phba->mbox->us.s2.host -
1384 pdma_addr = phba->slim2p.phys + offset;
1407 /* write HGP data to SLIM at the required longword offset */
1416 /* Setup Port Group offset */