Lines Matching refs:pba
221 static void igb_init_dmac(struct igb_adapter *adapter, u32 pba);
2294 u32 pba, hwm; in igb_reset() local
2303 pba = rd32(E1000_RXPBS); in igb_reset()
2304 pba = igb_rxpbs_adjust_82580(pba); in igb_reset()
2307 pba = rd32(E1000_RXPBS); in igb_reset()
2308 pba &= E1000_RXPBS_SIZE_MASK_82576; in igb_reset()
2314 pba = E1000_PBA_34K; in igb_reset()
2322 wr32(E1000_PBA, pba); in igb_reset()
2349 if (needed_tx_space < pba) { in igb_reset()
2350 pba -= needed_tx_space; in igb_reset()
2355 if (pba < min_rx_space) in igb_reset()
2356 pba = min_rx_space; in igb_reset()
2360 wr32(E1000_PBA, pba); in igb_reset()
2371 hwm = (pba << 10) - (adapter->max_frame_size + MAX_JUMBO_FRAME_SIZE); in igb_reset()
2423 igb_init_dmac(adapter, pba); in igb_reset()
10000 static void igb_init_dmac(struct igb_adapter *adapter, u32 pba) in igb_init_dmac() argument
10016 hwm = 64 * (pba - 6); in igb_init_dmac()
10026 dmac_thr = pba - 10; in igb_init_dmac()