Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c847 la_els_logi_t *els_logi = (la_els_logi_t *)(void *)dest; in fcoei_fill_els_fpkt_resp() local
898 els_logi->common_service.fcph_version = FCOE_B2V_2(src + in fcoei_fill_els_fpkt_resp()
901 els_logi->common_service.btob_credit = FCOE_B2V_2(src + in fcoei_fill_els_fpkt_resp()
904 els_logi->common_service.cmn_features = FCOE_B2V_2(src + in fcoei_fill_els_fpkt_resp()
907 els_logi->common_service.rx_bufsize = FCOE_B2V_2(src + in fcoei_fill_els_fpkt_resp()
916 els_logi->common_service.e_d_tov = FCOE_B2V_4(src + in fcoei_fill_els_fpkt_resp()
923 bcopy(src + offset, &els_logi->nport_ww_name, 8); in fcoei_fill_els_fpkt_resp()
925 bcopy(src + offset, &els_logi->node_ww_name, 8); in fcoei_fill_els_fpkt_resp()
931 els_logi->class_3.class_opt = FCOE_B2V_2(src + offset); in fcoei_fill_els_fpkt_resp()
937 els_logi->class_3.rcv_size = FCOE_B2V_2(src + offset); in fcoei_fill_els_fpkt_resp()
[all …]
H A Dfcoei_lv.c1351 FCOE_V2B_1(els_logi->ls_code.ls_code, FPLD + offset); in fcoei_fill_els_logi_cmd()
1360 FCOE_V2B_2(els_logi->common_service.btob_credit, FPLD + offset); in fcoei_fill_els_logi_cmd()
1366 FCOE_V2B_2(els_logi->common_service.rx_bufsize, FPLD + offset); in fcoei_fill_els_logi_cmd()
1375 FCOE_V2B_4(els_logi->common_service.e_d_tov, FPLD + offset); in fcoei_fill_els_logi_cmd()
1381 bcopy(&els_logi->nport_ww_name, FPLD + offset, 8); in fcoei_fill_els_logi_cmd()
1384 bcopy(&els_logi->node_ww_name, FPLD + offset, 8); in fcoei_fill_els_logi_cmd()
1390 FCOE_V2B_2(els_logi->class_3.class_opt, FPLD + offset); in fcoei_fill_els_logi_cmd()
1393 FCOE_V2B_2(els_logi->class_3.initiator_ctl, FPLD + offset); in fcoei_fill_els_logi_cmd()
1396 FCOE_V2B_2(els_logi->class_3.recipient_ctl, FPLD + offset); in fcoei_fill_els_logi_cmd()
1399 FCOE_V2B_2(els_logi->class_3.rcv_size, FPLD + offset); in fcoei_fill_els_logi_cmd()
[all …]