Searched defs:protocol_ops (Results 1 – 2 of 2) sorted by relevance
103 struct protocol_ops { struct104 int (*reset)(struct mbox_context *context);105 int (*get_info)(struct mbox_context *context,107 int (*get_flash_info)(struct mbox_context *context,109 int (*create_window)(struct mbox_context *context,111 int (*mark_dirty)(struct mbox_context *context,113 int (*erase)(struct mbox_context *context, struct protocol_erase *io);114 int (*flush)(struct mbox_context *context, struct protocol_flush *io);115 int (*close)(struct mbox_context *context, struct protocol_close *io);116 int (*ack)(struct mbox_context *context, struct protocol_ack *io);
824 } protocol_ops; member