Lines Matching refs:flow_spec
16 struct ethtool_rx_flow_spec flow_spec; member
501 nfc->fs = iter->flow_spec; in otx2_get_flow()
970 u64 ring_cookie = flow->flow_spec.ring_cookie; in otx2_add_flow_msg()
984 err = otx2_prepare_flow_request(&flow->flow_spec, req); in otx2_add_flow_msg()
1002 if (flow->flow_spec.flow_type & FLOW_RSS) { in otx2_add_flow_msg()
1067 memcpy(&pf_mac->flow_spec, &flow->flow_spec, in otx2_add_flow_with_pfmac()
1069 pf_mac->flow_spec.location = pf_mac->location; in otx2_add_flow_with_pfmac()
1072 eth_hdr = &pf_mac->flow_spec.h_u.ether_spec; in otx2_add_flow_with_pfmac()
1136 flow->flow_spec = *fsp; in otx2_add_flow()
1141 if (otx2_is_flow_rule_dmacfilter(pfvf, &flow->flow_spec)) { in otx2_add_flow()
1142 eth_hdr = &flow->flow_spec.h_u.ether_spec; in otx2_add_flow()
1170 flow->flow_spec.location = fsp->location; in otx2_add_flow()
1238 eth_hdr = &iter->flow_spec.h_u.ether_spec; in otx2_update_rem_pfmac()
1275 struct ethhdr *eth_hdr = &flow->flow_spec.h_u.ether_spec; in otx2_remove_flow()
1295 flow->flow_spec.ring_cookie, in otx2_remove_flow()
1510 eth_hdr = &iter->flow_spec.h_u.ether_spec; in otx2_dmacflt_reinstall_flows()