tx_buf 571 dev/ic/acx.c buf = &bd->tx_buf[i];
tx_buf 918 dev/ic/acx.c for (buf = &bd->tx_buf[idx]; buf->tb_mbuf == NULL;
tx_buf 919 dev/ic/acx.c buf = &bd->tx_buf[idx]) {
tx_buf 1147 dev/ic/acx.c for (buf = &bd->tx_buf[idx]; buf->tb_mbuf != NULL;
tx_buf 1148 dev/ic/acx.c buf = &bd->tx_buf[idx]) {
tx_buf 1995 dev/ic/acx.c MCLBYTES, 0, 0, &bd->tx_buf[i].tb_mbuf_dmamap);
tx_buf 2001 dev/ic/acx.c bd->tx_buf[i].tb_desc1 = &rd->tx_ring[i * 2];
tx_buf 2002 dev/ic/acx.c bd->tx_buf[i].tb_desc2 = &rd->tx_ring[(i * 2) + 1];
tx_buf 2038 dev/ic/acx.c if (bd->tx_buf[i].tb_desc1 != NULL) {
tx_buf 2039 dev/ic/acx.c if (bd->tx_buf[i].tb_mbuf != NULL) {
tx_buf 2041 dev/ic/acx.c bd->tx_buf[i].tb_mbuf_dmamap);
tx_buf 2042 dev/ic/acx.c m_freem(bd->tx_buf[i].tb_mbuf);
tx_buf 2045 dev/ic/acx.c bd->tx_buf[i].tb_mbuf_dmamap);
tx_buf 523 dev/ic/acx100.c struct acx_txbuf *tx_buf;
tx_buf 531 dev/ic/acx100.c tx_buf = sc->sc_buf_data.tx_buf;
tx_buf 545 dev/ic/acx100.c tx_buf[i].tb_fwdesc_ofs = fw_desc_offset;
tx_buf 671 dev/ic/acx100.c acx100_set_fw_txdesc_rate(struct acx_softc *sc, struct acx_txbuf *tx_buf,
tx_buf 674 dev/ic/acx100.c FW_TXDESC_SETFIELD_1(sc, tx_buf, f_tx_rate100, ACX100_RATE(rate));
tx_buf 379 dev/ic/acx111.c struct acx_txbuf *tx_buf;
tx_buf 383 dev/ic/acx111.c tx_buf = sc->sc_buf_data.tx_buf;
tx_buf 387 dev/ic/acx111.c tx_buf[i].tb_fwdesc_ofs = fw_txdesc_start +
tx_buf 394 dev/ic/acx111.c FW_TXDESC_SETFIELD_4(sc, &tx_buf[i], f_tx_host_desc,
tx_buf 396 dev/ic/acx111.c FW_TXDESC_SETFIELD_1(sc, &tx_buf[i], f_tx_ctrl,
tx_buf 442 dev/ic/acx111.c acx111_set_fw_txdesc_rate(struct acx_softc *sc, struct acx_txbuf *tx_buf,
tx_buf 452 dev/ic/acx111.c FW_TXDESC_SETFIELD_2(sc, tx_buf, u.r2.rate111, rate);
tx_buf 272 dev/ic/acxvar.h struct acx_txbuf tx_buf[ACX_TX_DESC_CNT];