Home
last modified time | relevance | path

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

/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c355 __be16 *proto_head; in ucc_hdlc_tx() local
368 proto_head = (__be16 *)skb->data; in ucc_hdlc_tx()
369 *proto_head = htons(DEFAULT_HDLC_HEAD); in ucc_hdlc_tx()
375 proto_head = (__be16 *)skb->data; in ucc_hdlc_tx()
376 if (*proto_head != htons(DEFAULT_PPP_HEAD)) { in ucc_hdlc_tx()