Searched refs:fragsize (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/ufs/ |
| H A D | util.h | 524 unsigned fragsize, pos; in ufs_fragacct() local 528 fragsize = 0; in ufs_fragacct() 531 fragsize++; in ufs_fragacct() 533 else if (fragsize > 0) { in ufs_fragacct() 534 fs32_add(sb, &fraglist[fragsize], cnt); in ufs_fragacct() 535 fragsize = 0; in ufs_fragacct() 538 if (fragsize > 0 && fragsize < uspi->s_fpb) in ufs_fragacct() 539 fs32_add(sb, &fraglist[fragsize], cnt); in ufs_fragacct()
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_queue.c | 236 u32 bufoff, total_len, remaining, fragsize, dataoff; in fun_data_from_rq() local 267 for (remaining = total_len; remaining; remaining -= fragsize) { in fun_data_from_rq() 269 fragsize = min_t(unsigned int, PAGE_SIZE, remaining); in fun_data_from_rq() 272 dma_sync_single_for_cpu(dma_dev, rqinfo->dma, fragsize, in fun_data_from_rq() 275 fragsize); in fun_data_from_rq() 276 dataoff += fragsize; in fun_data_from_rq()
|
| /linux/include/uapi/rdma/hfi/ |
| H A D | hfi1_user.h | 216 __u16 fragsize; member
|
| /linux/sound/pci/ |
| H A D | via82xx.c | 320 unsigned int fragsize; member 406 * fragsize = period size in bytes 410 unsigned int periods, unsigned int fragsize) in build_via_table() argument 436 rest = fragsize; in build_via_table() 474 dev->bufsize = periods * fragsize; in build_via_table() 476 dev->fragsize = fragsize; in build_via_table() 644 viadev->hwptr_done += viadev->fragsize; in snd_via686_interrupt() 692 viadev->hwptr_done += viadev->fragsize; in snd_via8233_interrupt() 794 if ((unsigned int)delta > viadev->fragsize) in calc_linear_pos() [all...] |
| H A D | via82xx_modem.c | 261 * fragsize = period size in bytes 265 unsigned int periods, unsigned int fragsize) in build_via_table() argument 291 rest = fragsize; in build_via_table() 331 dev->bufsize = periods * fragsize; in build_via_table()
|
| /linux/sound/oss/dmasound/ |
| H A D | dmasound_core.c | 1122 info.fragsize = write_sq.user_frag_size; in sq_ioctl() 1123 info.bytes = info.fragments * info.fragsize; in sq_ioctl()
|
| /linux/net/ipv4/ |
| H A D | ip_output.c | 984 mtu = cork->gso_size ? IP_MAX_MTU : cork->fragsize; in __ip_append_data() 1304 cork->fragsize = ip_sk_use_pmtu(sk) ? in ip_setup_cork() 1307 if (!inetdev_valid_mtu(cork->fragsize)) in ip_setup_cork()
|
| H A D | udp.c | 1119 if (hlen + min(datalen, cork->gso_size) > cork->fragsize) { in udp_send_skb()
|
| /linux/include/uapi/linux/ |
| H A D | soundcard.h | 575 int fragsize; /* Size of a fragment in bytes */ member
|
| /linux/net/ipv6/ |
| H A D | ip6_output.c | 1435 cork->base.fragsize = mtu; in ip6_setup_cork() 1488 mtu = cork->gso_size ? IP6_MAX_MTU : cork->fragsize; in __ip6_append_data()
|
| H A D | udp.c | 1382 if (hlen + min(datalen, cork->gso_size) > cork->fragsize) { in udp_v6_send_skb()
|
| /linux/sound/core/oss/ |
| H A D | pcm_oss.c | 2287 info.fragsize = runtime->oss.period_bytes; in snd_pcm_oss_get_space() 2320 "pcm_oss: space: bytes = %i, fragments = %i, fragstotal = %i, fragsize = %i\n", in snd_pcm_oss_get_space() 2321 info.bytes, info.fragments, info.fragstotal, info.fragsize); in snd_pcm_oss_get_space()
|