Lines Matching defs:efc_node
320 struct efc_node { struct
321 struct efc *efc;
345 enum efc_node_send_ls_acc send_ls_acc; argument
349 enum efc_node_shutd_rsn shutdown_reason; argument
350 bool targ;
351 bool init;
352 bool refound;
353 struct efc_dma sparm_dma_buf;
354 u8 service_params[EFC_SERVICE_PARMS_LENGTH];
355 spinlock_t pend_frames_lock;
356 struct list_head pend_frames;
357 u32 pend_frames_processed;
358 u32 ox_id_in_use;
359 u32 els_retries_remaining;
360 u32 els_req_cnt;
361 u32 els_cmpl_cnt;
362 u32 abort_cnt;
364 char current_state_name[EFC_SM_NAME_LENGTH];
365 char prev_state_name[EFC_SM_NAME_LENGTH];
366 int current_evt;
367 int prev_evt;
369 void (*nodedb_state)(struct efc_sm_ctx *ctx,
371 struct timer_list gidpt_delay_timer;
372 u64 time_last_gidpt_msec;
374 char wwnn[EFC_WWN_LENGTH];
375 char wwpn[EFC_WWN_LENGTH];