Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/icn/
Dicn.h100 } frag_buf; typedef
128 frag_buf receive_buf[0x10];
129 frag_buf send_buf[0x10];
/linux-4.4.14/sound/usb/line6/
Ddriver.c96 const char *frag_buf = buffer + i; in line6_send_raw_message() local
103 (char *)frag_buf, frag_size, in line6_send_raw_message()
/linux-4.4.14/drivers/firewire/
Dnet.c358 void *frag_buf, unsigned frag_off, unsigned frag_len) in fwnet_pd_new() argument
380 memcpy(new->pbuf + frag_off, frag_buf, frag_len); in fwnet_pd_new()
419 struct fwnet_partial_datagram *pd, void *frag_buf, in fwnet_pd_update() argument
425 memcpy(pd->pbuf + frag_off, frag_buf, frag_len); in fwnet_pd_update()