Searched refs:ext_params (Results 1 – 4 of 4) 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()1487 ext_params->match_l2_dest_mac[i] = key->match.l2_dest_mac[5 - i]; in dpsw_acl_prepare_entry_cfg()1488 ext_params->match_l2_source_mac[i] = key->match.l2_source_mac[5 - i]; 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()1490 ext_params->mask_l2_source_mac[i] = key->mask.l2_source_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()1494 ext_params->match_l2_vlan_id = cpu_to_le16(key->match.l2_vlan_id); in dpsw_acl_prepare_entry_cfg()1495 ext_params->match_l3_dest_ip = cpu_to_le32(key->match.l3_dest_ip); in dpsw_acl_prepare_entry_cfg()1496 ext_params->match_l3_source_ip = cpu_to_le32(key->match.l3_source_ip); in dpsw_acl_prepare_entry_cfg()[all …]
970 if (!ext.ext_params) in __deliver_service()974 ext.ext_params); in __deliver_service()977 ext.ext_params, 0); in __deliver_service()979 return write_sclp(vcpu, ext.ext_params); in __deliver_service()995 fi->srv_signal.ext_params &= ~SCCB_EVENT_PENDING; in __deliver_service_ev()1002 ext.ext_params, 0); in __deliver_service_ev()1004 return write_sclp(vcpu, ext.ext_params & SCCB_EVENT_PENDING); in __deliver_service_ev()1064 inti->ext.ext_params, inti->ext.ext_params2); in __deliver_virtio()1068 inti->ext.ext_params, in __deliver_virtio()1088 rc |= put_guest_lc(vcpu, inti->ext.ext_params, in __deliver_virtio()[all …]
140 __u32 ext_params; member
1079 void *ext_params; /*< Standard specific params */ member