tb_mbuf           573 dev/ic/acx.c   		if (buf->tb_mbuf != NULL) {
tb_mbuf           575 dev/ic/acx.c   			m_freem(buf->tb_mbuf);
tb_mbuf           576 dev/ic/acx.c   			buf->tb_mbuf = NULL;
tb_mbuf           918 dev/ic/acx.c   	for (buf = &bd->tx_buf[idx]; buf->tb_mbuf == NULL;
tb_mbuf          1147 dev/ic/acx.c   	for (buf = &bd->tx_buf[idx]; buf->tb_mbuf != NULL;
tb_mbuf          1157 dev/ic/acx.c   		m_freem(buf->tb_mbuf);
tb_mbuf          1158 dev/ic/acx.c   		buf->tb_mbuf = NULL;
tb_mbuf          2039 dev/ic/acx.c   			if (bd->tx_buf[i].tb_mbuf != NULL) {
tb_mbuf          2042 dev/ic/acx.c   				m_freem(bd->tx_buf[i].tb_mbuf);
tb_mbuf          2185 dev/ic/acx.c   	if (txbuf->tb_mbuf != NULL)
tb_mbuf          2257 dev/ic/acx.c   	txbuf->tb_mbuf = m;
tb_mbuf           248 dev/ic/acxvar.h 	struct mbuf		*tb_mbuf;