Home
last modified time | relevance | path

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; in hpi_pfc_tcam_asc_ram_entry_read() local
129 tcam_stat = hpi_pfc_tcam_check_completion(handle, TCAM_RWC_STAT); in hpi_pfc_tcam_asc_ram_entry_read()
131 if (tcam_stat & HPI_FAILURE) { in hpi_pfc_tcam_asc_ram_entry_read()
146 uint64_t tcam_stat = 0; in hpi_pfc_tcam_asc_ram_entry_write() local
159 tcam_stat = hpi_pfc_tcam_check_completion(handle, TCAM_RWC_STAT); in hpi_pfc_tcam_asc_ram_entry_write()
161 if (tcam_stat & HPI_FAILURE) { in hpi_pfc_tcam_asc_ram_entry_write()
618 uint64_t tcam_stat; in hpi_pfc_tcam_entry_write() local
641 tcam_stat = hpi_pfc_tcam_check_completion(handle, TCAM_RWC_STAT); in hpi_pfc_tcam_entry_write()
643 if (tcam_stat & HPI_FAILURE) { in hpi_pfc_tcam_entry_write()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c347 uint64_t tcam_stat = 0; in npi_fflp_tcam_entry_match() local
366 if (tcam_stat & NPI_FAILURE) { in npi_fflp_tcam_entry_match()
367 return ((uint32_t)tcam_stat); in npi_fflp_tcam_entry_match()
402 uint64_t tcam_stat; in npi_fflp_tcam_entry_read() local
413 if (tcam_stat & NPI_FAILURE) { in npi_fflp_tcam_entry_read()
453 uint64_t tcam_stat; in npi_fflp_tcam_entry_write() local
484 if (tcam_stat & NPI_FAILURE) { in npi_fflp_tcam_entry_write()
514 uint64_t tcam_stat = 0; in npi_fflp_tcam_asc_ram_entry_write() local
530 if (tcam_stat & NPI_FAILURE) { in npi_fflp_tcam_asc_ram_entry_write()
560 uint64_t tcam_stat; in npi_fflp_tcam_asc_ram_entry_read() local
[all …]