Lines Matching refs:h_ext
404 bcmasp_netfilt_wr_m_wake(priv, nfilt, 0, &fs->h_ext.h_dest, in bcmasp_netfilt_wr_to_hw()
406 sizeof(fs->h_ext.h_dest)); in bcmasp_netfilt_wr_to_hw()
412 &fs->h_ext.vlan_etype, in bcmasp_netfilt_wr_to_hw()
414 sizeof(fs->h_ext.vlan_etype)); in bcmasp_netfilt_wr_to_hw()
416 &fs->h_ext.vlan_tci, in bcmasp_netfilt_wr_to_hw()
418 sizeof(fs->h_ext.vlan_tci)); in bcmasp_netfilt_wr_to_hw()
640 if (cur->h_ext.vlan_etype != fs->h_ext.vlan_etype || in bcmasp_netfilt_check_dup()
642 cur->h_ext.vlan_tci != fs->h_ext.vlan_tci || in bcmasp_netfilt_check_dup()
644 cur->h_ext.data[0] != fs->h_ext.data[0]) in bcmasp_netfilt_check_dup()
648 if (memcmp(&cur->h_ext.h_dest, in bcmasp_netfilt_check_dup()
649 &fs->h_ext.h_dest, ETH_ALEN) || in bcmasp_netfilt_check_dup()