Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/pci/pds/
H A Dcmds.h24 u32 total_len, bool read_seq);
H A Ddirty.c325 u32 offset, u32 bmp_bytes, bool read_seq) in pds_vfio_dirty_seq_ack() argument
327 const char *bmp_type_str = read_seq ? "read_seq" : "write_ack"; in pds_vfio_dirty_seq_ack()
328 u8 dma_dir = read_seq ? DMA_FROM_DEVICE : DMA_TO_DEVICE; in pds_vfio_dirty_seq_ack()
388 offset, bmp_bytes, read_seq); in pds_vfio_dirty_seq_ack()
H A Dcmds.c481 u32 total_len, bool read_seq) in pds_vfio_dirty_seq_ack_cmd() argument
483 const char *cmd_type_str = read_seq ? "read_seq" : "write_ack"; in pds_vfio_dirty_seq_ack_cmd()
497 if (read_seq) in pds_vfio_dirty_seq_ack_cmd()