Searched refs:FCOE_V2B_2 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 893 FCOE_V2B_2(ct->ct_cmdrsp, FPLD + offset); in fcoei_initiate_ct_req() 896 FCOE_V2B_2(ct->ct_aiusize, FPLD + offset); in fcoei_initiate_ct_req() 1071 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_0, in fcoei_initiate_fcp_cmd() 1074 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_1, in fcoei_initiate_fcp_cmd() 1077 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_2, in fcoei_initiate_fcp_cmd() 1080 FCOE_V2B_2(fcp_cmd_iu->fcp_ent_addr.ent_addr_3, in fcoei_initiate_fcp_cmd() 1357 FCOE_V2B_2(els_logi->common_service.fcph_version, 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() 1363 FCOE_V2B_2(els_logi->common_service.cmn_features, 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() [all …]
|
/titanic_50/usr/src/uts/common/sys/fcoe/ |
H A D | fcoe_common.h | 199 #define FCOE_V2B_2(x_v, x_b) \ macro 281 #define FFM_SEQ_CNT(x_v, x_frm) FCOE_V2B_2((x_v), (x_frm)->frm_hdr->hdr_seq_cnt) 282 #define FFM_OXID(x_v, x_frm) FCOE_V2B_2((x_v), (x_frm)->frm_hdr->hdr_oxid) 283 #define FFM_RXID(x_v, x_frm) FCOE_V2B_2((x_v), (x_frm)->frm_hdr->hdr_rxid)
|