Searched refs:hndl (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_pcie.c | 418 bus_space_handle_t hndl; in tegra_pcib_read_config() local 430 hndl = sc->ports[i]->cfg_handle; in tegra_pcib_read_config() 441 hndl = sc->cfg_handle; in tegra_pcib_read_config() 445 val = bus_space_read_4(sc->bus_tag, hndl, off & ~3); in tegra_pcib_read_config() 467 bus_space_handle_t hndl; in tegra_pcib_write_config() local 479 hndl = sc->ports[i]->cfg_handle; in tegra_pcib_write_config() 490 hndl = sc->cfg_handle; in tegra_pcib_write_config() 496 bus_space_write_4(sc->bus_tag, hndl, off, val); in tegra_pcib_write_config() 499 val2 = bus_space_read_4(sc->bus_tag, hndl, off & ~3); in tegra_pcib_write_config() 502 bus_space_write_4(sc->bus_tag, hndl, off & ~3, val2); in tegra_pcib_write_config() [all …]
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_shadow_tbl.c | 60 #define TF_SHADOW_HB_HANDLE_IS_VALID(hndl) (((hndl) & (1 << 31)) != 0) argument
|
| H A D | tf_shadow_tcam.c | 60 #define TF_SHADOW_TCAM_HB_HANDLE_IS_VALID(hndl) (((hndl) & (1 << 31)) != 0) argument
|