Searched refs:baseFqid (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1312 uint32_t baseFqid; /**< Base FQID; Relevant only if bypassFqidGeneration = FALSE; member in struct:t_FmPcdKgSchemeParams
1314 according to hashDistributionNumOfFqids, baseFqid must be aligned to
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c1879 if(p_Scheme->baseFqid)
1880 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("baseFqid set for a scheme that does not generate an FQID"));
1883 if(!p_Scheme->baseFqid)
1884 DBG(WARNING, ("baseFqid is 0."));
2087 if((p_KeyAndHash->hashDistributionNumOfFqids-1) & p_Scheme->baseFqid)
2088 DBG(WARNING, ("baseFqid unaligned. Distribution may result in less than hashDistributionNumOfFqids queues."));
2578 if(p_Scheme->baseFqid & ~0x00FFFFFF)
2579 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("baseFqid must be between 1 and 2^24-1"));
2581 fqbTmp |= p_Scheme->baseFqid;

Completed in 119 milliseconds