Searched refs:E1000_PBA (Results 1 – 7 of 7) sorted by relevance
56 #define E1000_PBA 0x01000 /* Packet Buffer Allocation - RW */ macro
46 #define E1000_PBA 0x01000 /* Packet Buffer Allocation - RW */ macro
2292 wr32(E1000_PBA, pba); in igb_reset()2313 needed_tx_space = min_tx_space - (rd32(E1000_PBA) >> 16); in igb_reset()2330 wr32(E1000_PBA, pba); in igb_reset()
485 regs_buff[8] = rd32(E1000_PBA); in igb_get_regs()
723 #define E1000_PBA 0x01000 /* Packet Buffer Allocation - RW */ macro893 #define E1000_82542_PBA E1000_PBA
856 #define E1000_PBA 0x01000 /* Packet Buffer Allocation - RW */ macro1109 #define E1000_82542_PBA E1000_PBA
1475 E1000_WRITE_REG(hw, E1000_PBA, pba); in eth_igb_start()1861 rx_buf_size = (E1000_READ_REG(hw, E1000_PBA) & 0xffff) << 10; in igb_get_rx_buffer_size()