Lines Matching refs:intf
135 volatile struct xenstore_domain_interface *intf =
145 while ((intf->req_prod - intf->req_cons) ==
159 cons = intf->req_cons;
160 prod = intf->req_prod;
165 dst = get_output_chunk(cons, prod, (char *)intf->req, &avail);
177 intf->req_prod += avail;
189 volatile struct xenstore_domain_interface *intf =
199 while (intf->rsp_cons == intf->rsp_prod) {
212 cons = intf->rsp_cons;
213 prod = intf->rsp_prod;
218 src = get_input_chunk(cons, prod, (char *)intf->rsp, &avail);
233 intf->rsp_cons += avail;