Searched defs:hwi_wrb_context (Results 1 – 1 of 1) sorted by relevance
230 struct hwi_wrb_context { struct231 spinlock_t wrb_lock;232 struct wrb_handle **pwrb_handle_base;233 struct wrb_handle **pwrb_handle_basestd;234 struct iscsi_wrb *plast_wrb;235 unsigned short alloc_index;236 unsigned short free_index;237 unsigned short wrb_handles_available;238 unsigned short cid;239 uint8_t ulp_num; /* ULP to which CID binded */[all …]