/linux-4.19.296/drivers/isdn/hisax/ |
D | isdnl2.c | 168 p1 = (st->l2.vs - st->l2.va) % 128; in cansend() 170 p1 = (st->l2.vs - st->l2.va) % 8; in cansend() 390 return ((nr - l2->va) % 128) <= ((l2->vs - l2->va) % 128); in legalnr() 392 return ((nr - l2->va) % 8) <= ((l2->vs - l2->va) % 8); in legalnr() 700 st->l2.vs = 0; in l2_start_multi() 741 if (st->l2.vs != st->l2.va) { in l2_restart_multi() 747 st->l2.vs = 0; in l2_restart_multi() 798 } else if (st->l2.vs != st->l2.va) { in l2_connected() 806 st->l2.vs = 0; in l2_connected() 941 if (l2->vs != nr) { in invoke_retransmission() [all …]
|
D | hisax.h | 256 u_int vs, va, vr; member
|
/linux-4.19.296/drivers/isdn/mISDN/ |
D | layer2.c | 384 p1 = (l2->vs - l2->va) % 128; in cansend() 386 p1 = (l2->vs - l2->va) % 8; in cansend() 595 return ((nr - l2->va) % 128) <= ((l2->vs - l2->va) % 128); in legalnr() 597 return ((nr - l2->va) % 8) <= ((l2->vs - l2->va) % 8); in legalnr() 922 l2->vs = 0; in l2_start_multi() 965 if (l2->vs != l2->va) { in l2_restart_multi() 971 l2->vs = 0; in l2_restart_multi() 1023 } else if (l2->vs != l2->va) { in l2_connected() 1029 l2->vs = 0; in l2_connected() 1169 if (l2->vs != nr) { in invoke_retransmission() [all …]
|
D | layer2.h | 63 u_int vs, va, vr; member
|
/linux-4.19.296/fs/afs/ |
D | super.c | 684 struct afs_volume_status vs; in afs_statfs() local 709 afs_fs_get_volume_status(&fc, &vs); in afs_statfs() 720 if (vs.max_quota == 0) in afs_statfs() 721 buf->f_blocks = vs.part_max_blocks; in afs_statfs() 723 buf->f_blocks = vs.max_quota; in afs_statfs() 724 buf->f_bavail = buf->f_bfree = buf->f_blocks - vs.blocks_in_use; in afs_statfs()
|
D | fsclient.c | 366 struct afs_volume_status *vs) in xdr_decode_AFSFetchVolumeStatus() argument 370 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 371 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 372 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 373 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 374 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 375 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 376 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 377 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 378 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() [all …]
|
/linux-4.19.296/include/net/ |
D | llc_pdu.h | 169 #define FRMR_INFO_SET_Vs(info,vs) (info->curr_ssv = (((u8) vs) << 1)) argument 439 u8 f_bit, u8 vs, u8 vr, u8 vzyxw);
|
D | vxlan.h | 369 static inline unsigned short vxlan_get_sk_family(struct vxlan_sock *vs) in vxlan_get_sk_family() argument 371 return vs->sock->sk->sk_family; in vxlan_get_sk_family()
|
D | lapb.h | 90 unsigned short vs, vr, va; member
|
D | rose.h | 138 unsigned short vs, vr, va, vl; member
|
D | netrom.h | 73 unsigned short vs, vr, va, vl; member
|
D | x25.h | 155 unsigned short vs, vr, va, vl; member
|
D | ax25.h | 249 unsigned short vs, vr, va; member
|
/linux-4.19.296/include/drm/ |
D | drm_modes.h | 134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument 139 .vscan = (vs), .flags = (f), \
|
/linux-4.19.296/include/uapi/linux/ |
D | ax25.h | 107 unsigned int vs, vr, va, vs_max; member
|
/linux-4.19.296/include/linux/ |
D | virtio_vsock.h | 99 void virtio_transport_set_max_buffer_size(struct vsock_sock *vs, u64 val);
|
D | nvme.h | 277 __u8 vs[1024]; member 330 __u8 vs[3712]; member
|
D | hugetlb.h | 186 #define follow_hugetlb_page(m,v,p,vs,a,b,i,w,n) ({ BUG(); 0; }) argument
|
/linux-4.19.296/include/media/ |
D | v4l2-ioctl.h | 642 int v4l2_video_std_construct(struct v4l2_standard *vs, 654 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id);
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 118 int v4l2_video_std_construct(struct v4l2_standard *vs, in v4l2_video_std_construct() argument 121 vs->id = id; in v4l2_video_std_construct() 122 v4l2_video_std_frame_period(id, &vs->frameperiod); in v4l2_video_std_construct() 123 vs->framelines = (id & V4L2_STD_525_60) ? 525 : 625; in v4l2_video_std_construct() 124 strlcpy(vs->name, name, sizeof(vs->name)); in v4l2_video_std_construct() 131 int v4l_video_std_enumstd(struct v4l2_standard *vs, v4l2_std_id id) in v4l_video_std_enumstd() argument 134 unsigned int index = vs->index, i, j = 0; in v4l_video_std_enumstd() 161 v4l2_video_std_construct(vs, curr_id, descr); in v4l_video_std_enumstd()
|
/linux-4.19.296/ |
D | MAINTAINERS | 7673 M: Wensong Zhang <wensong@linux-vs.org> 8524 F: Documentation/core-api/refcount-vs-atomic.rst
|