Searched defs:FCOE_B2V_3 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h238 #define FCOE_B2V_3(x_b) \ macro
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))
263 #define FRM_F_CTL(x_frm) (FCOE_B2V_3((x_frm)->frm_hdr->hdr_f_ctl))

Completed in 60 milliseconds