Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-mq-dma.c82 return !(req_phys_gap_mask(req) & dma_get_merge_boundary(dma_dev)); in blk_can_dma_map_iova()
/linux/include/linux/
H A Dblk-mq.h222 static inline unsigned long req_phys_gap_mask(const struct request *req) in req_phys_gap_mask() function
/linux/drivers/nvme/host/
H A Dpci.c641 if (req_phys_gap_mask(req) & (NVME_CTRL_PAGE_SIZE - 1) || in nvme_pci_use_sgls()