Searched refs:req_to_mmc_queue_req (Results 1 – 3 of 3) sorted by relevance
268 req_to_mmc_queue_req(req)->drv_op = MMC_DRV_OP_BOOT_WP; in power_ro_lock_store()269 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in power_ro_lock_store()271 ret = req_to_mmc_queue_req(req)->drv_op_result; in power_ro_lock_store()691 req_to_mmc_queue_req(req)->drv_op = in mmc_blk_ioctl_cmd()693 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in mmc_blk_ioctl_cmd()694 req_to_mmc_queue_req(req)->drv_op_data = idatas; in mmc_blk_ioctl_cmd()695 req_to_mmc_queue_req(req)->ioc_count = 1; in mmc_blk_ioctl_cmd()697 ioc_err = req_to_mmc_queue_req(req)->drv_op_result; in mmc_blk_ioctl_cmd()763 req_to_mmc_queue_req(req)->drv_op = in mmc_blk_ioctl_multi_cmd()765 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in mmc_blk_ioctl_multi_cmd()[all …]
97 struct mmc_queue_req *mqrq = req_to_mmc_queue_req(req); in mmc_cqe_timed_out()206 struct mmc_queue_req *mq_rq = req_to_mmc_queue_req(req); in mmc_mq_init_request()221 struct mmc_queue_req *mq_rq = req_to_mmc_queue_req(req); in mmc_mq_exit_request()294 req_to_mmc_queue_req(req)->retries = 0; in mmc_mq_queue_rq()
25 static inline struct mmc_queue_req *req_to_mmc_queue_req(struct request *rq) in req_to_mmc_queue_req() function