Symbol: FCOE_B2V_4
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
410
task_expected_len = FCOE_B2V_4(ffc->ffc_fcp_dl);
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
580
task->task_expected_xfer_length = FCOE_B2V_4(ffc->ffc_fcp_dl);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1028
FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1031
FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1034
FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1037
FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1040
FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1043
FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1103
fcp_rsp_iu->fcp_resid = FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1105
fcp_rsp_iu->fcp_sense_len = FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1107
fcp_rsp_iu->fcp_response_len = FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
236
rcv_buf_size = FCOE_B2V_4(frm->frm_payload + 4);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
237
offset = FCOE_B2V_4(frm->frm_payload);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
407
offset) = FCOE_B2V_4(frm->frm_payload + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
916
els_logi->common_service.e_d_tov = FCOE_B2V_4(src +
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
977
prli_acc->orig_process_associator = FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
979
prli_acc->resp_process_associator = FCOE_B2V_4(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
985
(FCOE_B2V_4(src + offset) & BIT_5) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
987
(FCOE_B2V_4(src + offset) & BIT_4) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
989
(FCOE_B2V_4(src + offset) & BIT_3) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
991
(FCOE_B2V_4(src + offset) & BIT_2) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
993
(FCOE_B2V_4(src + offset) & BIT_1) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
995
(FCOE_B2V_4(src + offset) & BIT_0) ? 1 : 0;
usr/src/uts/common/sys/fcoe/fcoe_common.h
269
#define FRM_PARAM(x_frm) (FCOE_B2V_4((x_frm)->frm_hdr->hdr_param))