Searched refs:tmp_fcid (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
| H A D | ql_xioctl.c | 3710 port_id_t tmp_fcid; in ql_send_els_rnid() local 3769 bcopy(&tmp_rnid.Addr.FcAddr.Id[1], tmp_fcid.r.d_id, in ql_send_els_rnid() 3771 BIG_ENDIAN_24(&tmp_fcid.r.d_id[0]); in ql_send_els_rnid() 3773 if (bcmp((void *)&ha->d_id, (void *)tmp_fcid.r.d_id, in ql_send_els_rnid() 3777 tq = ql_find_port(ha, (uint8_t *)tmp_fcid.r.d_id, in ql_send_els_rnid() 10193 port_id_t tmp_fcid; in ql_els_passthru() local 10244 bcopy(&pt_req->Id[1], tmp_fcid.r.d_id, in ql_els_passthru() 10246 BIG_ENDIAN_24(&tmp_fcid.r.d_id[0]); in ql_els_passthru() 10248 if (bcmp((void *)&ha->d_id, (void *)tmp_fcid.r.d_id, in ql_els_passthru() 10252 tq = ql_find_port(ha, (uint8_t *)tmp_fcid.r.d_id, in ql_els_passthru()
|