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

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

Completed in 13 milliseconds