Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fcoe/
H A Dfcoe.h226 #define FRM2FMI(x_frm) ((fcoe_i_frame_t *)(x_frm)->frm_fcoe_private)
H A Dfcoe_fc.c308 frm->frm_fcoe_private = sizeof (fcoe_frame_t) + (uint8_t *)frm; in fcoe_allocate_frame()
310 (uint8_t *)frm->frm_fcoe_private; in fcoe_allocate_frame()
H A Dfcoe.c1196 list_insert_tail(&w->worker_frm_list, frm->frm_fcoe_private); in fcoe_post_frame()
/titanic_50/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h115 void *frm_fcoe_private; member