Lines Matching defs:offset
752 uint64_t offset = 0; in nvme_sg_split() local
1293 int32_t skip_bytes, int64_t offset, in nvme_tx_interleaved()
1454 static inline void nvme_blk_read(BlockBackend *blk, int64_t offset, in nvme_blk_read()
1467 static inline void nvme_blk_write(BlockBackend *blk, int64_t offset, in nvme_blk_write()
1714 int64_t offset = nvme_l2b(ns, slba); in nvme_block_status_all() local
2202 uint64_t offset = nvme_moff(ns, slba); in nvme_rw_cb() local
2302 uint64_t offset = nvme_moff(ns, slba); in nvme_verify_mdata_in_cb() local
2471 uint64_t offset = nvme_moff(ns, slba); in nvme_compare_data_cb() local
2670 int64_t offset = nvme_l2b(ns, slba); in nvme_verify() local
3422 int64_t offset = nvme_l2b(ns, slba); in nvme_compare() local
4748 uint16_t offset = (cq->cqid << 3) + (1 << 2); in nvme_init_cq_ioeventfd() local
4777 uint16_t offset = sq->sqid << 3; in nvme_init_sq_ioeventfd() local
4794 uint16_t offset = sq->sqid << 3; in nvme_free_sq() local
5508 uint16_t offset = (cq->cqid << 3) + (1 << 2); in nvme_free_cq() local
6873 int64_t offset; member
7798 static void nvme_write_bar(NvmeCtrl *n, hwaddr offset, uint64_t data, in nvme_write_bar()
8589 static bool nvme_init_sriov(NvmeCtrl *n, PCIDevice *pci_dev, uint16_t offset, in nvme_init_sriov()
8611 static int nvme_add_pm_capability(PCIDevice *pci_dev, uint8_t offset) in nvme_add_pm_capability()