Searched refs:ext_params (Results 1 – 2 of 2) sorted by relevance
1481 struct dpsw_prep_acl_entry *ext_params; in dpsw_acl_prepare_entry_cfg() local1484 ext_params = (struct dpsw_prep_acl_entry *)entry_cfg_buf; in dpsw_acl_prepare_entry_cfg()1489 ext_params->mask_l2_dest_mac[i] = key->mask.l2_dest_mac[5 - i]; in dpsw_acl_prepare_entry_cfg()1493 ext_params->match_l2_tpid = cpu_to_le16(key->match.l2_tpid); in dpsw_acl_prepare_entry_cfg()1500 ext_params->match_l2_pcp_dei = key->match.l2_pcp_dei; in dpsw_acl_prepare_entry_cfg()1501 ext_params->match_l3_dscp = key->match.l3_dscp; in dpsw_acl_prepare_entry_cfg()1503 ext_params->mask_l2_tpid = cpu_to_le16(key->mask.l2_tpid); in dpsw_acl_prepare_entry_cfg()1510 ext_params->mask_l2_pcp_dei = key->mask.l2_pcp_dei; in dpsw_acl_prepare_entry_cfg()1511 ext_params->mask_l3_dscp = key->mask.l3_dscp; in dpsw_acl_prepare_entry_cfg()1512 ext_params->match_l3_protocol = key->match.l3_protocol; in dpsw_acl_prepare_entry_cfg()[all …]
1079 void *ext_params; /*< Standard specific params */ member
Completed in 18 milliseconds