Home
last modified time | relevance | path

Searched refs:nvme_ctrl_sgl_supported (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/nvme/host/
H A Dioctl.c128 if (!nvme_ctrl_sgl_supported(ctrl)) in nvme_map_user_request()
H A Dnvme.h1220 static inline bool nvme_ctrl_sgl_supported(struct nvme_ctrl *ctrl) in nvme_ctrl_sgl_supported() function
H A Dpci.c771 if (nvmeq->qid && nvme_ctrl_sgl_supported(&dev->ctrl)) { in nvme_pci_use_sgls()
3511 if (!nvme_ctrl_sgl_supported(ctrl) || is_admin) in nvme_pci_get_virt_boundary()
H A Dtcp.c2390 if (!nvme_ctrl_sgl_supported(ctrl)) { in nvme_tcp_setup_ctrl()
H A Dfc.c3110 if (!nvme_ctrl_sgl_supported(&ctrl->ctrl)) { in nvme_fc_create_association()