Searched defs:t4_filter_specification (Results 1 – 1 of 1) sorted by relevance
204 struct t4_filter_specification { struct205 uint32_t hitcnts:1; /* count filter hits in TCB */206 uint32_t prio:1; /* filter has priority over active/server */207 uint32_t type:1; /* 0 => IPv4, 1 => IPv6 */208 uint32_t hash:1; /* 0 => LE TCAM, 1 => Hash */209 uint32_t action:2; /* drop, pass, switch */210 uint32_t rpttid:1; /* report TID in RSS hash field */211 uint32_t dirsteer:1; /* 0 => RSS, 1 => steer to iq */212 uint32_t iq:10; /* ingress queue */213 uint32_t maskhash:1; /* dirsteer=0: steer to an RSS sub-region */[all …]