Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dclp.h28 #define CLP_RC_OK 0x0010 /* Command request successfully */ macro
/Linux-v4.19/arch/s390/pci/
Dpci_clp.c132 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()
186 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) { in clp_query_pci_fn()
265 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_set_pci_fn()
323 if (rc || rrb->response.hdr.rsp != CLP_RC_OK) { in clp_list_pci()