Searched refs:NVME_SG_ALLOC (Results 1 – 2 of 2) sorted by relevance
396 NVME_SG_ALLOC = 1 << 0, enumerator
714 sg->flags |= NVME_SG_ALLOC; in nvme_sg_init()719 if (!(sg->flags & NVME_SG_ALLOC)) { in nvme_sg_unmap()748 assert(sg->flags & NVME_SG_ALLOC); in nvme_sg_split()1292 assert(sg->flags & NVME_SG_ALLOC); in nvme_tx_interleaved()1345 assert(sg->flags & NVME_SG_ALLOC); in nvme_tx()1447 assert(req->sg.flags & NVME_SG_ALLOC); in nvme_blk_read()1460 assert(req->sg.flags & NVME_SG_ALLOC); in nvme_blk_write()