Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1532 FCOE_V2B_1(els_adisc->ls_code.ls_code, FPLD + offset); in fcoei_fill_els_adisc_cmd()
1535 FCOE_V2B_3(els_adisc->hard_addr.hard_addr, FPLD + offset); in fcoei_fill_els_adisc_cmd()
1538 bcopy(&els_adisc->port_wwn, FPLD + offset, 8); in fcoei_fill_els_adisc_cmd()
1541 bcopy(&els_adisc->node_wwn, FPLD + offset, 8); in fcoei_fill_els_adisc_cmd()
1544 FCOE_V2B_3(els_adisc->nport_id.port_id, FPLD + offset); in fcoei_fill_els_adisc_cmd()
1703 if (els_adisc->ls_code.ls_code == LA_ELS_RJT) { in fcoei_fill_els_adisc_resp()
1707 FCOE_V2B_1(els_adisc->ls_code.ls_code, FPLD + offset); in fcoei_fill_els_adisc_resp()
1710 FCOE_V2B_3(els_adisc->hard_addr.hard_addr, FPLD + offset); in fcoei_fill_els_adisc_resp()
1713 bcopy(&els_adisc->port_wwn, FPLD + offset, FC_WWN_SIZE); in fcoei_fill_els_adisc_resp()
1716 bcopy(&els_adisc->node_wwn, FPLD + offset, FC_WWN_SIZE); in fcoei_fill_els_adisc_resp()
[all …]
H A Dfcoei_eth.c848 la_els_adisc_t *els_adisc = (la_els_adisc_t *)(void *)dest; in fcoei_fill_els_fpkt_resp() local
1015 els_adisc->hard_addr.hard_addr = FCOE_B2V_3(src + offset); in fcoei_fill_els_fpkt_resp()
1017 bcopy(src + offset, &els_adisc->port_wwn, 8); in fcoei_fill_els_fpkt_resp()
1019 bcopy(src + offset, &els_adisc->node_wwn, 8); in fcoei_fill_els_fpkt_resp()
1021 els_adisc->nport_id.port_id = FCOE_B2V_3(src + offset); in fcoei_fill_els_fpkt_resp()