Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/802/
H A Dfc.c45 struct fcllc *fcllc; in fc_header() local
47 hdr_len = sizeof(struct fch_hdr) + sizeof(struct fcllc); in fc_header()
49 fcllc = (struct fcllc *)(fch+1); in fc_header()
50 fcllc->dsap = fcllc->ssap = EXTENDED_SAP; in fc_header()
51 fcllc->llc = UI_CMD; in fc_header()
52 fcllc->protid[0] = fcllc->protid[1] = fcllc->protid[2] = 0x00; in fc_header()
53 fcllc->ethertype = htons(type); in fc_header()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_fc.h27 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
44 struct fcllc { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_fc.h27 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
44 struct fcllc { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_fc.h27 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
44 struct fcllc { struct
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptlan.c1490 struct fcllc *fcllc; in mpt_lan_type_trans() local
1523 fcllc = (struct fcllc *)skb->data; in mpt_lan_type_trans()
1528 if (fcllc->dsap == EXTENDED_SAP && in mpt_lan_type_trans()
1529 (fcllc->ethertype == htons(ETH_P_IP) || in mpt_lan_type_trans()
1530 fcllc->ethertype == htons(ETH_P_ARP))) { in mpt_lan_type_trans()
1531 skb_pull(skb, sizeof(struct fcllc)); in mpt_lan_type_trans()
1532 return fcllc->ethertype; in mpt_lan_type_trans()