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

/opensolaris-onvv-gate/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))
/opensolaris-onvv-gate/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);
577 task->task_flags = FCOE_B2V_1(ffc->ffc_attribute) & 0x07;
579 (FCOE_B2V_1(ffc->ffc_addlen_rdwr) & 0x03) << 5;
582 tm = FCOE_B2V_1(ffc->ffc_management_flags);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c854 els_code->ls_code = FCOE_B2V_1(src);
956 prli_acc->type = FCOE_B2V_1(src + offset);
1003 els_code->ls_code = FCOE_B2V_1(src);
1010 els_code->ls_code = FCOE_B2V_1(src);
1025 els_rls->ls_code.ls_code = FCOE_B2V_1(src);
1047 els_rnid->ls_code.ls_code = FCOE_B2V_1(src);
1090 (FCOE_B2V_1(src + offset) & BIT_3) ? 1 : 0;
1092 (FCOE_B2V_1(src + offset) & BIT_2) ? 1 : 0;
1094 (FCOE_B2V_1(src + offset) & BIT_1) ? 1 : 0;
1096 (FCOE_B2V_1(sr
[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), \

Completed in 57 milliseconds