Searched refs:fmi (Results 1 – 2 of 2) sorted by relevance
275 fcoe_i_frame_t *fmi; in fcoe_allocate_frame() local318 fmi = FRM2FMI(frm); in fcoe_allocate_frame()319 fmi->fmi_frame = frm; in fcoe_allocate_frame()320 fmi->fmi_mac = EPORT2MAC(eport); in fcoe_allocate_frame()321 fmi->fmi_efh = (void *)mp->b_rptr; in fcoe_allocate_frame()323 fmi->fmi_ffh = (fcoe_frame_header_t *) in fcoe_allocate_frame()324 (sizeof (struct ether_header) + (uint8_t *)fmi->fmi_efh); in fcoe_allocate_frame()326 fmi->fmi_fc_frame = sizeof (fcoe_frame_header_t) + in fcoe_allocate_frame()327 (uint8_t *)fmi->fmi_ffh; in fcoe_allocate_frame()328 fmi->fmi_fft = (fcoe_frame_tailer_t *) in fcoe_allocate_frame()[all …]
1059 fcoe_i_frame_t *fmi; in fcoe_watchdog() local1067 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() local1162 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 …]