Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/
HDt4_sge.c272 static int alloc_eq_hwq(struct adapter *, struct vi_info *, struct sge_eq *);
3865 rc = alloc_eq_hwq(sc, NULL, &ctrlq->eq); in alloc_ctrlq()
4446 alloc_eq_hwq(struct adapter *sc, struct vi_info *vi, struct sge_eq *eq) in alloc_eq_hwq() function
4650 rc = alloc_eq_hwq(sc, vi, eq); in alloc_txq()
4866 rc = alloc_eq_hwq(sc, vi, eq); in alloc_ofld_txq()