Searched refs:req_to_mmc_queue_req (Results 1 – 3 of 3) sorted by relevance
315 req_to_mmc_queue_req(req)->drv_op = MMC_DRV_OP_BOOT_WP; in power_ro_lock_store()316 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in power_ro_lock_store()318 ret = req_to_mmc_queue_req(req)->drv_op_result; in power_ro_lock_store()738 req_to_mmc_queue_req(req)->drv_op = in mmc_blk_ioctl_cmd()740 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in mmc_blk_ioctl_cmd()741 req_to_mmc_queue_req(req)->drv_op_data = idatas; in mmc_blk_ioctl_cmd()742 req_to_mmc_queue_req(req)->ioc_count = 1; in mmc_blk_ioctl_cmd()744 ioc_err = req_to_mmc_queue_req(req)->drv_op_result; in mmc_blk_ioctl_cmd()810 req_to_mmc_queue_req(req)->drv_op = in mmc_blk_ioctl_multi_cmd()812 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()208 struct mmc_queue_req *mq_rq = req_to_mmc_queue_req(req); in mmc_mq_init_request()223 struct mmc_queue_req *mq_rq = req_to_mmc_queue_req(req); in mmc_mq_exit_request()292 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