Home
last modified time | relevance | path

Searched refs:fmi (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c278 fcoe_i_frame_t *fmi; in fcoe_allocate_frame() local
321 fmi = FRM2FMI(frm); in fcoe_allocate_frame()
322 fmi->fmi_frame = frm; in fcoe_allocate_frame()
323 fmi->fmi_mac = EPORT2MAC(eport); in fcoe_allocate_frame()
324 fmi->fmi_efh = (void *)mp->b_rptr; in fcoe_allocate_frame()
326 fmi->fmi_ffh = (fcoe_frame_header_t *) in fcoe_allocate_frame()
330 (uint8_t *)fmi->fmi_ffh; in fcoe_allocate_frame()
331 fmi->fmi_fft = (fcoe_frame_tailer_t *) in fcoe_allocate_frame()
357 fcoe_i_frame_t *fmi = FRM2FMI(frm); in fcoe_fill_frame_headers() local
372 FCOE_ENCAPS_VER(fmi->fmi_ffh, FCOE_VER); in fcoe_fill_frame_headers()
[all …]
H A Dfcoe.c1059 fcoe_i_frame_t *fmi; in fcoe_watchdog() local
1068 list_remove(&ss->ss_pfrm_list, fmi); in fcoe_watchdog()
1071 mac = EPORT2MAC(fmi->fmi_frame->frm_eport); in fcoe_watchdog()
1072 mac->fm_client.ect_release_sol_frame(fmi->fmi_frame); in fcoe_watchdog()
1152 fcoe_i_frame_t *fmi; in fcoe_worker_frame() local
1162 while (fmi = list_head(&w->worker_frm_list)) { in fcoe_worker_frame()
1163 list_remove(&w->worker_frm_list, fmi); in fcoe_worker_frame()
1168 ret = fcoe_crc_verify(fmi->fmi_frame); in fcoe_worker_frame()
1170 fmi->fmi_mac->fm_client.ect_rx_frame( in fcoe_worker_frame()
1171 fmi->fmi_frame); in fcoe_worker_frame()
[all …]