Home
last modified time | relevance | path

Searched refs:h_ext (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c404 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()
[all …]
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c58 memcmp(&fsp1->h_ext, &fsp2->h_ext, sizeof(fsp2->h_ext)) || in aq_match_filter()
168 (!test_bit(be16_to_cpu(fsp->h_ext.vlan_tci) & VLAN_VID_MASK, in aq_check_approve_fvlan()
326 data->user_priority = (be16_to_cpu(fsp->h_ext.vlan_tci) in aq_set_data_fl2()
417 (be16_to_cpu(fsp->h_ext.vlan_tci) & VLAN_VID_MASK)) { in aq_set_data_fvlan()
423 aq_vlans[location].vlan_id = be16_to_cpu(fsp->h_ext.vlan_tci) in aq_set_data_fvlan()
439 if (be16_to_cpu(rule->aq_fsp.h_ext.vlan_tci) == vlan_id) in aq_del_fvlan_by_vlan()
443 be16_to_cpu(rule->aq_fsp.h_ext.vlan_tci) == vlan_id) { in aq_del_fvlan_by_vlan()
/linux/drivers/net/dsa/
H A Dbcm_sf2_cfp.c375 ip_frag = !!(be32_to_cpu(fs->h_ext.data[0]) & 1); in bcm_sf2_cfp_ipv4_rule_set()
379 vlan_tci = fs->h_ext.vlan_tci; in bcm_sf2_cfp_ipv4_rule_set()
597 rule->fs.h_ext.data[0] != fs->h_ext.data[0]) in bcm_sf2_cfp_rule_cmp()
617 ret |= rule->fs.h_ext.vlan_tci != fs->h_ext.vlan_tci; in bcm_sf2_cfp_rule_cmp()
655 ip_frag = !!(be32_to_cpu(fs->h_ext.data[0]) & 1); in bcm_sf2_cfp_ipv6_rule_set()
659 vlan_tci = fs->h_ext.vlan_tci; in bcm_sf2_cfp_ipv6_rule_set()
887 vid = be16_to_cpu(fs->h_ext.vlan_tci) & VLAN_VID_MASK; in bcm_sf2_cfp_rule_insert()
889 if (be32_to_cpu(fs->h_ext.data[1]) & 1) in bcm_sf2_cfp_rule_insert()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_ethtool.c157 fsp->h_ext.vlan_etype = rule->filter.formatted.flex_bytes; in txgbe_get_ethtool_fdir_entry()
159 fsp->h_ext.data[1] = htonl(rule->filter.formatted.vm_pool); in txgbe_get_ethtool_fdir_entry()
427 (unsigned char)ntohl(fsp->h_ext.data[1]); in txgbe_add_ethtool_fdir_entry()
431 fsp->h_ext.vlan_etype; in txgbe_add_ethtool_fdir_entry()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c987 fsp->h_ext.vlan_etype = htons(rule->filter.vlan_etype); in igc_ethtool_get_nfc_rule()
993 fsp->h_ext.vlan_tci = htons(rule->filter.vlan_tci); in igc_ethtool_get_nfc_rule()
1011 memcpy(fsp->h_ext.data, rule->filter.user_data, sizeof(fsp->h_ext.data)); in igc_ethtool_get_nfc_rule()
1234 rule->filter.vlan_tci = ntohs(fsp->h_ext.vlan_tci); in igc_ethtool_init_nfc_rule()
1260 if ((fsp->flow_type & FLOW_EXT) && fsp->h_ext.vlan_etype) { in igc_ethtool_init_nfc_rule()
1261 rule->filter.vlan_etype = ntohs(fsp->h_ext.vlan_etype); in igc_ethtool_init_nfc_rule()
1267 (fsp->h_ext.data[0] || fsp->h_ext.data[1])) { in igc_ethtool_init_nfc_rule()
1269 memcpy(rule->filter.user_data, fsp->h_ext.data, sizeof(fsp->h_ext.data)); in igc_ethtool_init_nfc_rule()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c884 vlan_etype = be16_to_cpu(fsp->h_ext.vlan_etype); in otx2_prepare_flow_request()
898 memcpy(&pkt->vlan_etype, &fsp->h_ext.vlan_etype, in otx2_prepare_flow_request()
910 memcpy(&pkt->vlan_tci, &fsp->h_ext.vlan_tci, in otx2_prepare_flow_request()
919 if (be32_to_cpu(fsp->h_ext.data[1]) != IPV4_FLAG_MORE) in otx2_prepare_flow_request()
922 pkt->ip_flag = be32_to_cpu(fsp->h_ext.data[1]); in otx2_prepare_flow_request()
925 } else if (fsp->h_ext.data[1] == in otx2_prepare_flow_request()
937 ether_addr_copy(pkt->dmac, fsp->h_ext.h_dest); in otx2_prepare_flow_request()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c383 set_cvlan(outer_headers_c, outer_headers_v, fs->h_ext.vlan_tci); in set_flow_attrs()
387 mask_spec(fs->m_ext.h_dest, fs->h_ext.h_dest, ETH_ALEN); in set_flow_attrs()
389 fs->h_ext.h_dest); in set_flow_attrs()
657 (be16_to_cpu(fs->h_ext.vlan_tci) >= VLAN_N_VID)) in validate_vlan()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_flow_rule.c34 memset(&fsp->h_ext, 0, sizeof(fsp->h_ext)); in gve_fill_ethtool_flow_spec()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c866 u32 value = be32_to_cpu(fsp->h_ext.data[i]); in iavf_parse_rx_flow_user_data()
905 memcpy(fsp->h_ext.data, fltr->ext_data.usr_def, sizeof(fsp->h_ext.data)); in iavf_fill_rx_flow_ext_data()
1122 memcpy(fltr->ext_data.usr_def, fsp->h_ext.data, in iavf_add_fdir_fltr_info()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c1055 return be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_VID_MASK; in vlan_tci_vid()
1065 return be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_CFI_MASK; in vlan_tci_cfi()
1075 return (be16_to_cpu(rule->h_ext.vlan_tci) & VLAN_PRIO_MASK) >> in vlan_tci_prio()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1506 (fs->h_ext.vlan_etype || fs->h_ext.vlan_tci)) { in qede_flow_spec_validate_unused()
1512 (fs->h_ext.data[0] || fs->h_ext.data[1])) { in qede_flow_spec_validate_unused()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c3262 value = be64_to_cpu(*((__be64 *)fsp->h_ext.data)); in i40e_parse_rx_flow_user_data()
3304 *((__be64 *)fsp->h_ext.data) = cpu_to_be64(value); in i40e_fill_rx_flow_user_data()
3479 fsp->h_ext.vlan_etype = rule->vlan_etype; in i40e_get_ethtool_fdir_entry()
3481 fsp->h_ext.vlan_tci = rule->vlan_tag; in i40e_get_ethtool_fdir_entry()
4535 if (fsp->h_ext.vlan_etype != htons(ETH_P_8021Q) && in i40e_check_fdir_input_set()
4536 fsp->h_ext.vlan_etype != 0) in i40e_check_fdir_input_set()
4884 input->vlan_etype = fsp->h_ext.vlan_etype; in i40e_add_fdir_ethtool()
4885 if (!fsp->m_ext.vlan_etype && fsp->h_ext.vlan_tci) in i40e_add_fdir_ethtool()
4888 input->vlan_tag = fsp->h_ext.vlan_tci; in i40e_add_fdir_ethtool()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2717 fsp->h_ext.vlan_tci = rule->filter.formatted.vlan_id; in ixgbe_get_ethtool_fdir_entry()
2719 fsp->h_ext.vlan_etype = rule->filter.formatted.flex_bytes; in ixgbe_get_ethtool_fdir_entry()
2721 fsp->h_ext.data[1] = htonl(rule->filter.formatted.vm_pool); in ixgbe_get_ethtool_fdir_entry()
3018 (unsigned char)ntohl(fsp->h_ext.data[1]); in ixgbe_add_ethtool_fdir_entry()
3021 input->filter.formatted.vlan_id = fsp->h_ext.vlan_tci; in ixgbe_add_ethtool_fdir_entry()
3024 fsp->h_ext.vlan_etype; in ixgbe_add_ethtool_fdir_entry()
/linux/net/ethtool/
H A Dioctl.c868 .h_ext = crxnfc.fs.h_ext, in ethtool_rxnfc_copy_from_compat()
907 .h_ext = rxnfc->fs.h_ext, in ethtool_rxnfc_copy_to_compat()
3796 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create()
3830 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create()
/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c792 rule->h_ext.vlan_tci = spec.outer_vid; in efx_ethtool_get_class_rule()
1105 spec.outer_vid = rule->h_ext.vlan_tci; in efx_ethtool_set_class_rule()
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c610 &fs->h_ext.h_dest, &fs->m_ext.h_dest, in bcmgenet_hfb_create_rxnfc_filter()
611 sizeof(fs->h_ext.h_dest)); in bcmgenet_hfb_create_rxnfc_filter()
618 &fs->h_ext.vlan_etype, in bcmgenet_hfb_create_rxnfc_filter()
620 sizeof(fs->h_ext.vlan_etype)); in bcmgenet_hfb_create_rxnfc_filter()
622 &fs->h_ext.vlan_tci, in bcmgenet_hfb_create_rxnfc_filter()
624 sizeof(fs->h_ext.vlan_tci)); in bcmgenet_hfb_create_rxnfc_filter()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c939 rule->h_ext.vlan_tci = spec.outer_vid; in ef4_ethtool_get_class_rule()
1224 spec.outer_vid = rule->h_ext.vlan_tci; in ef4_ethtool_set_class_rule()
/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c791 rule->h_ext.vlan_tci = spec.outer_vid; in efx_ethtool_get_class_rule()
1114 spec.outer_vid = rule->h_ext.vlan_tci; in efx_ethtool_set_class_rule()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1129 struct ethtool_flow_ext *h_ext = &fs->h_ext; in bnxt_grxclsrule() local
1133 h_ext->vlan_tci = htons(l2_key->vlan); in bnxt_grxclsrule()
1285 struct ethtool_flow_ext *h_ext = &fs->h_ext; in bnxt_add_l2_cls_rule() local
1287 if (m_ext->vlan_tci != htons(0xfff) || !h_ext->vlan_tci) in bnxt_add_l2_cls_rule()
1289 key.vlan = ntohs(h_ext->vlan_tci); in bnxt_add_l2_cls_rule()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1391 if (be16_to_cpu(cmd->fs.h_ext.vlan_tci) >= VLAN_N_VID) in mlx4_en_validate_flow()
1413 spec_l2->eth.vlan_id = cmd->fs.h_ext.vlan_tci; in mlx4_en_ethtool_add_mac_rule()
1433 memcpy(&mac, cmd->fs.h_ext.h_dest, ETH_ALEN); in mlx4_en_ethtool_add_mac_rule_by_ipv4()
/linux/fs/xfs/
H A Dxfs_log.c1246 log->l_iclog_hsize = struct_size(log->l_iclog->ic_header, h_ext, in xlog_get_iclog_buffer_size()
1493 rhead->h_ext[i].xh_cycle = cycle_lsn; in xlog_pack_data()
1522 crc = crc32c(crc, &rhead->h_ext[i], XLOG_REC_EXT_SIZE); in xlog_cksum()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6066 if (fs->h_ext.vlan_etype) { in hclge_fd_check_ext_tuple()
6071 if (!fs->h_ext.vlan_tci) in hclge_fd_check_ext_tuple()
6075 be16_to_cpu(fs->h_ext.vlan_tci) >= VLAN_N_VID) { in hclge_fd_check_ext_tuple()
6078 ntohs(fs->h_ext.vlan_tci), VLAN_N_VID - 1); in hclge_fd_check_ext_tuple()
6093 if (is_zero_ether_addr(fs->h_ext.h_dest)) in hclge_fd_check_ext_tuple()
6153 data = be32_to_cpu(fs->h_ext.data[1]) & HCLGE_FD_USER_DEF_DATA; in hclge_fd_parse_user_def_field()
6155 offset = be32_to_cpu(fs->h_ext.data[0]) & HCLGE_FD_USER_DEF_OFFSET; in hclge_fd_parse_user_def_field()
6439 rule->tuples.vlan_tag1 = be16_to_cpu(fs->h_ext.vlan_tci); in hclge_fd_get_tuple()
6445 ether_addr_copy(rule->tuples.dst_mac, fs->h_ext.h_dest); in hclge_fd_get_tuple()
6862 fs->h_ext.data[0] = 0; in hclge_fd_get_user_def_info()
[all …]
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2453 fsp->h_ext.vlan_tci = rule->filter.vlan_tci; in igb_get_ethtool_nfc_entry()
2950 input->filter.vlan_tci = fsp->h_ext.vlan_tci; in igb_add_ethtool_nfc_entry()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1691 fs->h_ext.vlan_tci = cpu_to_be16(dfs->val.ivlan); in cxgb4_fill_filter_rule()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c2397 vid = be16_to_cpu(fs->h_ext.vlan_tci) & VLAN_VID_MASK; in mv88e6xxx_policy_insert()