Searched defs:fcp_transaction (Results 1 – 1 of 1) sorted by relevance
196 struct fcp_transaction { struct197 struct list_head list;198 struct fw_unit *unit;199 void *response_buffer;200 unsigned int response_size;201 unsigned int response_match_bytes;202 enum fcp_state state;203 wait_queue_head_t wait;204 bool deferrable;
Completed in 3 milliseconds