Lines Matching refs:tcam_ptr

335  * tcam_ptr   :     TCAM entry ptr
344 npi_fflp_tcam_entry_match(npi_handle_t handle, tcam_entry_t *tcam_ptr)
350 WRITE_TCAM_REG_MASK0(handle, tcam_ptr->mask0);
351 WRITE_TCAM_REG_MASK1(handle, tcam_ptr->mask1);
352 WRITE_TCAM_REG_MASK2(handle, tcam_ptr->mask2);
353 WRITE_TCAM_REG_MASK3(handle, tcam_ptr->mask3);
355 WRITE_TCAM_REG_KEY0(handle, tcam_ptr->key0);
356 WRITE_TCAM_REG_KEY1(handle, tcam_ptr->key1);
357 WRITE_TCAM_REG_KEY2(handle, tcam_ptr->key2);
358 WRITE_TCAM_REG_KEY3(handle, tcam_ptr->key3);
389 * tcam_ptr : TCAM entry pointer
399 struct tcam_entry *tcam_ptr)
419 READ_TCAM_REG_MASK0(handle, &tcam_ptr->mask0);
420 READ_TCAM_REG_MASK1(handle, &tcam_ptr->mask1);
421 READ_TCAM_REG_MASK2(handle, &tcam_ptr->mask2);
422 READ_TCAM_REG_MASK3(handle, &tcam_ptr->mask3);
424 READ_TCAM_REG_KEY0(handle, &tcam_ptr->key0);
425 READ_TCAM_REG_KEY1(handle, &tcam_ptr->key1);
426 READ_TCAM_REG_KEY2(handle, &tcam_ptr->key2);
427 READ_TCAM_REG_KEY3(handle, &tcam_ptr->key3);
440 * tcam_ptr : TCAM entry pointer
450 tcam_entry_t *tcam_ptr)
457 WRITE_TCAM_REG_MASK0(handle, tcam_ptr->mask0);
458 WRITE_TCAM_REG_MASK1(handle, tcam_ptr->mask1);
459 WRITE_TCAM_REG_MASK2(handle, tcam_ptr->mask2);
460 WRITE_TCAM_REG_MASK3(handle, tcam_ptr->mask3);
462 WRITE_TCAM_REG_KEY0(handle, tcam_ptr->key0);
463 WRITE_TCAM_REG_KEY1(handle, tcam_ptr->key1);
464 WRITE_TCAM_REG_KEY2(handle, tcam_ptr->key2);
465 WRITE_TCAM_REG_KEY3(handle, tcam_ptr->key3);
471 location, tcam_ptr->key0, tcam_ptr->key1,
472 tcam_ptr->key2, tcam_ptr->key3,
473 tcam_ptr->mask0, tcam_ptr->mask1,
474 tcam_ptr->mask2, tcam_ptr->mask3));