Searched defs:ch_filter_specification (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4.h | 1367 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4.h | 1371 struct ch_filter_specification { struct 1374 uint32_t hitcnts:1; /* count filter hits in TCB */ 1375 uint32_t prio:1; /* filter has priority over active/server */ 1380 uint32_t type:1; /* 0 => IPv4, 1 => IPv6 */ 1381 u32 hash:1; /* 0 => wild-card, 1 => exact-match */ 1387 uint32_t action:2; /* drop, pass, switch */ 1389 uint32_t rpttid:1; /* report TID in RSS hash field */ 1391 uint32_t dirsteer:1; /* 0 => RSS, 1 => steer to iq */ 1392 uint32_t iq:10; /* ingress queue */ 1394 uint32_t maskhash:1; /* dirsteer=0: store RSS hash in TCB */ [all …]
|