Home
last modified time | relevance | path

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

/trueos/sys/dev/bce/
HDif_bce.c520 static int bce_hdr_split = TRUE; variable
521 TUNABLE_INT("hw.bce.hdr_split", &bce_hdr_split);
522 SYSCTL_UINT(_hw_bce, OID_AUTO, hdr_split, CTLFLAG_RDTUN, &bce_hdr_split, 0,
735 (bce_hdr_split == TRUE ? sc->pg_pages: 0)); in bce_print_adapter_info()
737 if (bce_hdr_split == TRUE) { in bce_print_adapter_info()
3011 if (bce_hdr_split == TRUE) { in bce_get_rx_buffer_sizes()
3340 if (bce_hdr_split == TRUE) { in bce_dma_free()
3404 if (bce_hdr_split == TRUE) { in bce_dma_free()
3769 if (bce_hdr_split == TRUE) in bce_dma_alloc()
3798 if (bce_hdr_split == TRUE) { in bce_dma_alloc()
[all …]