Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_ixlvar.h1035 struct ixl_dmamem { struct
1049 ixl_dmamem_hi(struct ixl_dmamem *ixm) in ixl_dmamem_hi() argument
1065 ixl_dmamem_lo(struct ixl_dmamem *ixm) in ixl_dmamem_lo()
Dif_ixl.c391 struct ixl_dmamem txr_mem;
418 struct ixl_dmamem rxr_mem;
629 struct ixl_dmamem sc_scratch;
630 struct ixl_dmamem sc_aqbuf;
642 struct ixl_dmamem sc_atq;
646 struct ixl_dmamem sc_arq;
657 struct ixl_dmamem sc_hmc_sd;
658 struct ixl_dmamem sc_hmc_pd;
736 static int ixl_dmamem_alloc(struct ixl_softc *, struct ixl_dmamem *,
738 static void ixl_dmamem_free(struct ixl_softc *, struct ixl_dmamem *);
[all …]
Dif_iavf.c245 struct ixl_dmamem txr_mem;
275 struct ixl_dmamem rxr_mem;
376 struct ixl_dmamem sc_atq;
381 struct ixl_dmamem sc_arq;
440 static int iavf_dmamem_alloc(bus_dma_tag_t, struct ixl_dmamem *,
442 static void iavf_dmamem_free(bus_dma_tag_t, struct ixl_dmamem *);
3609 iavf_dmamem_alloc(bus_dma_tag_t dmat, struct ixl_dmamem *ixm, in iavf_dmamem_alloc()
3643 iavf_dmamem_free(bus_dma_tag_t dmat, struct ixl_dmamem *ixm) in iavf_dmamem_free()