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

  /src/sys/dev/pci/qat/
qat_ae.c 2511 struct fw_auth_desc *auth_desc; local in function:qat_aefw_alloc_auth_dmamem
2538 auth_desc = &auth_chunk->ac_fw_auth_desc;
2539 auth_desc->fad_css_hdr_high = bus_addr >> 32;
2540 auth_desc->fad_css_hdr_low = bus_addr;
2548 auth_desc->fad_fwsk_pub_high = bus_addr >> 32;
2549 auth_desc->fad_fwsk_pub_low = bus_addr;
2560 auth_desc->fad_signature_high = bus_addr >> 32;
2561 auth_desc->fad_signature_low = bus_addr;
2572 auth_desc->fad_img_high = bus_addr >> 32;
2573 auth_desc->fad_img_low = bus_addr
    [all...]
qat_ae.c 2511 struct fw_auth_desc *auth_desc; local in function:qat_aefw_alloc_auth_dmamem
2538 auth_desc = &auth_chunk->ac_fw_auth_desc;
2539 auth_desc->fad_css_hdr_high = bus_addr >> 32;
2540 auth_desc->fad_css_hdr_low = bus_addr;
2548 auth_desc->fad_fwsk_pub_high = bus_addr >> 32;
2549 auth_desc->fad_fwsk_pub_low = bus_addr;
2560 auth_desc->fad_signature_high = bus_addr >> 32;
2561 auth_desc->fad_signature_low = bus_addr;
2572 auth_desc->fad_img_high = bus_addr >> 32;
2573 auth_desc->fad_img_low = bus_addr
    [all...]
qat_ae.c 2511 struct fw_auth_desc *auth_desc; local in function:qat_aefw_alloc_auth_dmamem
2538 auth_desc = &auth_chunk->ac_fw_auth_desc;
2539 auth_desc->fad_css_hdr_high = bus_addr >> 32;
2540 auth_desc->fad_css_hdr_low = bus_addr;
2548 auth_desc->fad_fwsk_pub_high = bus_addr >> 32;
2549 auth_desc->fad_fwsk_pub_low = bus_addr;
2560 auth_desc->fad_signature_high = bus_addr >> 32;
2561 auth_desc->fad_signature_low = bus_addr;
2572 auth_desc->fad_img_high = bus_addr >> 32;
2573 auth_desc->fad_img_low = bus_addr
    [all...]
qat_ae.c 2511 struct fw_auth_desc *auth_desc; local in function:qat_aefw_alloc_auth_dmamem
2538 auth_desc = &auth_chunk->ac_fw_auth_desc;
2539 auth_desc->fad_css_hdr_high = bus_addr >> 32;
2540 auth_desc->fad_css_hdr_low = bus_addr;
2548 auth_desc->fad_fwsk_pub_high = bus_addr >> 32;
2549 auth_desc->fad_fwsk_pub_low = bus_addr;
2560 auth_desc->fad_signature_high = bus_addr >> 32;
2561 auth_desc->fad_signature_low = bus_addr;
2572 auth_desc->fad_img_high = bus_addr >> 32;
2573 auth_desc->fad_img_low = bus_addr
    [all...]

Completed in 47 milliseconds