TXCOM_RING_SIZE
sc->sc_rbuf = kmem_zalloc(TXCOM_RING_SIZE, KM_SLEEP);
#define TXCOM_RING_MASK (TXCOM_RING_SIZE - 1)