Home
last modified time | relevance | path

Searched refs:remote_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dffdc_cli_robot_script.py137 remote_type = None
162 remote_type = dict_of_parm[key]
200 if remote and username and password and remote_type:
211 remote_type,
221 if remote_type.upper() == "OPENBMC":
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_edif_bsg.h114 uint8_t remote_type; member
H A Dqla_edif.c1003 app_reply->ports[pcnt].remote_type = in qla_edif_app_getfcinfo()
1006 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()
1009 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py127 remote_type, argument
158 self.location = location + "/" + remote_type.upper()
163 self.target_type = remote_type.upper()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c3656 int remote_type = in vxlan_config_validate() local
3660 if (!(remote_type & IPV6_ADDR_LINKLOCAL) && in vxlan_config_validate()
3661 (remote_type != IPV6_ADDR_ANY)) { in vxlan_config_validate()
3669 if (remote_type == in vxlan_config_validate()