Searched refs:E1000_PBA (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | e1000_regs.h | 114 #define E1000_PBA 0x01000 /* Packet Buffer Allocation - RW */ macro
|
H A D | if_em.c | 3154 pba = E1000_READ_REG(hw, E1000_PBA); in em_reset() 3174 E1000_WRITE_REG(hw, E1000_PBA, pba); in em_reset() 3178 E1000_WRITE_REG(hw, E1000_PBA, pba); in em_reset() 3243 E1000_WRITE_REG(hw, E1000_PBA, 12); in em_reset() 3245 E1000_WRITE_REG(hw, E1000_PBA, 26); in em_reset()
|
H A D | e1000_ich8lan.c | 1159 rxa = E1000_READ_REG(hw, E1000_PBA) & E1000_PBA_RXA_MASK; in e1000_platform_pm_pch_lpt() 5008 E1000_WRITE_REG(hw, E1000_PBA, E1000_PBA_8K); in e1000_reset_hw_ich8lan()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_e82545.c | 1655 case E1000_PBA: in e82545_write_register() 1878 case E1000_PBA: in e82545_read_register()
|