Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.h45 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 { struct
205 TAILQ_ENTRY(op_state) next; /* chain link */
210 struct op_state opstate; argument
H A Dip_fw_table.c140 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()
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_i2c.c101 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()
H A Daxgbe_ethdev.h280 struct axgbe_i2c_op_state op_state; member