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()
327 (sizeof (struct ether_header) + (uint8_t *)fmi->fmi_efh); in fcoe_allocate_frame()
329 fmi->fmi_fc_frame = sizeof (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()
[all …]
H A Dfcoe.c1059 fcoe_i_frame_t *fmi; in fcoe_watchdog() local
1067 while (fmi = (fcoe_i_frame_t *)list_head(&ss->ss_pfrm_list)) { in fcoe_watchdog()
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()
[all …]