HomeSort by: relevance | last modified time | path
    Searched defs:next_slice (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_hw15.c 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; local in function:qat_hw15_crypto_setup_req_params
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
    [all...]
qat_hw15.c 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; local in function:qat_hw15_crypto_setup_req_params
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
    [all...]

Completed in 25 milliseconds