Lines Matching refs:table_id
62 * of table_id table.
67 dm_table_busy(dm_table_head_t *head, uint8_t table_id)
73 if (table_id == DM_TABLE_ACTIVE)
105 dm_table_get_entry(dm_table_head_t *head, uint8_t table_id)
109 id = dm_table_busy(head, table_id);
117 dm_table_release(dm_table_head_t *head, uint8_t table_id)
147 dm_table_destroy(dm_table_head_t *head, uint8_t table_id)
155 aprint_debug("dm_Table_destroy called with %d--%d\n", table_id, head->io_cnt);
160 if (table_id == DM_TABLE_ACTIVE)
281 dm_table_get_target_count(dm_table_head_t *head, uint8_t table_id)
290 id = dm_table_busy(head, table_id);