Searched refs:FRM_F_CTL (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h263 #define FRM_F_CTL(x_frm) (FCOE_B2V_3((x_frm)->frm_hdr->hdr_f_ctl)) macro
289 #define FRM_IS_LAST_FRAME(x_frm) (FRM_F_CTL(x_frm) & (1 << 19))
290 #define FRM_SENDER_IS_XCH_RESPONDER(x_frm) (FRM_F_CTL(x_frm) & (1 << 23))
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h277 (x_fhdr)->f_ctl = FRM_F_CTL(x_frm); \
H A Dfcoei_eth.c544 FFM_F_CTL(FRM_F_CTL(frm), nfrm);
/opensolaris-onvv-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c397 if (FRM_F_CTL(frm) & 0x080000) {

Completed in 60 milliseconds