Searched refs:ha_peer (Results 1 – 2 of 2) sorted by relevance
147 char ha_peer[128]; member633 strlcpy(buf, softc->ha_peer, sizeof(buf)); in ctl_ha_peer_sysctl()636 strncmp(buf, softc->ha_peer, sizeof(buf)) == 0) in ctl_ha_peer_sysctl()657 strlcpy(softc->ha_peer, buf, sizeof(softc->ha_peer)); in ctl_ha_peer_sysctl()
2081 qla_host_t *ha_peer; in qla_send_msg_to_peer() local2084 if ((ha_peer = device_get_softc(ha->peer_dev)) != NULL) { in qla_send_msg_to_peer()2086 ha_peer->msg_from_peer = msg_to_peer; in qla_send_msg_to_peer()