Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1368 struct ch_filter_specification { struct
1371 uint32_t hitcnts:1; /* count filter hits in TCB */
1372 uint32_t prio:1; /* filter has priority over active/server */
1377 uint32_t type:1; /* 0 => IPv4, 1 => IPv6 */
1378 u32 hash:1; /* 0 => wild-card, 1 => exact-match */
1384 uint32_t action:2; /* drop, pass, switch */
1386 uint32_t rpttid:1; /* report TID in RSS hash field */
1388 uint32_t dirsteer:1; /* 0 => RSS, 1 => steer to iq */
1389 uint32_t iq:10; /* ingress queue */
1391 uint32_t maskhash:1; /* dirsteer=0: store RSS hash in TCB */
[all …]