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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c120 uint64_t tcam_stat; local
129 tcam_stat = hpi_pfc_tcam_check_completion(handle, TCAM_RWC_STAT);
131 if (tcam_stat & HPI_FAILURE) {
146 uint64_t tcam_stat = 0; local
159 tcam_stat = hpi_pfc_tcam_check_completion(handle, TCAM_RWC_STAT);
161 if (tcam_stat & HPI_FAILURE) {
618 uint64_t tcam_stat; local
641 tcam_stat = hpi_pfc_tcam_check_completion(handle, TCAM_RWC_STAT);
643 if (tcam_stat & HPI_FAILURE) {
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c347 uint64_t tcam_stat = 0; local
365 tcam_stat = npi_fflp_tcam_check_completion(handle, TCAM_RWC_STAT);
366 if (tcam_stat & NPI_FAILURE) {
367 return ((uint32_t)tcam_stat);
402 uint64_t tcam_stat; local
411 tcam_stat = npi_fflp_tcam_check_completion(handle, TCAM_RWC_STAT);
413 if (tcam_stat & NPI_FAILURE) {
453 uint64_t tcam_stat; local
482 tcam_stat = npi_fflp_tcam_check_completion(handle, TCAM_RWC_STAT);
484 if (tcam_stat
514 uint64_t tcam_stat = 0; local
560 uint64_t tcam_stat; local
[all...]

Completed in 64 milliseconds