Lines Matching defs:nvmet_sq
104 struct nvmet_sq { struct
105 struct nvmet_ctrl *ctrl;
106 struct percpu_ref ref;
107 u16 qid;
108 u16 size;
109 u32 sqhd;
110 bool sqhd_disabled;
112 bool authenticated;
113 struct delayed_work auth_expired_work;
114 u16 dhchap_tid;
115 u16 dhchap_status;
116 int dhchap_step;
117 u8 *dhchap_c1;
118 u8 *dhchap_c2;
119 u32 dhchap_s1;
120 u32 dhchap_s2;
121 u8 *dhchap_skey;
122 int dhchap_skey_len;
124 struct completion free_done;
125 struct completion confirm_done;