Home
last modified time | relevance | path

Searched refs:pktType (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsdla_x25.h67 unsigned char pktType; /* packet type */ member
647 unsigned char pktType; member
686 unsigned char pktType; /* packet type */ member
/linux-2.4.37.9/drivers/net/wan/
Dsdla_x25.c2240 mbox->cmd.pktType = mbox->cmd.command; in status_intr()
3015 switch (mb->cmd.pktType & 0x7F){ in x25_error()
3056 card->devname, mb->cmd.pktType, in x25_error()
3067 switch (mb->cmd.pktType & 0x7F){ in x25_error()
3090 mb->cmd.pktType & 0x7F, mb->cmd.cause, mb->cmd.diagn); in x25_error()
3103 mb->cmd.lcn, mb->cmd.pktType, mb->cmd.diagn) in x25_error()
3459 if (mb->cmd.pktType == 0x05) /* call request time out */ in timeout_event()
3476 card->devname, mb->cmd.pktType, new_lcn); in timeout_event()
4895 api_hdr->hdr.pktType = mbox->cmd.pktType & 0x7F; in send_oob_msg()