Home
last modified time | relevance | path

Searched refs:init_ops_offsets (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1262 uint16_t *init_ops_offsets; /* init block offsets inside init_ops */ member
1276 #define INIT_OPS_OFFSETS(sc) (sc->init_ops_offsets)
H A Dbnx2x.c11594 rte_free(sc->init_ops_offsets);
11615 sc->init_ops_offsets = rte_zmalloc("", len, RTE_CACHE_LINE_SIZE);
11616 if (!sc->init_ops_offsets)
11618 bnx2x_data_to_init_offsets(p + off[3], sc->init_ops_offsets, len);