Searched refs:p9_req_t (Results 1 – 8 of 8) sorted by relevance
| /linux/net/9p/ |
| H A D | client.c | 154 static struct p9_req_t * 158 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc() 235 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup() 237 struct p9_req_t *req; in p9_tag_lookup() 268 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove() 279 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put() 302 struct p9_req_t *req; in p9_tag_cleanup() 322 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb() 399 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors() 459 static struct p9_req_t * [all …]
|
| H A D | trans_usbg.c | 92 static int usb9pfs_queue_tx(struct f_usb9pfs *usb9pfs, struct p9_req_t *p9_tx_req, in usb9pfs_queue_tx() 131 static int usb9pfs_transmit(struct f_usb9pfs *usb9pfs, struct p9_req_t *p9_req) in usb9pfs_transmit() 152 struct p9_req_t *p9_tx_req = req->context; in usb9pfs_tx_complete() 179 static struct p9_req_t *usb9pfs_rx_header(struct f_usb9pfs *usb9pfs, void *buf) in usb9pfs_rx_header() 181 struct p9_req_t *p9_rx_req; in usb9pfs_rx_header() 234 struct p9_req_t *p9_rx_req; in usb9pfs_rx_complete() 430 struct p9_req_t *req; in usb9pfs_clear_tx() 471 static int p9_usbg_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_usbg_request() 494 static int p9_usbg_cancel(struct p9_client *client, struct p9_req_t *req) in p9_usbg_cancel()
|
| H A D | trans_virtio.c | 132 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() 379 static void handle_rerror(struct p9_req_t *req, int in_hdr_len, in handle_rerror() 420 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, in p9_virtio_zc_request()
|
| H A D | trans_fd.c | 84 struct p9_req_t *rreq; 85 struct p9_req_t *wreq; 152 struct p9_req_t *req, *rtmp; in p9_conn_cancel() 415 struct p9_req_t *req; in p9_write_work() 432 req = list_entry(m->unsent_req_list.next, struct p9_req_t, in p9_write_work() 631 static int p9_fd_request(struct p9_client *client, struct p9_req_t *req) in p9_fd_request() 657 static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancel() 678 static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_fd_cancelled()
|
| H A D | trans_rdma.c | 104 struct p9_req_t *req; 184 struct p9_req_t *req; in recv_done() 306 static int rdma_request(struct p9_client *client, struct p9_req_t *req) in rdma_request() 481 static int rdma_cancel(struct p9_client *client, struct p9_req_t *req) in rdma_cancel() 492 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req) in rdma_cancelled()
|
| H A D | trans_xen.c | 65 static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req) in p9_xen_cancel() 117 static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req) in p9_xen_request() 178 struct p9_req_t *req; in p9_xen_response()
|
| /linux/include/net/9p/ |
| H A D | transport.h | 62 int (*request)(struct p9_client *client, struct p9_req_t *req); 63 int (*cancel)(struct p9_client *client, struct p9_req_t *req); 64 int (*cancelled)(struct p9_client *client, struct p9_req_t *req); 65 int (*zc_request)(struct p9_client *client, struct p9_req_t *req,
|
| H A D | client.h | 83 struct p9_req_t { struct 325 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag); 327 static inline void p9_req_get(struct p9_req_t *r) in p9_req_get() 332 static inline int p9_req_try_get(struct p9_req_t *r) in p9_req_try_get() 337 int p9_req_put(struct p9_client *c, struct p9_req_t *r); 379 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
|