Searched refs:rl_parent_tag (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/rl/ |
H A D | if_rl.c | 922 &sc->rl_parent_tag); in rl_dma_alloc() 929 error = bus_dma_tag_create(sc->rl_parent_tag, /* parent */ in rl_dma_alloc() 945 error = bus_dma_tag_create(sc->rl_parent_tag, /* parent */ in rl_dma_alloc() 1039 if (sc->rl_parent_tag != NULL) { in rl_dma_free() 1040 bus_dma_tag_destroy(sc->rl_parent_tag); in rl_dma_free() 1041 sc->rl_parent_tag = NULL; in rl_dma_free()
|
H A D | if_rlreg.h | 876 bus_dma_tag_t rl_parent_tag; member
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 1019 NULL, NULL, &sc->rl_parent_tag); in re_allocmem() 1028 error = bus_dma_tag_create(sc->rl_parent_tag, 1, 0, in re_allocmem() 1042 error = bus_dma_tag_create(sc->rl_parent_tag, sizeof(uint64_t), in re_allocmem() 1052 error = bus_dma_tag_create(sc->rl_parent_tag, sizeof(uint64_t), 0, in re_allocmem() 1063 error = bus_dma_tag_create(sc->rl_parent_tag, RL_RING_ALIGN, in re_allocmem() 1109 error = bus_dma_tag_create(sc->rl_parent_tag, RL_RING_ALIGN, in re_allocmem() 1177 error = bus_dma_tag_create(sc->rl_parent_tag, RL_DUMP_ALIGN, 0, in re_allocmem() 1911 if (sc->rl_parent_tag) in re_detach() 1912 bus_dma_tag_destroy(sc->rl_parent_tag); in re_detach()
|