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