Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c524 int t4_uld_mem_alloc(struct adapter *adap) in t4_uld_mem_alloc() function
Dcxgb4.h2096 int t4_uld_mem_alloc(struct adapter *adap);
Dcxgb4_main.c5664 if (is_kdump_kernel() || (is_uld(adap) && t4_uld_mem_alloc(adap))) { in cfg_queues()