Searched refs:HN_CHIM_SIZE (Results 1 – 3 of 3) sorted by relevance
240 pmap_kextract((vm_offset_t)sc->hn_chim), HN_CHIM_SIZE, in hn_nvs_conn_chim()299 sc->hn_chim_cnt = HN_CHIM_SIZE / sc->hn_chim_szmax; in hn_nvs_conn_chim()300 if (HN_CHIM_SIZE % sc->hn_chim_szmax != 0) { in hn_nvs_conn_chim()
32 #define HN_CHIM_SIZE (15 * 1024 * 1024) macro
5454 sc->hn_chim = contigmalloc(HN_CHIM_SIZE, M_DEVBUF, M_WAITOK | M_ZERO, in hn_create_tx_data()