Home
last modified time | relevance | path

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

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