Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dbitalloc.c399 int loc, r, bottom = 0; in ba_find_next_helper() local
409 bottom = 1; /* Bottom of tree */ in ba_find_next_helper()
414 if (bottom) { in ba_find_next_helper()
445 if (bottom) in ba_find_next_helper()
/dpdk/drivers/net/pfe/
H A Dpfe_hal.c245 writel(hash->bottom, base + EMAC_GALR); in gemac_set_hash()
258 writel(htonl(address->bottom), base + EMAC_PHY_ADDR_LOW); in gemac_set_laddrN()
262 writel(htonl(address->bottom), base + ((entry_index - 1) * 8) in gemac_set_laddrN()
H A Dpfe_ethdev.c630 hash_addr.bottom = 0xFFFFFFFF; in pfe_allmulticast_enable()
673 enet_addr->bottom = enet_byte_addr[0] | in pfe_eth_enet_addr_byte_mac()
/dpdk/doc/guides/nics/
H A Doverview.rst18 The bottom half part of ethdev is implemented by the drivers.
/dpdk/drivers/net/pfe/base/cbus/
H A Demac_mtip.h201 u32 bottom; /* Lower 32-bits of address. */ member
/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst98 and the content of ring structure is represented on the bottom of the figure.
H A Drte_flow.rst394 bottom of the stack as in the above example (missing an Ethernet
416 (Ethernet) and L4 (UDP). Doing so is only allowed at the bottom and at the
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst655 This directive should be placed on one line at the bottom of the documentation section.