Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c179 static uint32_t rtw_qlen[RTW_NTXPRI] = { variable
1182 sizeof (struct rtw_txbuf) * rtw_qlen[i]); in rtw_dma_free()
1254 buflen = sizeof (struct rtw_txbuf) * rtw_qlen[i]; in rtw_dma_init()
1257 for (j = 0; j < rtw_qlen[i]; j++, txbf++, txds++) { in rtw_dma_init()
1342 rsc->sc_txq[i].tx_nfree = rtw_qlen[i]; in rtw_swring_setup()
1356 for (j = 0; j < rtw_qlen[i]; j++) { in rtw_swring_setup()
1358 if (j == (rtw_qlen[i] - 1)) { in rtw_swring_setup()