Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/be2iscsi/
Dbe_main.h491 struct async_pdu_handle { struct
492 struct list_head link;
493 struct be_bus_address pa;
494 void *pbuffer;
495 unsigned int consumed;
496 unsigned char index;
520 struct async_pdu_handle *handle_base; argument