Home
last modified time | relevance | path

Searched refs:p9_req_t (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/net/9p/
H A Dtransport.h51 int (*request)(struct p9_client *client, struct p9_req_t *req);
52 int (*cancel)(struct p9_client *client, struct p9_req_t *req);
53 int (*cancelled)(struct p9_client *client, struct p9_req_t *req);
54 int (*zc_request)(struct p9_client *client, struct p9_req_t *req,
H A Dclient.h77 struct p9_req_t { struct
229 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
231 static inline void p9_req_get(struct p9_req_t *r) in p9_req_get()
236 static inline int p9_req_try_get(struct p9_req_t *r) in p9_req_try_get()
241 int p9_req_put(struct p9_client *c, struct p9_req_t *r);
283 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
/linux-6.15/net/9p/
H A Dclient.c277 static struct p9_req_t *
360 struct p9_req_t *req; in p9_tag_lookup()
425 struct p9_req_t *req; in p9_tag_cleanup()
599 struct p9_req_t *req; in p9_client_flush()
630 struct p9_req_t *req; in p9_client_prepare_req()
679 struct p9_req_t *req; in p9_client_rpc()
787 struct p9_req_t *req; in p9_client_zc_rpc()
913 struct p9_req_t *req; in p9_client_version()
1112 struct p9_req_t *req; in p9_client_attach()
1161 struct p9_req_t *req; in p9_client_walk()
[all …]
H A Dtrans_usbg.c91 static int usb9pfs_queue_tx(struct f_usb9pfs *usb9pfs, struct p9_req_t *p9_tx_req, in usb9pfs_queue_tx()
130 static int usb9pfs_transmit(struct f_usb9pfs *usb9pfs, struct p9_req_t *p9_req) in usb9pfs_transmit()
151 struct p9_req_t *p9_tx_req = req->context; in usb9pfs_tx_complete()
178 static struct p9_req_t *usb9pfs_rx_header(struct f_usb9pfs *usb9pfs, void *buf) in usb9pfs_rx_header()
180 struct p9_req_t *p9_rx_req; in usb9pfs_rx_header()
233 struct p9_req_t *p9_rx_req; in usb9pfs_rx_complete()
418 struct p9_req_t *req; in usb9pfs_clear_tx()
459 static int p9_usbg_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_usbg_request()
482 static int p9_usbg_cancel(struct p9_client *client, struct p9_req_t *req) in p9_usbg_cancel()
H A Dtrans_virtio.c132 struct p9_req_t *req; in req_done()
193 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel()
199 static int p9_virtio_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancelled()
255 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request()
380 static void handle_rerror(struct p9_req_t *req, int in_hdr_len, in handle_rerror()
421 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, in p9_virtio_zc_request()
H A Dtrans_rdma.c108 struct p9_req_t *req;
296 struct p9_req_t *req; in recv_done()
418 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request()
593 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel()
604 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req) in rdma_cancelled()
H A Dtrans_fd.c120 struct p9_req_t *rreq;
121 struct p9_req_t *wreq;
188 struct p9_req_t *req, *rtmp; in p9_conn_cancel()
451 struct p9_req_t *req; in p9_write_work()
468 req = list_entry(m->unsent_req_list.next, struct p9_req_t, in p9_write_work()
667 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request()
700 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel()
721 static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancelled()
H A Dtrans_xen.c64 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req) in p9_xen_cancel()
115 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_xen_request()
176 struct p9_req_t *req; in p9_xen_response()