Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.h103 #define TPD_CVLAN_TAG_SET(tpd, val) BITS_SET((tpd)->word[3], 0, 15, val) macro
H A Demac-mac.c1456 TPD_CVLAN_TAG_SET(&tpd, tag); in emac_mac_tx_buf_send()