Lines Matching refs:hdrs
426 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK &&
427 !ice_is_pow2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK))
431 if (segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK &&
432 !ice_is_pow2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK))
459 u32 hdrs;
461 hdrs = prof->segs[i].hdrs;
463 if (hdrs & ICE_FLOW_SEG_HDR_ETH) {
470 if (i && hdrs & ICE_FLOW_SEG_HDR_VLAN) {
476 if (!i && hdrs & ICE_FLOW_SEG_HDR_ARP) {
482 if ((hdrs & ICE_FLOW_SEG_HDR_IPV4) &&
483 (hdrs & ICE_FLOW_SEG_HDR_IPV_OTHER)) {
488 } else if ((hdrs & ICE_FLOW_SEG_HDR_IPV6) &&
489 (hdrs & ICE_FLOW_SEG_HDR_IPV_OTHER)) {
494 } else if ((hdrs & ICE_FLOW_SEG_HDR_IPV4) &&
495 !(hdrs & ICE_FLOW_SEG_HDRS_L4_MASK_NO_OTHER)) {
500 } else if (hdrs & ICE_FLOW_SEG_HDR_IPV4) {
505 } else if ((hdrs & ICE_FLOW_SEG_HDR_IPV6) &&
506 !(hdrs & ICE_FLOW_SEG_HDRS_L4_MASK_NO_OTHER)) {
511 } else if (hdrs & ICE_FLOW_SEG_HDR_IPV6) {
518 if (hdrs & ICE_FLOW_SEG_HDR_UDP) {
522 } else if (hdrs & ICE_FLOW_SEG_HDR_TCP) {
526 } else if (hdrs & ICE_FLOW_SEG_HDR_SCTP) {
532 if (hdrs & ICE_FLOW_SEG_HDR_ICMP) {
537 } else if (hdrs & ICE_FLOW_SEG_HDR_GRE) {
644 prot_id = (params->prof->segs[seg].hdrs & ICE_FLOW_SEG_HDR_IPV4) ?
807 if (segs[i].hdrs != p->segs[i].hdrs ||
1298 segs[ICE_RSS_OUTER_HEADERS].hdrs |= ICE_FLOW_SEG_HDR_IPV4 |
1302 segs[ICE_RSS_OUTER_HEADERS].hdrs |= ICE_FLOW_SEG_HDR_IPV6 |
1306 segs[ICE_RSS_OUTER_HEADERS].hdrs |= ICE_FLOW_SEG_HDR_IPV4 |
1310 segs[ICE_RSS_OUTER_HEADERS].hdrs |= ICE_FLOW_SEG_HDR_IPV6 |
1314 if (seg->hdrs & ~ICE_FLOW_RSS_SEG_HDR_VAL_MASKS)
1317 val = (u64)(seg->hdrs & ICE_FLOW_RSS_SEG_HDR_L3_MASKS);
1321 val = (u64)(seg->hdrs & ICE_FLOW_RSS_SEG_HDR_L4_MASKS);
1419 if (s->hdrs == ICE_FLOW_SEG_HDR_NONE)
1421 if (s->hdrs & ICE_FLOW_SEG_HDR_IPV4)
1423 if (s->hdrs & ICE_FLOW_SEG_HDR_IPV6)
1460 r->hash.addl_hdrs == prof->segs[prof->segs_cnt - 1].hdrs &&
1496 r->hash.addl_hdrs == prof->segs[prof->segs_cnt - 1].hdrs &&
1507 rss_cfg->hash.addl_hdrs = prof->segs[prof->segs_cnt - 1].hdrs;
1625 segs[segs_cnt - 1].hdrs,
1947 * @hdrs: protocol header type
1952 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs)
1958 if (hdrs == ICE_FLOW_SEG_HDR_NONE || !ice_is_vsi_valid(hw, vsi_handle))
1965 r->hash.addl_hdrs == hdrs) {