Searched refs:proto_head (Results 1 – 2 of 2) sorted by relevance
357 __be16 *proto_head; in ucc_hdlc_tx() local370 proto_head = (__be16 *)skb->data; in ucc_hdlc_tx()371 *proto_head = htons(DEFAULT_HDLC_HEAD); in ucc_hdlc_tx()377 proto_head = (__be16 *)skb->data; in ucc_hdlc_tx()378 if (*proto_head != htons(DEFAULT_PPP_HEAD)) { in ucc_hdlc_tx()
302 int *proto_head, int *proto_tail) in caif_connect_client() argument349 *proto_head = protohead[param.linktype] + phy->head_room; in caif_connect_client()
Completed in 13 milliseconds