Home
last modified time | relevance | path

Searched refs:TSNEP_GCL_MASK (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/engleder/
Dtsnep_tc.c24 if (qopt->entries[i].gate_mask & ~TSNEP_GCL_MASK) in tsnep_validate_gcl()
186 u32 mask = TSNEP_GCL_LAST | TSNEP_GCL_MASK; in tsnep_clean_gcl()
208 properties = gcl->operation[ref].properties & TSNEP_GCL_MASK; in tsnep_insert_gcl_operation()
Dtsnep_selftests.c237 gate_open = curr->operation[index].properties & TSNEP_GCL_MASK; in check_gate()
243 curr->operation[index].properties & TSNEP_GCL_MASK; in check_gate()
265 gate_open = prev->operation[index].properties & TSNEP_GCL_MASK; in check_gate()
267 curr->operation[0].properties & TSNEP_GCL_MASK; in check_gate()
272 next_gate_open = curr->operation[0].properties & TSNEP_GCL_MASK; in check_gate()
Dtsnep_hw.h174 #define TSNEP_GCL_MASK 0x000000FF macro