Searched refs:dsts_len (Results 1 – 4 of 4) sorted by relevance
337 if (msg->dsts_len[i] & 0xf) { in bcmfs4_sanity_check()338 if (msg->dsts_len[i] > DST_LENGTH_MASK) in bcmfs4_sanity_check()341 if (msg->dsts_len[i] > (MDST_LENGTH_MASK * 16)) in bcmfs4_sanity_check()368 if (msg->dsts_len[dst] < dst_target) in estimate_nonheader_desc_count()369 dst_target -= msg->dsts_len[dst]; in estimate_nonheader_desc_count()418 if (msg->dsts_len[dst] & 0xf) { in bcmfs4_enqueue_msg()420 msg->dsts_len[dst]); in bcmfs4_enqueue_msg()423 msg->dsts_len[dst] / 16); in bcmfs4_enqueue_msg()429 if (msg->dsts_len[dst] < dst_target) in bcmfs4_enqueue_msg()430 dst_target -= msg->dsts_len[dst]; in bcmfs4_enqueue_msg()
313 if (msg->dsts_len[i] & 0xf) { in bcmfs5_sanity_check()314 if (msg->dsts_len[i] > DST_LENGTH_MASK) in bcmfs5_sanity_check()317 if (msg->dsts_len[i] > (MDST_LENGTH_MASK * 16)) in bcmfs5_sanity_check()360 if (msg->dsts_len[dst] & 0xf) in bcmfs5_enqueue_msg()362 msg->dsts_len[dst]); in bcmfs5_enqueue_msg()365 msg->dsts_len[dst] / 16); in bcmfs5_enqueue_msg()
658 sreq->msgs.dsts_len[0] = fsattr_sz(dst); in bcmfs_crypto_build_auth_req()666 sreq->msgs.dsts_len[0] = fsattr_sz(mac); in bcmfs_crypto_build_auth_req()670 sreq->msgs.dsts_len[1] = SPU2_STATUS_LEN; in bcmfs_crypto_build_auth_req()758 sreq->msgs.dsts_len[0] = fsattr_sz(dst); in bcmfs_crypto_build_cipher_req()761 sreq->msgs.dsts_len[1] = SPU2_STATUS_LEN; in bcmfs_crypto_build_cipher_req()911 sreq->msgs.dsts_len[dst_index] = fsattr_sz(dst); in bcmfs_crypto_build_chain_request()925 sreq->msgs.dsts_len[dst_index] = in bcmfs_crypto_build_chain_request()933 sreq->msgs.dsts_len[dst_index] = in bcmfs_crypto_build_chain_request()940 sreq->msgs.dsts_len[dst_index] = SPU2_STATUS_LEN; in bcmfs_crypto_build_chain_request()1145 sreq->msgs.dsts_len[dst_index] = in bcmfs_crypto_build_aead_request()[all …]
22 uint32_t dsts_len[MAX_DST_ADDR_BUFFERS]; member