Lines Matching refs:pba
472 uint32_t pba = 0; in e1000_reset() local
485 pba = E1000_PBA_48K; in e1000_reset()
491 pba = E1000_PBA_48K; in e1000_reset()
495 pba = E1000_PBA_30K; in e1000_reset()
500 pba = E1000_PBA_38K; in e1000_reset()
503 pba = E1000_PBA_20K; in e1000_reset()
506 pba = E1000_PBA_64K; in e1000_reset()
509 pba = E1000_PBA_8K; in e1000_reset()
515 E1000_WRITE_REG ( &adapter->hw, PBA, pba ); in e1000_reset()
520 fc_high_water_mark = ((pba * 9216)/10) & 0xFFF8; in e1000_reset()
526 if (pba < E1000_PBA_16K) in e1000_reset()
527 fc_high_water_mark = (pba * 1024) - 1600; in e1000_reset()