Home
last modified time | relevance | path

Searched refs:phys_hdr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/hypfs/
H A Dhypfs_diag_fs.c280 static void *hypfs_create_phys_files(struct dentry *parent_dir, void *phys_hdr) in hypfs_create_phys_files() argument
289 cpu_info = phys_hdr + phys_hdr__size(diag204_get_info_type()); in hypfs_create_phys_files()
290 for (i = 0; i < phys_hdr__cpus(diag204_get_info_type(), phys_hdr); i++) { in hypfs_create_phys_files()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw_queues.c608 u32 phys_hdr[2]; in efct_hw_rqpair_put() local
615 phys_hdr[0] = upper_32_bits(seq->header->dma.phys); in efct_hw_rqpair_put()
616 phys_hdr[1] = lower_32_bits(seq->header->dma.phys); in efct_hw_rqpair_put()
630 qindex_hdr = sli_rq_write(&hw->sli, rq_hdr, (void *)phys_hdr); in efct_hw_rqpair_put()