Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_init_ops.h17 static int ecore_gunzip(struct bnx2x_softc *sc, const uint8_t *zbuf, int len);
168 rc = ecore_gunzip(sc, data, len); in ecore_init_wr_zp()
H A Dbnx2x.c11676 static int ecore_gunzip(struct bnx2x_softc *sc, const uint8_t * zbuf, int len) function