Lines Matching refs:location
87 hpi_pfc_tcam_entry_read(hpi_handle_t handle, uint32_t location, in hpi_pfc_tcam_entry_read() argument
103 tctl.bits.addr = location; in hpi_pfc_tcam_entry_read()
118 uint32_t location, uint64_t *ram_data) in hpi_pfc_tcam_asc_ram_entry_read() argument
124 tctl.bits.addr = location; in hpi_pfc_tcam_asc_ram_entry_read()
133 "TCAM RAM read failed loc %d \n", location)); in hpi_pfc_tcam_asc_ram_entry_read()
143 hpi_pfc_tcam_asc_ram_entry_write(hpi_handle_t handle, uint32_t location, in hpi_pfc_tcam_asc_ram_entry_write() argument
152 tctl.bits.addr = location; in hpi_pfc_tcam_asc_ram_entry_write()
157 location, ram_data, tctl.value)); in hpi_pfc_tcam_asc_ram_entry_write()
163 "TCAM RAM write failed loc %d \n", location)); in hpi_pfc_tcam_asc_ram_entry_write()
589 hpi_pfc_tcam_entry_invalidate(hpi_handle_t handle, uint32_t location) in hpi_pfc_tcam_entry_invalidate() argument
594 (void) hpi_pfc_tcam_entry_write(handle, location, &tcam_ptr); in hpi_pfc_tcam_entry_invalidate()
615 hpi_pfc_tcam_entry_write(hpi_handle_t handle, uint32_t location, in hpi_pfc_tcam_entry_write() argument
629 location, tcam_ptr->key0, tcam_ptr->key1, in hpi_pfc_tcam_entry_write()
633 tctl.bits.addr = location; in hpi_pfc_tcam_entry_write()
645 "TCAM Write failed loc %d \n", location)); in hpi_pfc_tcam_entry_write()