Home
last modified time | relevance | path

Searched refs:hcf (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/cxgbe/tom/
HDt4_ddp.c639 int i, hcf, seglen, idx, ppod, nppods; in alloc_ddp_buffer() local
649 hcf = 0; in alloc_ddp_buffer()
658 hcf = calculate_hcf(hcf, seglen); in alloc_ddp_buffer()
659 if (hcf < t4_ddp_pgsz[1]) { in alloc_ddp_buffer()
665 if (hcf % t4_ddp_pgsz[0] != 0) { in alloc_ddp_buffer()
668 ("%s: PAGE_SIZE %d, hcf %d", __func__, PAGE_SIZE, hcf)); in alloc_ddp_buffer()
670 __func__, PAGE_SIZE, hcf); in alloc_ddp_buffer()
675 if (hcf % t4_ddp_pgsz[idx] == 0) in alloc_ddp_buffer()
/trueos/contrib/wpa/wpa_supplicant/
HDdefconfig49 #CFLAGS += -I../../hcf -I../../include -I../../include/hcf