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

  /src/sys/dev/pci/qat/
qat_hw15reg.h 266 uint64_t init_shram_mask; /* Init time shram mask to set the page ownership in page pool of AE*/
390 #define COMN_REQ_CY0_ONLY(shram) \
393 (shram) | \
398 #define COMN_REQ_CY1_ONLY(shram) \
401 (shram) | \
qat_hw15.c 251 * needed for Shram partitioning.
265 uint16_t shram = 0, comn_req = 0; local in function:qat_adm_ring_build_slice_mask
268 shram = COMN_REQ_SHRAM_INIT_REQUIRED;
271 comn_req |= COMN_REQ_CY0_ONLY(shram);
273 comn_req |= COMN_REQ_CY1_ONLY(shram);

Completed in 59 milliseconds