Home
last modified time | relevance | path

Searched refs:pktcnt (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/input/mouse/
H A Dlifebook.c141 if (psmouse->pktcnt != 3) in lifebook_process_byte()
144 switch (psmouse->pktcnt) { in lifebook_process_byte()
H A Dbyd.c277 if (psmouse->pktcnt > 0 && !(pkt[0] & PS2_ALWAYS_1)) { in byd_process_byte()
283 if (psmouse->pktcnt < psmouse->pktsize) in byd_process_byte()
H A Dtouchkit_ps2.c45 if (psmouse->pktcnt != 5) in touchkit_ps2_process_byte()
H A Dcypress_ps2.c523 int index = psmouse->pktcnt - 1; in cypress_validate_byte()
566 if (psmouse->pktcnt >= cytp->pkt_size) { in cypress_protocol_handler()
H A Dvmmouse.c201 switch (psmouse->pktcnt) { in vmmouse_process_byte()
H A Dlogips2pp.c46 if (psmouse->pktcnt < 3) in ps2pp_process_byte()
H A Dfocaltech.c253 if (psmouse->pktcnt >= 6) { /* Full packet received */ in focaltech_process_byte()
H A Dsynaptics.c1249 if (psmouse->pktcnt >= 6) { /* Full packet received */ in synaptics_process_byte()
1263 return synaptics_validate_byte(psmouse, psmouse->pktcnt - 1, priv->pkt_type) ? in synaptics_process_byte()
H A Dsentelic.c701 if (psmouse->pktcnt < 4) in fsp_process_byte()
H A Delantech.c928 if (psmouse->pktcnt < psmouse->pktsize) in elantech_process_byte()
/linux/include/uapi/linux/
H A Dmroute6.h102 unsigned long pktcnt; member
H A Dmroute.h95 unsigned long pktcnt; member
/linux/drivers/usb/host/
H A Docteon-hcd.c284 int pktcnt; member
1483 usbc_hctsiz.s.pktcnt = packets_to_transfer; in cvmx_usb_start_channel_control()
1730 usbc_hctsiz.s.pktcnt = packets_to_transfer; in cvmx_usb_start_channel()
1822 transaction->pktcnt = usbc_hctsiz.s.pktcnt; in cvmx_usb_start_channel()
2703 packets_processed = transaction->pktcnt - usbc_hctsiz.s.pktcnt; in cvmx_usb_poll_channel()
H A Docteon-hcd.h1271 __BITFIELD_FIELD(u32 pktcnt : 10,
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c932 int pktcnt = 1; in dma_rx() local
957 pktcnt++; in dma_rx()
982 pktcnt = 1; in dma_rx()
988 return pktcnt; in dma_rx()
/linux/net/tipc/
H A Dlink.c1956 u16 pktlen, pktcnt, seqno = l->snd_nxt; in tipc_link_tnl_prepare() local
2008 pktcnt = l->snd_nxt - buf_seqno(skb_peek(&l->transmq)); in tipc_link_tnl_prepare()
2010 pktcnt = skb_queue_len(&l->transmq); in tipc_link_tnl_prepare()
2011 pktcnt += skb_queue_len(&l->backlogq); in tipc_link_tnl_prepare()
2012 msg_set_msgcnt(&tnlhdr, pktcnt); in tipc_link_tnl_prepare()
2040 pktcnt += skb_queue_len(&frags) - 1; in tipc_link_tnl_prepare()
2072 msg_set_msgcnt(hdr, pktcnt); in tipc_link_tnl_prepare()
/linux/net/ipv4/
H A Dipmr.c1717 sr->pktcnt = atomic_long_read(&c->_c.mfc_un.res.pkt); in ipmr_ioctl()
1734 compat_ulong_t pktcnt; member
1789 sr.pktcnt = atomic_long_read(&c->_c.mfc_un.res.pkt); in ipmr_compat_ioctl()