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