Searched refs:NVME_SG_ALLOC (Results 1 – 2 of 2) sorted by relevance
402 NVME_SG_ALLOC = 1 << 0, enumerator
724 sg->flags |= NVME_SG_ALLOC; in nvme_sg_init()729 if (!(sg->flags & NVME_SG_ALLOC)) { in nvme_sg_unmap()758 assert(sg->flags & NVME_SG_ALLOC); in nvme_sg_split()1302 assert(sg->flags & NVME_SG_ALLOC); in nvme_tx_interleaved()1355 assert(sg->flags & NVME_SG_ALLOC); in nvme_tx()1457 assert(req->sg.flags & NVME_SG_ALLOC); in nvme_blk_read()1470 assert(req->sg.flags & NVME_SG_ALLOC); in nvme_blk_write()