HomeSort by: relevance | last modified time | path
    Searched defs:thres (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_xgmac.c 350 unsigned int thres, v; local in function:t3_mac_set_mtu
402 thres = (adap->params.vpd.cclk * 1000) / 15625;
403 thres = (thres * mtu) / 1000;
405 thres /= 10;
406 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0;
407 thres = uimax(thres, 8U); /* need at least 8 *
    [all...]
cxgb_xgmac.c 350 unsigned int thres, v; local in function:t3_mac_set_mtu
402 thres = (adap->params.vpd.cclk * 1000) / 15625;
403 thres = (thres * mtu) / 1000;
405 thres /= 10;
406 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0;
407 thres = uimax(thres, 8U); /* need at least 8 *
    [all...]

Completed in 23 milliseconds