Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c5858 la_wwn_t dwwn; in fp_flogi_intr() local
5911 FC_GET_RSP(port, pkt->pkt_resp_acc, (uint8_t *)&dwwn, in fp_flogi_intr()
5923 if (fctl_wwn_cmp(swwn, &dwwn) >= 0) { in fp_flogi_intr()
5938 &nwwn, &dwwn, d_id, PD_PLOGI_INITIATOR, in fp_flogi_intr()
11917 la_wwn_t *dwwn; in fp_handle_unsol_plogi() local
11937 dwwn = &payload->nport_ww_name; in fp_handle_unsol_plogi()
11938 small = fctl_wwn_cmp(swwn, dwwn); in fp_handle_unsol_plogi()
11939 pd = fctl_get_remote_port_by_pwwn(port, dwwn); in fp_handle_unsol_plogi()
12089 fc_wwn_to_str(dwwn, dww_name); in fp_handle_unsol_plogi()