Lines Matching refs:nbd_cmd
143 struct nbd_cmd { struct
179 static void nbd_requeue_cmd(struct nbd_cmd *cmd) in nbd_requeue_cmd()
189 static u64 nbd_cmd_handle(struct nbd_cmd *cmd) in nbd_cmd_handle()
353 struct nbd_cmd *cmd = blk_mq_rq_to_pdu(req); in nbd_complete_rq()
401 struct nbd_cmd *cmd = blk_mq_rq_to_pdu(req); in nbd_xmit_timeout()
554 static int nbd_send_cmd(struct nbd_device *nbd, struct nbd_cmd *cmd, int index) in nbd_send_cmd()
727 static struct nbd_cmd *nbd_handle_reply(struct nbd_device *nbd, int index, in nbd_handle_reply()
731 struct nbd_cmd *cmd; in nbd_handle_reply()
834 struct nbd_cmd *cmd; in recv_work()
888 struct nbd_cmd *cmd = blk_mq_rq_to_pdu(req); in nbd_clear_req()
973 static int nbd_handle_cmd(struct nbd_cmd *cmd, int index) in nbd_handle_cmd()
1058 struct nbd_cmd *cmd = blk_mq_rq_to_pdu(bd->rq); in nbd_queue_rq()
1732 struct nbd_cmd *cmd = blk_mq_rq_to_pdu(rq); in nbd_init_request()
1760 nbd->tag_set.cmd_size = sizeof(struct nbd_cmd); in nbd_dev_add()