Lines Matching refs:request
88 rrb->request.hdr.len = sizeof(rrb->request); in clp_query_pci_fngrp()
89 rrb->request.hdr.cmd = CLP_QUERY_PCI_FNGRP; in clp_query_pci_fngrp()
91 rrb->request.pfgid = pfgid; in clp_query_pci_fngrp()
141 rrb->request.hdr.len = sizeof(rrb->request); in clp_query_pci_fn()
142 rrb->request.hdr.cmd = CLP_QUERY_PCI_FN; in clp_query_pci_fn()
144 rrb->request.fh = fh; in clp_query_pci_fn()
210 rrb->request.hdr.len = sizeof(rrb->request); in clp_set_pci_fn()
211 rrb->request.hdr.cmd = CLP_SET_PCI_FN; in clp_set_pci_fn()
213 rrb->request.fh = *fh; in clp_set_pci_fn()
214 rrb->request.oc = command; in clp_set_pci_fn()
215 rrb->request.ndas = nr_dma_as; in clp_set_pci_fn()
276 rrb->request.hdr.len = sizeof(rrb->request); in clp_list_pci()
277 rrb->request.hdr.cmd = CLP_LIST_PCI; in clp_list_pci()
280 rrb->request.resume_token = resume_token; in clp_list_pci()