Searched refs:IGC_RCTL_SBP (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_base.c372 temp_rctl = rctl & ~(IGC_RCTL_EN | IGC_RCTL_SBP);
H A Digc_defines.h349 #define IGC_RCTL_SBP 0x00000004 /* store bad packet */ macro
H A Digc_main.c854 rctl &= ~(IGC_RCTL_SBP | IGC_RCTL_SZ_256);
867 rctl |= (IGC_RCTL_SBP | /* Receive bad packets */

Completed in 251 milliseconds