Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c481 init = p_dev->fw_data->init_ops;
562 fw->init_ops = (union init_op *)((uintptr_t)(fw_data + offset));
576 fw->init_ops = (union init_op *)init_ops;
H A Decore.h517 union init_op *init_ops; member
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1261 struct raw_op *init_ops; member
1275 #define INIT_OPS(sc) (sc->init_ops)
H A Dbnx2x.c11586 rte_free(sc->init_ops);
11602 sc->init_ops = rte_zmalloc("", len, RTE_CACHE_LINE_SIZE);
11603 if (!sc->init_ops)
11605 bnx2x_data_to_init_ops(p + off[1], sc->init_ops, len);