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

  /src/sys/dev/pci/qat/
qat_ae.c 2393 qsi->qsi_css_key = qsi->qsi_css_header + sizeof(struct css_hdr);
2509 struct css_hdr *css = (struct css_hdr *)image;
2542 memcpy((void *)virt_addr, image, sizeof(struct css_hdr));
2544 virt_addr += sizeof(struct css_hdr);
2545 bus_addr += sizeof(struct css_hdr);
2546 image += sizeof(struct css_hdr);
2643 sizeof(struct auth_chunk) + sizeof(struct css_hdr) +
qatreg.h 1190 #define CSS_AE_SIMG_LEN (sizeof(struct css_hdr) + \
1194 #define AE_IMG_OFFSET (sizeof(struct css_hdr) + \
1230 struct css_hdr { struct

Completed in 36 milliseconds