Searched defs:async_pdu_handle (Results 1 – 1 of 1) sorted by relevance
592 struct async_pdu_handle { struct593 struct list_head link;594 struct be_bus_address pa;595 void *pbuffer;596 unsigned int consumed;597 unsigned char index;621 struct async_pdu_handle *handle_base; argument