Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/qib/
H A Dqib_uc.c275 if (qp->r_state == OP(SEND_FIRST) || in qib_uc_rcv()
276 qp->r_state == OP(SEND_MIDDLE)) { in qib_uc_rcv()
281 qp->r_state = OP(SEND_LAST); in qib_uc_rcv()
299 switch (qp->r_state) { in qib_uc_rcv()
507 qp->r_state = opcode; in qib_uc_rcv()
H A Dqib_rc.c1768 switch (qp->r_state) { in qib_rc_rcv()
1995 qp->r_state = opcode; in qib_rc_rcv()
2058 qp->r_state = opcode; in qib_rc_rcv()
2074 qp->r_state = opcode; in qib_rc_rcv()
/linux/drivers/infiniband/hw/hfi1/
H A Duc.c290 if (qp->r_state == OP(SEND_FIRST) || in hfi1_uc_rcv()
291 qp->r_state == OP(SEND_MIDDLE)) { in hfi1_uc_rcv()
297 qp->r_state = OP(SEND_LAST); in hfi1_uc_rcv()
315 switch (qp->r_state) { in hfi1_uc_rcv()
530 qp->r_state = opcode; in hfi1_uc_rcv()
H A Drc.c2815 switch (qp->r_state) { in hfi1_rc_rcv()
3068 qp->r_state = opcode; in hfi1_rc_rcv()
3139 qp->r_state = opcode; in hfi1_rc_rcv()
3159 qp->r_state = opcode; in hfi1_rc_rcv()
H A Dtid_rdma.c2205 qp->r_state = e->opcode; in tid_rdma_rcv_error()
2299 qp->r_state = e->opcode; in hfi1_rc_rcv_tid_rdma_read_req()
3775 qp->r_state = e->opcode; in hfi1_rc_rcv_tid_rdma_write_req()
/linux/fs/xfs/libxfs/
H A Dxfs_log_recover.h115 int r_state; /* not needed */ member
/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h562 void rmt_state_change(struct s_smc *smc, int r_state);
/linux/include/rdma/
H A Drdmavt_qp.h387 u8 r_state; /* opcode of last packet received */
386 u8 r_state; /* opcode of last packet received */ global() member
/linux/drivers/net/fddi/skfp/
H A Dskfddi.c2167 void rmt_state_change(struct s_smc *smc, int r_state) in rmt_state_change() argument
2172 switch (r_state) { in rmt_state_change()
/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c842 qp->r_state = IB_OPCODE_RC_SEND_LAST; in rvt_init_qp()
845 qp->r_state = IB_OPCODE_UC_SEND_LAST; in rvt_init_qp()