Searched refs:frag_buf (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/isdn/icn/ |
D | icn.h | 100 } frag_buf; typedef 128 frag_buf receive_buf[0x10]; 129 frag_buf send_buf[0x10];
|
/linux-4.4.14/sound/usb/line6/ |
D | driver.c | 96 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/ |
D | net.c | 358 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()
|