Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_ncm.c972 __le16 *crc_pos; in ncm_wrap_ntb() local
977 crc_pos = (void *) skb_put(skb, sizeof(uint32_t)); in ncm_wrap_ntb()
978 put_unaligned_le32(crc, crc_pos); in ncm_wrap_ntb()