Home
last modified time | relevance | path

Searched refs:FRM_R_CTL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h296 FRM_R_CTL(x_f), \
H A Dfcoet_eth.c136 uint8_t rctl = FRM_R_CTL(frm); in fcoet_rx_frame()
382 r_ctl = FRM_R_CTL(frm); in fcoet_create_unsol_exchange()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h273 (x_fhdr)->r_ctl = FRM_R_CTL(x_frm); \
H A Dfcoei.c960 FRM2IFM(frm)->ifm_rctl = FRM_R_CTL(frm); in fcoei_init_ifm()
H A Dfcoei_eth.c1160 switch (FRM_R_CTL(frm)) { in fcoei_process_unsol_frame()
/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h259 #define FRM_R_CTL(x_frm) (FCOE_B2V_1((x_frm)->frm_hdr->hdr_r_ctl)) macro