Searched defs:filter_entry (Results 1 – 1 of 1) sorted by relevance
351 struct filter_entry { struct352 uint32_t valid:1; /* filter allocated and valid */353 uint32_t locked:1; /* filter is administratively locked */354 uint32_t pending:1; /* filter action is pending firmware reply */355 uint32_t smtidx:8; /* Source MAC Table index for smac */356 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */358 struct t4_filter_specification fs;