Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c94 struct filter_entry { struct
97 u32 valid:1; /* filter allocated and valid */
98 u32 locked:1; /* filter is administratively locked */
100 u32 pending:1; /* filter action is pending firmware reply */
101 u32 smtidx:8; /* Source MAC Table index for smac */
102 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */
109 struct ch_filter_specification fs;
/linux-4.4.14/include/net/irda/
Dirlan_common.h161 int filter_entry; member
/linux-4.4.14/drivers/tty/hvc/
Dhvc_iucv.c743 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local