Searched refs:fsp1 (Results 1 – 1 of 1) sorted by relevance
53 aq_match_filter(struct ethtool_rx_flow_spec *fsp1, in aq_match_filter() argument56 if (fsp1->flow_type != fsp2->flow_type || in aq_match_filter()57 memcmp(&fsp1->h_u, &fsp2->h_u, sizeof(fsp2->h_u)) || in aq_match_filter()58 memcmp(&fsp1->h_ext, &fsp2->h_ext, sizeof(fsp2->h_ext)) || in aq_match_filter()59 memcmp(&fsp1->m_u, &fsp2->m_u, sizeof(fsp2->m_u)) || in aq_match_filter()60 memcmp(&fsp1->m_ext, &fsp2->m_ext, sizeof(fsp2->m_ext))) in aq_match_filter()