Searched refs:CEIL4 (Results 1 – 1 of 1) sorted by relevance
31 #define CEIL4(x) ((((x) + 3) / 4) * 4) macro345 int rcblen = CEIL4(xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()350 if (CEIL4(xcrb->request_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()356 CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()365 req_sumlen = CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()367 if ((CEIL4(xcrb->request_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()370 req_sumlen < CEIL4(xcrb->request_control_blk_length)) { in xcrb_msg_to_type6cprb_msgx()374 if (CEIL4(xcrb->reply_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()382 resp_sumlen = CEIL4(xcrb->reply_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()384 if ((CEIL4(xcrb->reply_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()[all …]