Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_uc.c276 if (qp->r_state == OP(SEND_FIRST) || in qib_uc_rcv()
277 qp->r_state == OP(SEND_MIDDLE)) { in qib_uc_rcv()
282 qp->r_state = OP(SEND_LAST); in qib_uc_rcv()
300 switch (qp->r_state) { in qib_uc_rcv()
519 qp->r_state = opcode; in qib_uc_rcv()
Dqib_rc.c1897 switch (qp->r_state) { in qib_rc_rcv()
2136 qp->r_state = opcode; in qib_rc_rcv()
2199 qp->r_state = opcode; in qib_rc_rcv()
2215 qp->r_state = opcode; in qib_rc_rcv()
/drivers/infiniband/hw/hfi1/
Duc.c333 if (qp->r_state == OP(SEND_FIRST) || in hfi1_uc_rcv()
334 qp->r_state == OP(SEND_MIDDLE)) { in hfi1_uc_rcv()
340 qp->r_state = OP(SEND_LAST); in hfi1_uc_rcv()
358 switch (qp->r_state) { in hfi1_uc_rcv()
576 qp->r_state = opcode; in hfi1_uc_rcv()
Drc.c2181 switch (qp->r_state) { in hfi1_rc_rcv()
2436 qp->r_state = opcode; in hfi1_rc_rcv()
2502 qp->r_state = opcode; in hfi1_rc_rcv()
2521 qp->r_state = opcode; in hfi1_rc_rcv()
/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);
/drivers/infiniband/sw/rdmavt/
Dqp.c524 qp->r_state = IB_OPCODE_RC_SEND_LAST; in rvt_init_qp()
527 qp->r_state = IB_OPCODE_UC_SEND_LAST; in rvt_init_qp()