Searched defs:qlcnic_mailbox (Results 1 – 1 of 1) sorted by relevance
1085 struct qlcnic_mailbox { struct1086 struct workqueue_struct *work_q;1087 struct qlcnic_adapter *adapter;1088 const struct qlcnic_mbx_ops *ops;1089 struct work_struct work;1090 struct completion completion;1091 struct list_head cmd_q;1092 unsigned long status;1093 spinlock_t queue_lock; /* Mailbox queue lock */1094 spinlock_t aen_lock; /* Mailbox response/AEN lock */[all …]