Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c359 __be16 *proto_head; in ucc_hdlc_tx() local
372 proto_head = (__be16 *)skb->data; in ucc_hdlc_tx()
373 *proto_head = htons(DEFAULT_HDLC_HEAD); in ucc_hdlc_tx()
379 proto_head = (__be16 *)skb->data; in ucc_hdlc_tx()
380 if (*proto_head != htons(DEFAULT_PPP_HEAD)) { in ucc_hdlc_tx()
/openbmc/linux/net/caif/
H A Dcfcnfg.c302 int *proto_head, int *proto_tail) in caif_connect_client() argument
349 *proto_head = protohead[param.linktype] + phy->head_room; in caif_connect_client()