Home | History | Annotate | Download | only in qat

Lines Matching defs:next_slice

538     uint32_t hw_blk_offset, enum fw_slice next_slice)
553 cipher_hdr->next_id = next_slice;
569 uint32_t hw_blk_offset, enum fw_slice next_slice)
592 auth_hdr->next_id = next_slice;
733 enum fw_slice next_slice;
759 next_slice = FW_SLICE_DRAM_WR;
761 next_slice = FW_SLICE_AUTH;
768 cipher_req->next_id = next_slice;
783 next_slice = FW_SLICE_CIPHER;
785 next_slice = FW_SLICE_DRAM_WR;
787 auth_req->next_id = next_slice;