Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c524 int t4_uld_mem_alloc(struct adapter *adap) in t4_uld_mem_alloc() function
H A Dcxgb4.h2094 int t4_uld_mem_alloc(struct adapter *adap);
H A Dcxgb4_main.c5663 if (is_kdump_kernel() || (is_uld(adap) && t4_uld_mem_alloc(adap))) { in cfg_queues()