Searched refs:rrb (Results 1 – 3 of 3) sorted by relevance
51 static int list_pci(ClpReqRspListPci *rrb, uint8_t *cc) in list_pci() argument60 if (lduw_be_p(&rrb->request.hdr.len) != 32) { in list_pci()66 if ((ldl_be_p(&rrb->request.fmt) & CLP_MASK_FMT) != 0) { in list_pci()72 if ((ldl_be_p(&rrb->request.fmt) & ~CLP_MASK_FMT) != 0 || in list_pci()73 ldq_be_p(&rrb->request.reserved1) != 0) { in list_pci()79 resume_token = ldq_be_p(&rrb->request.resume_token); in list_pci()92 if (lduw_be_p(&rrb->response.hdr.len) < 48) { in list_pci()98 initial_l2 = lduw_be_p(&rrb->response.hdr.len); in list_pci()107 stl_be_p(&rrb->response.fmt, 0); in list_pci()108 stq_be_p(&rrb->response.reserved1, 0); in list_pci()[all …]
250 uint32_t rrb : 1; member262 uint32_t rrb : 1;
327 if (command.s.rrb) { in ctucan_mem_write()