fcoe_i_frame_t
fcoe_i_frame_t *fmi;
while (fmi = (fcoe_i_frame_t *)list_head(&ss->ss_pfrm_list)) {
list_create(&w->worker_frm_list, sizeof (fcoe_i_frame_t),
offsetof(fcoe_i_frame_t, fmi_pending_node));
fcoe_i_frame_t *fmi;
list_create(&ss->ss_pfrm_list, sizeof (fcoe_i_frame_t),
offsetof(fcoe_i_frame_t, fmi_pending_node));
#define FRM2FMI(x_frm) ((fcoe_i_frame_t *)(x_frm)->frm_fcoe_private)
fcoe_i_frame_t *fmi;
alloc_size = sizeof (fcoe_frame_t) + sizeof (fcoe_i_frame_t) +
frm->frm_client_private = sizeof (fcoe_i_frame_t) +
fcoe_i_frame_t *fmi = FRM2FMI(frm);