Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/axgbe/
H A Dxgbe.h637 int (*alloc_ring_resources)(struct xgbe_prv_data *); member
H A Dxgbe-desc.c530 desc_if->alloc_ring_resources = xgbe_alloc_ring_resources; in xgbe_init_function_ptrs_desc()
H A Dxgbe-drv.c744 ret = desc_if->alloc_ring_resources(pdata); in xgbe_open()