Home
last modified time | relevance | path

Searched refs:l3_flags (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc_hw.h394 static inline __le16 enetc_txbd_l3_csoff(int start, int hdr_sz, u16 l3_flags) in enetc_txbd_l3_csoff() argument
396 return cpu_to_le16(l3_flags | ENETC_TXBD_L3_SET_HSIZE(hdr_sz) | in enetc_txbd_l3_csoff()
Denetc.c54 u16 l3_flags, l4_flags; in enetc_tx_csum() local
74 l3_flags = 0; in enetc_tx_csum()
76 l3_flags = ENETC_TXBD_L3_IPV6; in enetc_tx_csum()
79 txbd->l3_csoff = enetc_txbd_l3_csoff(l3_start, l3_hsize, l3_flags); in enetc_tx_csum()