Home
last modified time | relevance | path

Searched defs:filter_entry (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dftrace.h44 struct filter_entry { struct
45 struct list_head list;
46 char name[];
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1457 struct filter_entry { struct
1459 u32 valid:1; /* filter allocated and valid */
1460 u32 locked:1; /* filter is administratively locked */
1462 u32 pending:1; /* filter action is pending firmware reply */
1463 struct filter_ctx *ctx; /* Caller's completion hook */
1464 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */
1465 struct smt_entry *smt; /* Source Mac Table entry for smac */
1466 struct net_device *dev; /* Associated net device */
1467 u32 tid; /* This will store the actual tid */
1474 struct ch_filter_specification fs;