Home
last modified time | relevance | path

Searched refs:r_state (Results 1 – 12 of 12) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_uc.c279 if (qp->r_state == OP(SEND_FIRST) || in qib_uc_rcv()
280 qp->r_state == OP(SEND_MIDDLE)) { in qib_uc_rcv()
285 qp->r_state = OP(SEND_LAST); in qib_uc_rcv()
303 switch (qp->r_state) { in qib_uc_rcv()
522 qp->r_state = opcode; in qib_uc_rcv()
Dqib_rc.c1916 switch (qp->r_state) { in qib_rc_rcv()
2155 qp->r_state = opcode; in qib_rc_rcv()
2219 qp->r_state = opcode; in qib_rc_rcv()
2235 qp->r_state = opcode; in qib_rc_rcv()
Dqib_qp.c390 qp->r_state = IB_OPCODE_RC_SEND_LAST; in qib_reset_qp()
393 qp->r_state = IB_OPCODE_UC_SEND_LAST; in qib_reset_qp()
Dqib_verbs.h474 u8 r_state; /* opcode of last packet received */ member
/drivers/infiniband/hw/ipath/
Dipath_uc.c295 qp->r_state = OP(SEND_LAST); in ipath_uc_rcv()
314 switch (qp->r_state) { in ipath_uc_rcv()
544 qp->r_state = opcode; in ipath_uc_rcv()
Dipath_rc.c1635 switch (qp->r_state) { in ipath_rc_rcv()
1856 qp->r_state = opcode; in ipath_rc_rcv()
1919 qp->r_state = opcode; in ipath_rc_rcv()
1934 qp->r_state = opcode; in ipath_rc_rcv()
Dipath_qp.c340 qp->r_state = IB_OPCODE_RC_SEND_LAST; in ipath_reset_qp()
343 qp->r_state = IB_OPCODE_UC_SEND_LAST; in ipath_reset_qp()
Dipath_verbs.h402 u8 r_state; /* opcode of last packet received */ member
/drivers/isdn/hisax/
Dnetjet.c128 bcs->hw.tiger.r_state = HDLC_ZERO_SEARCH; in mode_tiger()
403 register u_char state = bcs->hw.tiger.r_state; in read_raw()
569 bcs->hw.tiger.r_state = state; in read_raw()
Dhisax.h453 u_char r_state; member
/drivers/net/fddi/skfp/
Dskfddi.c2181 void rmt_state_change(struct s_smc *smc, int r_state) in rmt_state_change() argument
2186 switch (r_state) { in rmt_state_change()
/drivers/net/fddi/skfp/h/
Dcmtdef.h562 void rmt_state_change(struct s_smc *smc, int r_state);