Searched defs:hwi_wrb_context (Results 1 – 1 of 1) sorted by relevance
236 struct hwi_wrb_context { struct237 spinlock_t wrb_lock;238 struct wrb_handle **pwrb_handle_base;239 struct wrb_handle **pwrb_handle_basestd;240 struct iscsi_wrb *plast_wrb;241 unsigned short alloc_index;242 unsigned short free_index;243 unsigned short wrb_handles_available;244 unsigned short cid;245 uint8_t ulp_num; /* ULP to which CID binded */[all …]