Searched refs:NFCWILINK_HDR_LEN (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/nfc/
H A Dnfcwilink.c40 #define NFCWILINK_HDR_LEN 4 macro
117 skb = alloc_skb(len + NFCWILINK_HDR_LEN, how); nfcwilink_skb_alloc()
119 skb_reserve(skb, NFCWILINK_HDR_LEN); nfcwilink_skb_alloc()
352 skb_pull(skb, (NFCWILINK_HDR_LEN-1)); nfcwilink_receive()
373 .hdr_len = (NFCWILINK_HDR_LEN-1), /* not including chnl byte */
476 memcpy(skb_push(skb, NFCWILINK_HDR_LEN), &hdr, NFCWILINK_HDR_LEN); nfcwilink_send() local
520 NFCWILINK_HDR_LEN, nfcwilink_probe()

Completed in 48 milliseconds