Home
last modified time | relevance | path

Searched refs:rrb (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/s390/pci/
Dpci_clp.c124 struct clp_req_rsp_query_pci_grp *rrb; in clp_query_pci_fngrp() local
127 rrb = clp_alloc_block(GFP_KERNEL); in clp_query_pci_fngrp()
128 if (!rrb) in clp_query_pci_fngrp()
131 memset(rrb, 0, sizeof(*rrb)); in clp_query_pci_fngrp()
132 rrb->request.hdr.len = sizeof(rrb->request); in clp_query_pci_fngrp()
133 rrb->request.hdr.cmd = CLP_QUERY_PCI_FNGRP; in clp_query_pci_fngrp()
134 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fngrp()
135 rrb->request.pfgid = pfgid; in clp_query_pci_fngrp()
137 rc = clp_req(rrb, CLP_LPS_PCI); in clp_query_pci_fngrp()
138 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()
[all …]