Searched refs:ubsec_dma_malloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/ubsec/ |
| H A D | ubsec.c | 387 if (ubsec_dma_malloc(sc, sizeof(struct ubsec_dmachunk), in ubsec_attach() 440 if (ubsec_dma_malloc(sc, sizeof(struct ubsec_mcr), in ubsec_attach() 450 if (ubsec_dma_malloc(sc, sizeof(u_int32_t) * in ubsec_attach() 1775 ubsec_dma_malloc( in ubsec_dma_malloc() function 2119 if (ubsec_dma_malloc(sc, sizeof(struct ubsec_mcr), in ubsec_kprocess_modexp_sw() 2137 if (ubsec_dma_malloc(sc, normbits / 8, &me->me_M, 0)) { in ubsec_kprocess_modexp_sw() 2145 if (ubsec_dma_malloc(sc, normbits / 8, &me->me_C, 0)) { in ubsec_kprocess_modexp_sw() 2164 if (ubsec_dma_malloc(sc, sizeof(struct ubsec_pktbuf), in ubsec_kprocess_modexp_sw() 2322 if (ubsec_dma_malloc(sc, sizeof(struct ubsec_mcr), in ubsec_kprocess_modexp_hw() 2367 if (ubsec_dma_malloc(sc, sizeof(struct ubsec_pktbuf), in ubsec_kprocess_modexp_hw() [all …]
|