Searched refs:SCCB_SIZE (Results 1 – 4 of 4) 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))
72 #define SCCB_SIZE 4096 macro99 #define SCCB_DATA_LEN (SCCB_SIZE - sizeof(SCCBHeader))
237 sccb->h.length = cpu_to_be16(SCCB_SIZE - slen); in handle_sccb_read_events()260 if (be16_to_cpu(sccb->h.length) != SCCB_SIZE) { in read_event_data()