Home
last modified time | relevance | path

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

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