Searched refs:ha_peer (Results 1 – 2 of 2) sorted by relevance
82 char ha_peer[128]; member568 strlcpy(buf, softc->ha_peer, sizeof(buf)); in ctl_ha_peer_sysctl()571 strncmp(buf, softc->ha_peer, sizeof(buf)) == 0) in ctl_ha_peer_sysctl()592 strlcpy(softc->ha_peer, buf, sizeof(softc->ha_peer)); in ctl_ha_peer_sysctl()
2042 qla_host_t *ha_peer; in qla_send_msg_to_peer() local2045 if ((ha_peer = device_get_softc(ha->peer_dev)) != NULL) { in qla_send_msg_to_peer()2046 ha_peer->msg_from_peer = msg_to_peer; in qla_send_msg_to_peer()