Symbol: FCOE_B2V_2
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
301
FCOE_B2V_2((x_f)->frm_hdr->hdr_oxid)); \
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
402
FCOE_B2V_2(frm->frm_payload + 2);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
798
FCOE_B2V_2(frm->frm_payload + 4),
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
799
FCOE_B2V_2(frm->frm_payload + 6));
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
898
els_logi->common_service.fcph_version = FCOE_B2V_2(src +
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
901
els_logi->common_service.btob_credit = FCOE_B2V_2(src +
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
904
els_logi->common_service.cmn_features = FCOE_B2V_2(src +
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
907
els_logi->common_service.rx_bufsize = FCOE_B2V_2(src +
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
910
els_logi->common_service.conc_sequences = FCOE_B2V_2(src +
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
913
els_logi->common_service.relative_offset = FCOE_B2V_2(src +
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
931
els_logi->class_3.class_opt = FCOE_B2V_2(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
933
els_logi->class_3.initiator_ctl = FCOE_B2V_2(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
935
els_logi->class_3.recipient_ctl = FCOE_B2V_2(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
937
els_logi->class_3.rcv_size = FCOE_B2V_2(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
939
els_logi->class_3.conc_sequences = FCOE_B2V_2(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
941
els_logi->class_3.n_port_e_to_e_credit = FCOE_B2V_2(src +
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
944
els_logi->class_3.open_seq_per_xchng = FCOE_B2V_2(src + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
966
(FCOE_B2V_2(src + offset) & BIT_15) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
968
(FCOE_B2V_2(src + offset) & BIT_14) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
970
(FCOE_B2V_2(src + offset) & BIT_13) ? 1 : 0;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
972
(FCOE_B2V_2(src + offset) & 0x0F00) >> 8;
usr/src/uts/common/sys/fcoe/fcoe_common.h
266
#define FRM_SEQ_CNT(x_frm) (FCOE_B2V_2((x_frm)->frm_hdr->hdr_seq_cnt))
usr/src/uts/common/sys/fcoe/fcoe_common.h
267
#define FRM_OXID(x_frm) (FCOE_B2V_2((x_frm)->frm_hdr->hdr_oxid))
usr/src/uts/common/sys/fcoe/fcoe_common.h
268
#define FRM_RXID(x_frm) (FCOE_B2V_2((x_frm)->frm_hdr->hdr_rxid))