Home
last modified time | relevance | path

Searched refs:INIT_OPS (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/bxe/
HD57710_init_values.c31199 INIT_OPS(sc) = (const struct raw_op *)init_ops_e1; in ecore_init_e1_firmware()
HD57711_init_values.c32816 INIT_OPS(sc) = (const struct raw_op *)init_ops_e1h; in ecore_init_e1h_firmware()
HDecore_init_ops.h268 op = (const union init_op *)&(INIT_OPS(sc)[op_idx]); in ecore_init_block()
HD57712_init_values.c57652 INIT_OPS(sc) = (const struct raw_op *)init_ops_e2; in ecore_init_e2_firmware()
HDbxe.h1640 #define INIT_OPS(sc) (sc->init_ops) macro