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;
490 static int __write_ring(struct pvcalls_data_intf *intf,
499 error = intf->out_error;
502 cons = intf->out_cons;
503 prod = intf->out_prod;
536 intf->out_prod += len;
585 static int __read_ring(struct pvcalls_data_intf *intf,
594 cons = intf->in_cons;
595 prod = intf->in_prod;
596 error = intf->in_error;
629 intf->in_cons += len;
972 struct pvcalls_data_intf *intf = map->active.ring;
974 out_error = intf->out_error;
975 in_error = intf->in_error;