Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c106 static int alloc_wrq(struct adapter *sc, struct port_info *pi,
579 rc = alloc_wrq(sc, pi, ofld_txq, i); in t4_setup_port_queues()
590 rc = alloc_wrq(sc, pi, ctrlq, 0); in t4_setup_port_queues()
1579 rc = alloc_wrq(sc, NULL, mgmtq, 0); in alloc_mgmtq()
1903 alloc_wrq(struct adapter *sc, struct port_info *pi, struct sge_wrq *wrq, in alloc_wrq() function