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