Searched refs:CEIL4 (Results 1 – 1 of 1) sorted by relevance
32 #define CEIL4(x) ((((x) + 3) / 4) * 4) macro351 int rcblen = CEIL4(xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()356 if (CEIL4(xcrb->request_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()362 CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()371 req_sumlen = CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()373 if ((CEIL4(xcrb->request_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()376 req_sumlen < CEIL4(xcrb->request_control_blk_length)) { in xcrb_msg_to_type6cprb_msgx()380 if (CEIL4(xcrb->reply_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()388 resp_sumlen = CEIL4(xcrb->reply_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()390 if ((CEIL4(xcrb->reply_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()[all …]