Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dpvcalls-front.c125 static inline int get_request(struct pvcalls_bedata *bedata, int *req_id) in get_request() argument
127 *req_id = bedata->ring.req_prod_pvt & (RING_SIZE(&bedata->ring) - 1); in get_request()
128 if (RING_FULL(&bedata->ring) || in get_request()
129 bedata->rsp[*req_id].req_id != PVCALLS_INVALID_ID) in get_request()
168 struct pvcalls_bedata *bedata; in pvcalls_front_event_handler() local
177 bedata = dev_get_drvdata(&dev->dev); in pvcalls_front_event_handler()
178 if (bedata == NULL) { in pvcalls_front_event_handler()
184 while (RING_HAS_UNCONSUMED_RESPONSES(&bedata->ring)) { in pvcalls_front_event_handler()
185 rsp = RING_GET_RESPONSE(&bedata in pvcalls_front_event_handler()
230 pvcalls_front_destroy_active(struct pvcalls_bedata * bedata,struct sock_mapping * map) pvcalls_front_destroy_active() argument
250 pvcalls_front_free_map(struct pvcalls_bedata * bedata,struct sock_mapping * map) pvcalls_front_free_map() argument
272 struct pvcalls_bedata *bedata; pvcalls_front_socket() local
425 struct pvcalls_bedata *bedata; pvcalls_front_connect() local
672 struct pvcalls_bedata *bedata; pvcalls_front_bind() local
725 struct pvcalls_bedata *bedata; pvcalls_front_listen() local
774 struct pvcalls_bedata *bedata; pvcalls_front_accept() local
909 pvcalls_front_poll_passive(struct file * file,struct pvcalls_bedata * bedata,struct sock_mapping * map,poll_table * wait) pvcalls_front_poll_passive() argument
966 pvcalls_front_poll_active(struct file * file,struct pvcalls_bedata * bedata,struct sock_mapping * map,poll_table * wait) pvcalls_front_poll_active() argument
991 struct pvcalls_bedata *bedata; pvcalls_front_poll() local
1010 struct pvcalls_bedata *bedata; pvcalls_front_release() local
1098 struct pvcalls_bedata *bedata; pvcalls_front_remove() local
1143 struct pvcalls_bedata *bedata = NULL; pvcalls_front_probe() local
[all...]