Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/apple/
Dmace.h53 #define AUTO_PAD_XMIT 0x01 /* auto-pad short packets on transmission */ macro
Dmace.c344 out_8(&mb->xmtfc, AUTO_PAD_XMIT); /* auto-pad short frames */ in mace_reset()
688 out_8(&mb->xmtfc, AUTO_PAD_XMIT); in mace_interrupt()
747 out_8(&mb->xmtfc, AUTO_PAD_XMIT); in mace_interrupt()
Dmacmace.c294 mb->xmtfc = AUTO_PAD_XMIT; /* auto-pad short frames */ in mace_reset()