HomeSort by: relevance | last modified time | path
    Searched defs:rtw_rxsoft_alloc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
rtw.c 1286 rtw_rxsoft_alloc(bus_dma_tag_t dmat, struct rtw_rxsoft *rs) function in typeref:typename:int
1337 if ((rc = rtw_rxsoft_alloc(dmat, rs)) != 0) {
1339 "rtw_rxsoft_alloc failed, %d buffers, rc %d\n",
1573 switch (rtw_rxsoft_alloc(sc->sc_dmat, rs)) {
1578 "rtw_rxsoft_alloc(, %d) failed, dropping packet\n",

Completed in 14 milliseconds