Lines Matching refs:req
350 memcpy(&queue->pending_tx_info[pending_idx].req, txp,
439 memcpy(&queue->pending_tx_info[pending_idx].req,
712 txp = &queue->pending_tx_info[pending_idx].req;
1193 txp = &queue->pending_tx_info[pending_idx].req;
1467 _make_tx_response(queue, &pending_tx_info->req,
1624 const struct xen_netif_ctrl_request *req,
1629 .id = req->id,
1630 .type = req->type,
1649 const struct xen_netif_ctrl_request *req)
1654 switch (req->type) {
1656 status = xenvif_set_hash_alg(vif, req->data[0]);
1664 status = xenvif_set_hash_flags(vif, req->data[0]);
1668 status = xenvif_set_hash_key(vif, req->data[0],
1669 req->data[1]);
1679 req->data[0]);
1683 status = xenvif_set_hash_mapping(vif, req->data[0],
1684 req->data[1],
1685 req->data[2]);
1692 make_ctrl_response(vif, req, status, data);
1711 struct xen_netif_ctrl_request req;
1713 RING_COPY_REQUEST(&vif->ctrl, req_cons, &req);
1716 process_ctrl_request(vif, &req);