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