Lines Matching refs:sccb_header
110 static inline int abbrev_len(sclp_cmdw_t cmd, struct sccb_header *sccb) in abbrev_len()
128 sclp_cmdw_t cmd, struct sccb_header *sccb, in sclp_trace_sccb()
150 struct sccb_header *sccb = req->sccb; in sclp_trace_req()
534 sclp_dispatch_evbufs(struct sccb_header *sccb) in sclp_dispatch_evbufs()
545 for (offset = sizeof(struct sccb_header); offset < sccb->length; in sclp_dispatch_evbufs()
581 struct sccb_header *sccb; in sclp_read_cb()
583 sccb = (struct sccb_header *) req->sccb; in sclp_read_cb()
595 struct sccb_header *sccb; in __sclp_make_read_req()
597 sccb = (struct sccb_header *) sclp_read_sccb; in __sclp_make_read_req()
628 struct sccb_header *sccb = (struct sccb_header *)__va(sccb_int); in ok_response()
667 (struct sccb_header *)__va(finished_sccb), in sclp_interrupt_handler()
919 sclp_remove_processed(struct sccb_header *sccb) in sclp_remove_processed()
927 remaining = sccb->length - sizeof(struct sccb_header); in sclp_remove_processed()