Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw_queues.c609 u32 phys_payload[2]; in efct_hw_rqpair_put() local
617 phys_payload[0] = upper_32_bits(seq->payload->dma.phys); in efct_hw_rqpair_put()
618 phys_payload[1] = lower_32_bits(seq->payload->dma.phys); in efct_hw_rqpair_put()
629 (void *)phys_payload); in efct_hw_rqpair_put()