Searched defs:qlcnic_mailbox (Results 1 – 1 of 1) sorted by relevance
1093 struct qlcnic_mailbox { struct1094 struct workqueue_struct *work_q;1095 struct qlcnic_adapter *adapter;1096 const struct qlcnic_mbx_ops *ops;1097 struct work_struct work;1098 struct completion completion;1099 struct list_head cmd_q;1100 unsigned long status;1101 spinlock_t queue_lock; /* Mailbox queue lock */1102 spinlock_t aen_lock; /* Mailbox response/AEN lock */[all …]