Searched refs:req_to_mmc_queue_req (Results 1 – 3 of 3) sorted by relevance
277 req_to_mmc_queue_req(req)->drv_op = MMC_DRV_OP_BOOT_WP; in power_ro_lock_store()278 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in power_ro_lock_store()280 ret = req_to_mmc_queue_req(req)->drv_op_result; in power_ro_lock_store()700 req_to_mmc_queue_req(req)->drv_op = in mmc_blk_ioctl_cmd()702 req_to_mmc_queue_req(req)->drv_op_result = -EIO; in mmc_blk_ioctl_cmd()703 req_to_mmc_queue_req(req)->drv_op_data = idatas; in mmc_blk_ioctl_cmd()704 req_to_mmc_queue_req(req)->ioc_count = 1; in mmc_blk_ioctl_cmd()706 ioc_err = req_to_mmc_queue_req(req)->drv_op_result; in mmc_blk_ioctl_cmd()772 req_to_mmc_queue_req(req)->drv_op = in mmc_blk_ioctl_multi_cmd()774 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