Home
last modified time | relevance | path

Searched refs:llc_snap (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/802/
Dfddi.c65 fddi->hdr.llc_snap.dsap = FDDI_EXTENDED_SAP; in fddi_header()
66 fddi->hdr.llc_snap.ssap = FDDI_EXTENDED_SAP; in fddi_header()
67 fddi->hdr.llc_snap.ctrl = FDDI_UI_CMD; in fddi_header()
68 fddi->hdr.llc_snap.oui[0] = 0x00; in fddi_header()
69 fddi->hdr.llc_snap.oui[1] = 0x00; in fddi_header()
70 fddi->hdr.llc_snap.oui[2] = 0x00; in fddi_header()
71 fddi->hdr.llc_snap.ethertype = htons(type); in fddi_header()
118 type=fddi->hdr.llc_snap.ethertype; in fddi_type_trans()
/linux-4.1.27/include/uapi/linux/
Dif_fddi.h101 struct fddi_snap_hdr llc_snap; member
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h214 llc_snap = 4, enumerator
Denh_desc.c110 ret = llc_snap; in enh_desc_coe_rdes0()
Dstmmac_main.c2230 if (unlikely(status != llc_snap)) in stmmac_rx()