Home | History | Annotate | Download | only in e1000

Lines Matching refs:pba

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