Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/pci/
Dpci_clp.c122 struct clp_req_rsp_query_pci_grp *rrb; in clp_query_pci_fngrp() local
125 rrb = clp_alloc_block(GFP_KERNEL); in clp_query_pci_fngrp()
126 if (!rrb) in clp_query_pci_fngrp()
129 memset(rrb, 0, sizeof(*rrb)); in clp_query_pci_fngrp()
130 rrb->request.hdr.len = sizeof(rrb->request); in clp_query_pci_fngrp()
131 rrb->request.hdr.cmd = CLP_QUERY_PCI_FNGRP; in clp_query_pci_fngrp()
132 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fngrp()
133 rrb->request.pfgid = pfgid; in clp_query_pci_fngrp()
135 rc = clp_req(rrb, CLP_LPS_PCI); in clp_query_pci_fngrp()
136 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()
[all …]
/linux-5.19.10/arch/ia64/kernel/
Dunaligned.c299 rotate_reg (unsigned long sor, unsigned long rrb, unsigned long reg) in rotate_reg() argument
301 reg += rrb; in rotate_reg()