Searched defs:efct_command_ctx (Results 1 – 1 of 1) sorted by relevance
135 struct efct_command_ctx { struct136 struct list_head list_entry;137 int (*cb)(struct efct_hw *hw, int status, u8 *mqe, void *arg);138 void *arg; /* Argument for callback */140 u8 buf[SLI4_BMBX_SIZE];141 void *ctx; /* upper layer context */