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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c301 tcam_ctl_t tctl, tctl_stat; local
319 tctl_stat.value = npi_fflp_tcam_check_completion(handle, TCAM_RWC_STAT);
321 if (tctl_stat.value & NPI_FAILURE)
348 tcam_ctl_t tctl, tctl_stat; local
370 tctl_stat.value = npi_fflp_tcam_check_completion(handle,
373 if (tctl_stat.bits.ldw.match == TCAM_CTL_RWC_RWC_MATCH) {
374 return (uint32_t)(tctl_stat.bits.ldw.location);
377 return ((uint32_t)tctl_stat.value);

Completed in 46 milliseconds