Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw_table.h43 TAILQ_HEAD(op_state_l,op_state) state_list;
200 struct op_state;
201 typedef void (op_rollback_f)(void *object, struct op_state *state);
202 struct op_state { struct
203 TAILQ_ENTRY(op_state) next; /* chain link */
208 struct op_state opstate; argument
HDip_fw_table.c138 struct op_state *os; in rollback_toperation_state()
481 rollback_add_entry(void *object, struct op_state *_state) in rollback_add_entry()
1180 restart_flush(void *object, struct op_state *_state) in restart_flush()
/freebsd-14-stable/sys/dev/axgbe/
HDxgbe-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()
387 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_xfer()
HDxgbe.h688 struct xgbe_i2c_op_state op_state; member