Home
last modified time | relevance | path

Searched refs:FCOE_B2V_1 (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h232 #define FCOE_B2V_1(x_b) \ macro
259 #define FRM_R_CTL(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_r_ctl))
262 #define FRM_TYPE(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_type))
264 #define FRM_SEQ_ID(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_seq_id))
265 #define FRM_DF_CTL(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_df_ctl))
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c854 els_code->ls_code = FCOE_B2V_1(src); in fcoei_fill_els_fpkt_resp()
956 prli_acc->type = FCOE_B2V_1(src + offset); in fcoei_fill_els_fpkt_resp()
1003 els_code->ls_code = FCOE_B2V_1(src); in fcoei_fill_els_fpkt_resp()
1010 els_code->ls_code = FCOE_B2V_1(src); in fcoei_fill_els_fpkt_resp()
1025 els_rls->ls_code.ls_code = FCOE_B2V_1(src); in fcoei_fill_els_fpkt_resp()
1047 els_rnid->ls_code.ls_code = FCOE_B2V_1(src); in fcoei_fill_els_fpkt_resp()
1090 (FCOE_B2V_1(src + offset) & BIT_3) ? 1 : 0; in fcoei_fill_fcp_resp()
1092 (FCOE_B2V_1(src + offset) & BIT_2) ? 1 : 0; in fcoei_fill_fcp_resp()
1094 (FCOE_B2V_1(src + offset) & BIT_1) ? 1 : 0; in fcoei_fill_fcp_resp()
1096 (FCOE_B2V_1(src + offset) & BIT_0) ? 1 : 0; in fcoei_fill_fcp_resp()
[all …]
H A Dfcoei.h298 FCOE_B2V_1((x_f)->frm_hdr->hdr_r_ctl), \
300 FCOE_B2V_1((x_f)->frm_hdr->hdr_type), \
/titanic_44/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h296 FCOE_B2V_1((x_f)->frm_hdr->hdr_r_ctl), \
297 FCOE_B2V_1((x_f)->frm_hdr->hdr_type), \
H A Dfcoet_eth.c576 task->task_cmd_seq_no = FCOE_B2V_1(ffc->ffc_ref_num); in fcoet_process_unsol_fcp_cmd()
577 task->task_flags = FCOE_B2V_1(ffc->ffc_attribute) & 0x07; in fcoet_process_unsol_fcp_cmd()
579 (FCOE_B2V_1(ffc->ffc_addlen_rdwr) & 0x03) << 5; in fcoet_process_unsol_fcp_cmd()
582 tm = FCOE_B2V_1(ffc->ffc_management_flags); in fcoet_process_unsol_fcp_cmd()