Home
last modified time | relevance | path

Searched refs:AUTO_PAD_XMIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.h49 #define AUTO_PAD_XMIT 0x01 /* auto-pad short packets on transmission */ macro
H A Dmace.c346 out_8(&mb->xmtfc, AUTO_PAD_XMIT); /* auto-pad short frames */ in mace_reset()
694 out_8(&mb->xmtfc, AUTO_PAD_XMIT); in mace_interrupt()
753 out_8(&mb->xmtfc, AUTO_PAD_XMIT); in mace_interrupt()
H A Dmacmace.c292 mb->xmtfc = AUTO_PAD_XMIT; /* auto-pad short frames */ in mace_reset()