Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D57710_init_values.c29185 INIT_OPS(pdev) = (struct raw_op *)init_ops_e1; in ecore_init_e1_firmware()
H A D57711_init_values.c30482 INIT_OPS(pdev) = (struct raw_op *)init_ops_e1h; in ecore_init_e1h_firmware()
H A D57712_init_values.c58027 INIT_OPS(pdev) = (struct raw_op *)init_ops_e2; in ecore_init_e2_firmware()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init_ops.h259 op = (const union init_op *)&(INIT_OPS(pdev)[op_idx]); in ecore_init_block()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2882 #define INIT_OPS(_pdev) (_pdev)->ecore_info.init_ops macro