Searched defs:async_pdu_handle (Results 1 – 1 of 1) sorted by relevance
491 struct async_pdu_handle { struct492 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