Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.h127 #define TPD_PKT_LEN_SET(tpd, val) ((tpd)->word[2] = cpu_to_le32(val)) macro
H A Demac-mac.c1296 TPD_PKT_LEN_SET(&extra_tpd, skb->len); in emac_tso_csum()