Searched refs:request_control_blk_length (Results 1 – 3 of 3) sorted by relevance
353 if (xcrb->request_control_blk_length < sizeof(struct CPRBX)) in xcrb_msg_to_type6cprb_msgx()355 req_cblen = CEIL4((size_t)xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()388 msg->hdr.tocardlen1 = xcrb->request_control_blk_length; in xcrb_msg_to_type6cprb_msgx()399 xcrb->request_control_blk_length)) in xcrb_msg_to_type6cprb_msgx()402 if (xcrb->request_control_blk_length < req_cblen) in xcrb_msg_to_type6cprb_msgx()403 memset(msg->userdata + xcrb->request_control_blk_length, in xcrb_msg_to_type6cprb_msgx()404 0, req_cblen - xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
354 pxcrb->request_control_blk_length = in prep_xcrb()
132 __u32 request_control_blk_length; member