Home
last modified time | relevance | path

Searched refs:PACKET_FULL (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/input/joystick/
Dgrip_mp.c61 #define PACKET_FULL 0x80000000 /* packet is full */ macro
206 pkt = (PACKET_FULL | PACKET_IO_FAST) >> 28; in mp_io()
210 pkt = (PACKET_FULL | PACKET_IO_SLOW) >> 28; in mp_io()
220 if (pkt & PACKET_FULL) in mp_io()
/Linux-v4.19/drivers/net/wan/
Dwanxlfw.S458 cmpl #PACKET_FULL, (%d2) // desc status
865 .long PACKET_FULL, PACKET_FULL + 1, PACKET_FULL + 2, PACKET_FULL + 3
Dwanxl.h38 #define PACKET_FULL 0x10 macro
Dwanxl.c171 case PACKET_FULL: in wanxl_tx_intr()
300 desc->stat = PACKET_FULL; in wanxl_xmit()