Home
last modified time | relevance | path

Searched refs:rnr (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/nfc/hci/
Dllc_shdlc.c67 bool rnr; /* other side is not ready to receive */ member
333 if (shdlc->rnr == true) { /* see SHDLC 10.7.7 */ in llc_shdlc_rcv_s_frame()
334 shdlc->rnr = false; in llc_shdlc_rcv_s_frame()
347 shdlc->rnr = true; in llc_shdlc_rcv_s_frame()
539 shdlc->rnr == false ? "false" : "true", in llc_shdlc_handle_send_queue()
544 (shdlc->rnr == false)) { in llc_shdlc_handle_send_queue()
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddi.c73 byte rnr,
825 byte rnr, in xdi_xlog_ind() argument
832 PUT_WORD(&LogInfo[3], ((word)rnr | (word)(rnr_valid << 8))); in xdi_xlog_ind()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_verbs.c693 struct ipath_qp *rnr = NULL; in ipath_ib_timer() local
720 qp->timer_next = rnr; in ipath_ib_timer()
721 rnr = qp; in ipath_ib_timer()
778 while (rnr != NULL) { in ipath_ib_timer()
779 qp = rnr; in ipath_ib_timer()
780 rnr = qp->timer_next; in ipath_ib_timer()
/linux-4.4.14/drivers/isdn/hisax/
Disdnl2.c1310 int PollFlag, rsp, rnr = 0; in l2_st8_got_super() local
1322 rnr = 1; in l2_st8_got_super()
1337 if (rnr) { in l2_st8_got_super()
/linux-4.4.14/drivers/isdn/mISDN/
Dlayer2.c1530 int PollFlag, rsp, rnr = 0; in l2_st8_got_super() local
1541 rnr = 1; in l2_st8_got_super()
1555 if (rnr) { in l2_st8_got_super()