Home
last modified time | relevance | path

Searched refs:E1000_PBA_8K (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h355 #define E1000_PBA_8K 0x0008 /* 8KB */ macro
H A Dich8lan.c4794 ew32(PBA, E1000_PBA_8K); in e1000_reset_hw_ich8lan()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2353 #define E1000_PBA_8K 0x0008 /* 8KB, default Rx allocation */ macro
H A De1000_main.c638 pba &= ~(E1000_PBA_8K - 1); in e1000_reset()