Symbol: FCOE_B2V_1
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
576
task->task_cmd_seq_no = FCOE_B2V_1(ffc->ffc_ref_num);
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
577
task->task_flags = FCOE_B2V_1(ffc->ffc_attribute) & 0x07;
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
579
(FCOE_B2V_1(ffc->ffc_addlen_rdwr) & 0x03) << 5;
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
582
tm = FCOE_B2V_1(ffc->ffc_management_flags);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
298
FCOE_B2V_1((x_f)->frm_hdr->hdr_r_ctl), \
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
300
FCOE_B2V_1((x_f)->frm_hdr->hdr_type), \
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1003
els_code->ls_code = FCOE_B2V_1(src);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1010
els_code->ls_code = FCOE_B2V_1(src);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1025
els_rls->ls_code.ls_code = FCOE_B2V_1(src);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1047
els_rnid->ls_code.ls_code = FCOE_B2V_1(src);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1090
(FCOE_B2V_1(src + offset) & BIT_3) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1092
(FCOE_B2V_1(src + offset) & BIT_2) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1094
(FCOE_B2V_1(src + offset) & BIT_1) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1096
(FCOE_B2V_1(src + offset) & BIT_0) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1098
fcp_rsp_iu->fcp_u.fcp_status.scsi_status = FCOE_B2V_1(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
854
els_code->ls_code = FCOE_B2V_1(src);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
956
prli_acc->type = FCOE_B2V_1(src + offset);
usr/src/uts/common/sys/fcoe/fcoe_common.h
259
#define FRM_R_CTL(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_r_ctl))
usr/src/uts/common/sys/fcoe/fcoe_common.h
262
#define FRM_TYPE(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_type))
usr/src/uts/common/sys/fcoe/fcoe_common.h
264
#define FRM_SEQ_ID(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_seq_id))
usr/src/uts/common/sys/fcoe/fcoe_common.h
265
#define FRM_DF_CTL(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_df_ctl))