Symbol: FCOE_V2B_2
usr/src/uts/common/io/comstar/port/fcoet/fcoet_fc.c
788
FCOE_V2B_2(0, ffr->ffr_retry_delay_timer);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1071
FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_0,
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1074
FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_1,
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1077
FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_2,
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1080
FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_3,
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1357
FCOE_V2B_2(els_logi->common_service.fcph_version, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1360
FCOE_V2B_2(els_logi->common_service.btob_credit, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1363
FCOE_V2B_2(els_logi->common_service.cmn_features, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1366
FCOE_V2B_2(els_logi->common_service.rx_bufsize, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1369
FCOE_V2B_2(els_logi->common_service.conc_sequences, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1372
FCOE_V2B_2(els_logi->common_service.relative_offset, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1390
FCOE_V2B_2(els_logi->class_3.class_opt, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1393
FCOE_V2B_2(els_logi->class_3.initiator_ctl, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1396
FCOE_V2B_2(els_logi->class_3.recipient_ctl, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1399
FCOE_V2B_2(els_logi->class_3.rcv_size, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1402
FCOE_V2B_2(els_logi->class_3.conc_sequences, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1405
FCOE_V2B_2(els_logi->class_3.n_port_e_to_e_credit, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1408
FCOE_V2B_2(els_logi->class_3.open_seq_per_xchng, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1446
FCOE_V2B_2(els_prli->payload_length, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1462
FCOE_V2B_2(prli_flags, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
893
FCOE_V2B_2(ct->ct_cmdrsp, FPLD + offset);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
896
FCOE_V2B_2(ct->ct_aiusize, FPLD + offset);
usr/src/uts/common/sys/fcoe/fcoe_common.h
281
#define FFM_SEQ_CNT(x_v, x_frm) FCOE_V2B_2((x_v), (x_frm)->frm_hdr->hdr_seq_cnt)
usr/src/uts/common/sys/fcoe/fcoe_common.h
282
#define FFM_OXID(x_v, x_frm) FCOE_V2B_2((x_v), (x_frm)->frm_hdr->hdr_oxid)
usr/src/uts/common/sys/fcoe/fcoe_common.h
283
#define FFM_RXID(x_v, x_frm) FCOE_V2B_2((x_v), (x_frm)->frm_hdr->hdr_rxid)