Lines Matching defs:intf
136 struct pvcalls_data_intf *intf = map->active.ring;
140 error = intf->out_error;
146 cons = intf->out_cons;
147 prod = intf->out_prod;
153 struct pvcalls_data_intf *intf = map->active.ring;
157 cons = intf->in_cons;
158 prod = intf->in_prod;
159 error = intf->in_error;
481 static int __write_ring(struct pvcalls_data_intf *intf,
490 error = intf->out_error;
493 cons = intf->out_cons;
494 prod = intf->out_prod;
527 intf->out_prod += len;
576 static int __read_ring(struct pvcalls_data_intf *intf,
585 cons = intf->in_cons;
586 prod = intf->in_prod;
587 error = intf->in_error;
620 intf->in_cons += len;
964 struct pvcalls_data_intf *intf = map->active.ring;
966 out_error = intf->out_error;
967 in_error = intf->in_error;