Searched refs:SCCB_SIZE (Results 1 – 3 of 3) sorted by relevance
110 sccb->h.length = SCCB_SIZE; in sclp_get_loadparm_ascii()122 if (count > SCCB_SIZE - 8) { in sclp_read()123 count = SCCB_SIZE - 8; in sclp_read()126 sccb->h.length = SCCB_SIZE; in sclp_read()
38 #define SCCB_SIZE 4096 macro52 #define SCCB_DATA_LEN (SCCB_SIZE - sizeof(SCCBHeader))
232 sccb->h.length = cpu_to_be16(SCCB_SIZE - slen); in handle_sccb_read_events()255 if (be16_to_cpu(sccb->h.length) != SCCB_SIZE) { in read_event_data()