Searched refs:CEIL4 (Results 1 – 1 of 1) sorted by relevance
32 #define CEIL4(x) ((((x) + 3) / 4) * 4) macro346 int rcblen = CEIL4(xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()351 if (CEIL4(xcrb->request_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()357 CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()366 req_sumlen = CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()368 if ((CEIL4(xcrb->request_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()375 if (CEIL4(xcrb->reply_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()383 resp_sumlen = CEIL4(xcrb->reply_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()385 if ((CEIL4(xcrb->reply_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()484 if (CEIL4(xcrb->req_len) < xcrb->req_len) in xcrb_msg_to_type6_ep11cprb_msgx()[all …]
Completed in 7 milliseconds