Searched refs:ntb_ndp (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_ncm.c | 955 __le16 *ntb_ndp; in ncm_wrap_ntb() local 1025 ntb_ndp = (void *) skb_put(ncm->skb_tx_ndp, in ncm_wrap_ntb() 1027 memset(ntb_ndp, 0, ncb_len); in ncm_wrap_ntb() 1029 put_unaligned_le32(ncm->ndp_sign, ntb_ndp); in ncm_wrap_ntb() 1030 ntb_ndp += 2; in ncm_wrap_ntb() 1044 ntb_ndp = (void *) skb_put(ncm->skb_tx_ndp, dgram_idx_len); in ncm_wrap_ntb() 1045 memset(ntb_ndp, 0, dgram_idx_len); in ncm_wrap_ntb() 1052 put_ncm(&ntb_ndp, opts->dgram_item_len, ncb_len); in ncm_wrap_ntb() 1054 put_ncm(&ntb_ndp, opts->dgram_item_len, skb->len); in ncm_wrap_ntb()
|