Home
last modified time | relevance | path

Searched defs:async_pdu_handle (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.h587 struct async_pdu_handle { struct
588 struct list_head link;
589 struct be_bus_address pa;
590 void *pbuffer;
591 unsigned int consumed;
592 unsigned char index;
616 struct async_pdu_handle *handle_base; argument