Searched refs:op_state (Results 1 – 4 of 4) sorted by relevance
45 TAILQ_HEAD(op_state_l,op_state) state_list;202 struct op_state;203 typedef void (op_rollback_f)(void *object, struct op_state *state);204 struct op_state { struct205 TAILQ_ENTRY(op_state) next; /* chain link */210 struct op_state opstate; argument
140 struct op_state *os; in rollback_toperation_state()483 rollback_add_entry(void *object, struct op_state *_state) in rollback_add_entry()1182 restart_flush(void *object, struct op_state *_state) in restart_flush()
101 struct axgbe_i2c_op_state *state = &pdata->i2c.op_state; in axgbe_i2c_write()129 struct axgbe_i2c_op_state *state = &pdata->i2c.op_state; in axgbe_i2c_read()147 struct axgbe_i2c_op_state *state = &pdata->i2c.op_state; in axgbe_i2c_clear_isr_interrupts()160 struct axgbe_i2c_op_state *state = &pdata->i2c.op_state; in axgbe_i2c_isr()228 struct axgbe_i2c_op_state *state = &pdata->i2c.op_state; in axgbe_i2c_xfer()
280 struct axgbe_i2c_op_state op_state; member