Lines Matching refs:nvme_ctrl
147 struct nvme_ctrl *(*create_ctrl)(struct device *dev,
152 nvmf_ctlr_matches_baseopts(struct nvme_ctrl *ctrl, in nvmf_ctlr_matches_baseopts()
165 int nvmf_reg_read32(struct nvme_ctrl *ctrl, u32 off, u32 *val);
166 int nvmf_reg_read64(struct nvme_ctrl *ctrl, u32 off, u64 *val);
167 int nvmf_reg_write32(struct nvme_ctrl *ctrl, u32 off, u32 val);
168 int nvmf_connect_admin_queue(struct nvme_ctrl *ctrl);
169 int nvmf_connect_io_queue(struct nvme_ctrl *ctrl, u16 qid, bool poll);
173 int nvmf_get_address(struct nvme_ctrl *ctrl, char *buf, int size);
174 bool nvmf_should_reconnect(struct nvme_ctrl *ctrl);
175 blk_status_t nvmf_fail_nonready_command(struct nvme_ctrl *ctrl,
177 bool __nvmf_check_ready(struct nvme_ctrl *ctrl, struct request *rq,
179 bool nvmf_ip_options_match(struct nvme_ctrl *ctrl,
182 static inline bool nvmf_check_ready(struct nvme_ctrl *ctrl, struct request *rq, in nvmf_check_ready()