Lines Matching defs:location
87 hpi_pfc_tcam_entry_read(hpi_handle_t handle, uint32_t location,
103 tctl.bits.addr = location;
118 uint32_t location, uint64_t *ram_data)
124 tctl.bits.addr = location;
133 "TCAM RAM read failed loc %d \n", location));
143 hpi_pfc_tcam_asc_ram_entry_write(hpi_handle_t handle, uint32_t location,
152 tctl.bits.addr = location;
156 " tcam ascr write: location %x data %llx ctl value %llx \n",
157 location, ram_data, tctl.value));
163 "TCAM RAM write failed loc %d \n", location));
589 hpi_pfc_tcam_entry_invalidate(hpi_handle_t handle, uint32_t location)
594 (void) hpi_pfc_tcam_entry_write(handle, location, &tcam_ptr);
615 hpi_pfc_tcam_entry_write(hpi_handle_t handle, uint32_t location,
628 " tcam write: location %x\n key: %llx %llx\n mask: %llx %llx\n",
629 location, tcam_ptr->key0, tcam_ptr->key1,
633 tctl.bits.addr = location;
645 "TCAM Write failed loc %d \n", location));
940 * specific location.