Searched refs:CEIL4 (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c48 #define CEIL4(x) ((((x)+3)/4)*4) macro
313 int rcblen = CEIL4(xcRB->request_control_blk_length); XCRB_msg_to_type6CPRB_msgX()
318 if (CEIL4(xcRB->request_control_blk_length) < XCRB_msg_to_type6CPRB_msgX()
324 CEIL4(xcRB->request_control_blk_length) + XCRB_msg_to_type6CPRB_msgX()
331 req_sumlen = CEIL4(xcRB->request_control_blk_length) + XCRB_msg_to_type6CPRB_msgX()
333 if ((CEIL4(xcRB->request_control_blk_length) <= XCRB_msg_to_type6CPRB_msgX()
336 (req_sumlen < CEIL4(xcRB->request_control_blk_length))) { XCRB_msg_to_type6CPRB_msgX()
340 if (CEIL4(xcRB->reply_control_blk_length) < XCRB_msg_to_type6CPRB_msgX()
345 CEIL4(xcRB->reply_control_blk_length) + XCRB_msg_to_type6CPRB_msgX()
352 resp_sumlen = CEIL4(xcRB->reply_control_blk_length) + XCRB_msg_to_type6CPRB_msgX()
354 if ((CEIL4(xcRB->reply_control_blk_length) <= xcRB->reply_data_length) ? XCRB_msg_to_type6CPRB_msgX()
356 (resp_sumlen < CEIL4(xcRB->reply_control_blk_length))) { XCRB_msg_to_type6CPRB_msgX()
426 if (CEIL4(xcRB->req_len) < xcRB->req_len) xcrb_msg_to_type6_ep11cprb_msgx()
431 if (CEIL4(xcRB->req_len) > MSGTYPE06_MAX_MSG_SIZE - xcrb_msg_to_type6_ep11cprb_msgx()
435 if (CEIL4(xcRB->resp_len) < xcRB->resp_len) xcrb_msg_to_type6_ep11cprb_msgx()
438 if (CEIL4(xcRB->resp_len) > MSGTYPE06_MAX_MSG_SIZE - xcrb_msg_to_type6_ep11cprb_msgx()
H A Dzcrypt_pcixcc.c61 #define CEIL4(x) ((((x)+3)/4)*4) macro

Completed in 56 milliseconds