tx_thresh 1440 dev/pci/if_tl.c u_int8_t tx_thresh; tx_thresh 1441 dev/pci/if_tl.c tx_thresh = tl_dio_read8(sc, TL_ACOMMIT) & TL_AC_TXTHRESH; tx_thresh 1442 dev/pci/if_tl.c if (tx_thresh != TL_AC_TXTHRESH_WHOLEPKT) { tx_thresh 1443 dev/pci/if_tl.c tx_thresh >>= 4; tx_thresh 1444 dev/pci/if_tl.c tx_thresh++; tx_thresh 1446 dev/pci/if_tl.c tl_dio_setbit(sc, TL_ACOMMIT, tx_thresh << 4);