Searched refs:frag_size (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dvia82cxxx_audio.c256 unsigned int frag_size; member in struct:via_channel
649 chan->frag_size = 0;
730 chan->page_number = (chan->frag_number * chan->frag_size) / PAGE_SIZE +
731 (((chan->frag_number * chan->frag_size) % PAGE_SIZE) ? 1 : 0);
743 memset (chan->pgtbl[i].cpuaddr, 0xBC, chan->frag_size);
754 page = i / (PAGE_SIZE / chan->frag_size);
755 offset = (i % (PAGE_SIZE / chan->frag_size)) * chan->frag_size;
757 chan->sgtable[i].count = cpu_to_le32 (chan->frag_size | VIA_FLAG);
766 chan->sgtable[chan->frag_number - 1].count = cpu_to_le32 (chan->frag_size | VIA_EO
[all...]
H A Dharmony.c622 int frag_size, frag_buf; local
702 frag_size = ival & 0xffff;
705 frag_size = 12; /* 4096 == 2^12 */
707 ival = (frag_buf << 16) + frag_size;
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dej.c165 int frag_size = FRAG_SIZE; local
202 // Arrange pattern[] if available buffer length (end_pat~pattern[pattern_size]) is smaller than frag_size
203 if (((pattern + pattern_size) - end_pat) < frag_size)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dip6_output.c601 if (np->frag_size < mtu) {
602 if (np->frag_size)
603 mtu = np->frag_size;
H A Dipv6_sockglue.c345 np->frag_size = val;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dsock.h151 __u32 frag_size; member in struct:ipv6_pinfo
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dsock.h153 __u32 frag_size; member in struct:ipv6_pinfo

Completed in 79 milliseconds