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