Home
last modified time | relevance | path

Searched refs:op_state (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h43 TAILQ_HEAD(op_state_l,op_state) state_list;
196 struct op_state;
197 typedef void (op_rollback_f)(void *object, struct op_state *state);
198 struct op_state { struct
199 TAILQ_ENTRY(op_state) next; /* chain link */
204 struct op_state opstate; argument
H A Dip_fw_table.c137 struct op_state *os; in rollback_toperation_state()
480 rollback_add_entry(void *object, struct op_state *_state) in rollback_add_entry()
1123 restart_flush(void *object, struct op_state *_state) in restart_flush()
/freebsd/sys/dev/axgbe/
H A Dxgbe-i2c.c222 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_write()
256 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_read()
278 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_clear_isr_interrupts()
293 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_isr()
385 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_xfer()
H A Dxgbe.h688 struct xgbe_i2c_op_state op_state; member