Searched defs:numIntercepts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c513 uint8_t *pVpdList, uint16_t numIntercepts, uint8_t *pRetVpdList)
521 numIntercepts, &(idxL), &(idxR));
524 if (idxL == numIntercepts - 1)
525 idxL = (uint16_t)(numIntercepts - 2);
512 ath9k_hw_fill_vpd_table(uint8_t pwrMin, uint8_t pwrMax, uint8_t *pPwrList, uint8_t *pVpdList, uint16_t numIntercepts, uint8_t *pRetVpdList) argument

Completed in 78 milliseconds