Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgb/
H A Dcxgb_adapter.h492 int t3_sge_alloc(struct adapter *);
H A Dcxgb_main.c826 if ((err = t3_sge_alloc(sc)) != 0) { in setup_sge_qsets()
H A Dcxgb_sge.c604 t3_sge_alloc(adapter_t *sc) in t3_sge_alloc() function