Searched refs:frm_hdr (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h99 * frm_hdr will be cleared by fcoe explicitly
101 fcoe_fc_frame_header_t *frm_hdr; member in struct:fcoe_frame
259 #define FRM_R_CTL(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_r_ctl))
260 #define FRM_D_ID(x_frm) (FCOE_B2V_3((x_frm)->frm_hdr->hdr_d_id))
261 #define FRM_S_ID(x_frm) (FCOE_B2V_3((x_frm)->frm_hdr->hdr_s_id))
262 #define FRM_TYPE(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_type))
263 #define FRM_F_CTL(x_frm) (FCOE_B2V_3((x_frm)->frm_hdr->hdr_f_ctl))
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))
266 #define FRM_SEQ_CNT(x_frm) (FCOE_B2V_2((x_frm)->frm_hdr
[all...]
/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), \
298 FCOE_B2V_3((x_f)->frm_hdr->hdr_f_ctl), \
299 FCOE_B2V_4((x_f)->frm_hdr->hdr_oxid)); \
H A Dfcoet_eth.c253 * From now, we should not access both frm_hdr and frm_payload. Its
651 bcopy((char *)frm->frm_hdr-22,
1170 bcopy(frm->frm_hdr->hdr_d_id, src_addr + 3, 3);
1171 bcopy((char *)frm->frm_hdr-22,
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h298 FCOE_B2V_1((x_f)->frm_hdr->hdr_r_ctl), \
299 FCOE_B2V_3((x_f)->frm_hdr->hdr_f_ctl), \
300 FCOE_B2V_1((x_f)->frm_hdr->hdr_type), \
301 FCOE_B2V_2((x_f)->frm_hdr->hdr_oxid)); \
H A Dfcoei_eth.c862 bcopy((char *)frm->frm_hdr - 22,
872 bcopy(frm->frm_hdr->hdr_d_id, src_addr + 3, 3);
/opensolaris-onvv-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c334 frm->frm_hdr = (fcoe_fc_frame_header_t *)fmi->fmi_fc_frame;
337 frm->frm_fc_frame = (uint8_t *)frm->frm_hdr;

Completed in 57 milliseconds