Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c127 *req_id = bedata->ring.req_prod_pvt & (RING_SIZE(&bedata->ring) - 1); in get_request()
178 if (bedata == NULL) { in pvcalls_front_event_handler()
185 rsp = RING_GET_RESPONSE(&bedata->ring, bedata->ring.rsp_cons); in pvcalls_front_event_handler()
237 if (bedata) { in pvcalls_front_destroy_active()
1104 if (bedata->irq >= 0) in pvcalls_front_remove()
1130 kfree(bedata); in pvcalls_front_remove()
1173 if (!bedata) in pvcalls_front_probe()
1181 bedata->irq = -1; in pvcalls_front_probe()
1182 bedata->ref = -1; in pvcalls_front_probe()
1202 ret = bedata->irq; in pvcalls_front_probe()
[all …]