Searched defs:efx_mcdi_iface (Results 1 – 2 of 2) sorted by relevance
67 struct efx_mcdi_iface { struct68 struct efx_nic *efx;69 enum efx_mcdi_state state;70 enum efx_mcdi_mode mode;71 wait_queue_head_t wq;72 spinlock_t iface_lock;73 bool new_epoch;74 unsigned int credits;75 unsigned int seqno;76 int resprc;[all …]