mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 23:21:49 -04:00
be2net: Explicitly clear the reserved field in the Tx Descriptor
Signed-off-by: Somnath Kotur <somnath.kotur@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
deaa58542b
commit
89b1f496d2
@@ -558,6 +558,7 @@ static inline void wrb_fill(struct be_eth_wrb *wrb, u64 addr, int len)
|
||||
wrb->frag_pa_hi = upper_32_bits(addr);
|
||||
wrb->frag_pa_lo = addr & 0xFFFFFFFF;
|
||||
wrb->frag_len = len & ETH_WRB_FRAG_LEN_MASK;
|
||||
wrb->rsvd0 = 0;
|
||||
}
|
||||
|
||||
static inline u16 be_get_tx_vlan_tag(struct be_adapter *adapter,
|
||||
|
||||
Reference in New Issue
Block a user