Searched defs:efx_mcdi_iface (Results 1 – 1 of 1) sorted by relevance
62 struct efx_mcdi_iface { struct63 struct efx_nic *efx;64 enum efx_mcdi_state state;65 enum efx_mcdi_mode mode;66 wait_queue_head_t wq;67 spinlock_t iface_lock;68 bool new_epoch;69 unsigned int credits;70 unsigned int seqno;71 int resprc;[all …]