txashift          324 dev/ic/elink3.c 		sc->txashift = 0;
txashift          328 dev/ic/elink3.c 		sc->txashift = 2;
txashift          346 dev/ic/elink3.c 	    SET_TX_AVAIL_THRESH | (1600 >> sc->txashift));
txashift          381 dev/ic/elink3.c 	if (sc->ep_chipset == EP_CHIPSET_UNKNOWN && sc->txashift)  {
txashift          636 dev/ic/elink3.c 	    SET_TX_AVAIL_THRESH | (1600 >> sc->txashift));
txashift         1012 dev/ic/elink3.c 		    SET_TX_AVAIL_THRESH | ((len + pad + 4) >> sc->txashift));
txashift           88 dev/ic/elink3var.h 	u_char	txashift;		/* shift in SET_TX_AVAIL_THRESH */