• Home
  • Raw
  • Download

Lines Matching full:callback

109  * @add_entry: Callback for switch-specific route add function
110 * @get_entry: Callback for switch-specific route get function
111 * @clr_table: Callback for switch-specific clear route table function
112 * @set_domain: Callback for switch-specific domain setting function
113 * @get_domain: Callback for switch-specific domain get function
114 * @em_init: Callback for switch-specific error management init function
115 * @em_handle: Callback for switch-specific error management handler function
168 * @pwcback: port-write callback function for this device
217 * @mcback: Message event callback
228 * @dinb: Doorbell event callback
318 * @release: enumerator-specific release callback
380 * @lcread: Callback to perform local (master port) read of config space.
381 * @lcwrite: Callback to perform local (master port) write of config space.
382 * @cread: Callback to perform network read of config space.
383 * @cwrite: Callback to perform network write of config space.
384 * @dsend: Callback to send a doorbell message.
385 * @pwenable: Callback to enable/disable port-write message handling.
386 * @open_outb_mbox: Callback to initialize outbound mailbox.
387 * @close_outb_mbox: Callback to shut down outbound mailbox.
388 * @open_inb_mbox: Callback to initialize inbound mailbox.
389 * @close_inb_mbox: Callback to shut down inbound mailbox.
390 * @add_outb_message: Callback to add a message to an outbound mailbox queue.
391 * @add_inb_buffer: Callback to add a buffer to an inbound mailbox queue.
392 * @get_inb_message: Callback to get a message from an inbound mailbox queue.
393 * @map_inb: Callback to map RapidIO address region into local memory space.
394 * @unmap_inb: Callback to unmap RapidIO address region mapped with map_inb().
395 * @query_mport: Callback to query mport device attributes.
396 * @map_outb: Callback to map outbound address region into local memory space.
397 * @unmap_outb: Callback to unmap outbound RapidIO address region.
446 * @shutdown: shutdown notification callback
525 * @enumerate: Callback to perform RapidIO fabric enumeration.
526 * @discover: Callback to perform RapidIO fabric discovery.