Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.h445 typedef struct ocs_command_ctx_s { struct
446 ocs_list_t link;
448 int32_t (*cb)(struct ocs_hw_s *, int32_t, uint8_t *, void *);
449 void *arg; /**< Argument for callback */
450 uint8_t *buf; /**< buffer holding command / results */
451 void *ctx; /**< upper layer context */