Home
last modified time | relevance | path

Searched refs:frm_client_private (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h249 #define FRM2TFM(x_frm) ((fcoet_frame_t *)(x_frm)->frm_client_private)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h256 #define FRM2IFM(x_frm) ((fcoei_frame_t *)(x_frm)->frm_client_private)
/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h116 void *frm_client_private; member
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c312 frm->frm_client_private = sizeof (fcoe_i_frame_t) + in fcoe_allocate_frame()