HomeSort by: relevance | last modified time | path
    Searched refs: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_hw17.c 341 struct fw_la_bulk_req *req_tmpl, enum fw_slice next_slice)
355 FW_COMN_NEXT_ID_SET(cipher_cd_ctrl, next_slice);
364 struct fw_la_bulk_req *req_tmpl, enum fw_slice next_slice)
395 FW_COMN_NEXT_ID_SET(auth_cd_ctrl, next_slice);

Completed in 11 milliseconds