Home
last modified time | relevance | path

Searched refs:bnx2x_dmae_opcode (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c124 opcode = bnx2x_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bnx2x_hw_stats_post()
198 opcode = bnx2x_dmae_opcode(sc, DMAE_SRC_GRC, DMAE_DST_PCI, FALSE, 0); in bnx2x_stats_pmf_update()
249 opcode = bnx2x_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bnx2x_port_stats_init()
279 opcode = bnx2x_dmae_opcode(sc, DMAE_SRC_GRC, DMAE_DST_PCI, in bnx2x_port_stats_init()
441 dmae->opcode = bnx2x_dmae_opcode(sc, DMAE_SRC_GRC, DMAE_DST_PCI, in bnx2x_port_stats_init()
473 dmae->opcode = bnx2x_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bnx2x_func_stats_init()
1185 opcode = bnx2x_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, FALSE, 0); in bnx2x_port_stats_stop()
1313 dmae->opcode = bnx2x_dmae_opcode(sc, DMAE_SRC_PCI, DMAE_DST_GRC, in bnx2x_port_stats_base_init()
H A Dbnx2x.h1826 uint32_t bnx2x_dmae_opcode(struct bnx2x_softc *sc, uint8_t src_type,
H A Dbnx2x.c318 bnx2x_dmae_opcode(struct bnx2x_softc * sc, uint8_t src_type, uint8_t dst_type, in bnx2x_dmae_opcode() function
355 dmae->opcode = bnx2x_dmae_opcode(sc, src_type, dst_type, in bnx2x_prep_dmae_with_comp()