Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_uc.c274 if (qp->r_state == OP(SEND_FIRST) || in qib_uc_rcv()
275 qp->r_state == OP(SEND_MIDDLE)) { in qib_uc_rcv()
280 qp->r_state = OP(SEND_LAST); in qib_uc_rcv()
298 switch (qp->r_state) { in qib_uc_rcv()
506 qp->r_state = opcode; in qib_uc_rcv()
Dqib_rc.c1765 switch (qp->r_state) { in qib_rc_rcv()
1992 qp->r_state = opcode; in qib_rc_rcv()
2055 qp->r_state = opcode; in qib_rc_rcv()
2071 qp->r_state = opcode; in qib_rc_rcv()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Duc.c336 if (qp->r_state == OP(SEND_FIRST) || in hfi1_uc_rcv()
337 qp->r_state == OP(SEND_MIDDLE)) { in hfi1_uc_rcv()
343 qp->r_state = OP(SEND_LAST); in hfi1_uc_rcv()
361 switch (qp->r_state) { in hfi1_uc_rcv()
576 qp->r_state = opcode; in hfi1_uc_rcv()
Dtrace_tid.h753 __field(u8, r_state)
774 __entry->r_state = qp->r_state;
793 __entry->r_state,
Drc.c2857 switch (qp->r_state) { in hfi1_rc_rcv()
3110 qp->r_state = opcode; in hfi1_rc_rcv()
3181 qp->r_state = opcode; in hfi1_rc_rcv()
3201 qp->r_state = opcode; in hfi1_rc_rcv()
Dtid_rdma.c2198 qp->r_state = e->opcode; in tid_rdma_rcv_error()
2292 qp->r_state = e->opcode; in hfi1_rc_rcv_tid_rdma_read_req()
3762 qp->r_state = e->opcode; in hfi1_rc_rcv_tid_rdma_write_req()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_recover.h37 int r_state; /* not needed */ member
/Linux-v5.4/drivers/firmware/
Dti_sci.c769 bool *r_state) in ti_sci_cmd_dev_is_idle() argument
774 if (!r_state) in ti_sci_cmd_dev_is_idle()
781 *r_state = (state == MSG_DEVICE_SW_STATE_RETENTION); in ti_sci_cmd_dev_is_idle()
796 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_stop() argument
801 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_stop()
809 if (r_state) in ti_sci_cmd_dev_is_stop()
810 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_cmd_dev_is_stop()
827 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_on() argument
832 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_on()
840 if (r_state) in ti_sci_cmd_dev_is_on()
[all …]
/Linux-v5.4/include/rdma/
Drdmavt_qp.h382 u8 r_state; /* opcode of last packet received */ member
/Linux-v5.4/drivers/net/fddi/skfp/h/
Dcmtdef.h562 void rmt_state_change(struct s_smc *smc, int r_state);
/Linux-v5.4/drivers/net/fddi/skfp/
Dskfddi.c2177 void rmt_state_change(struct s_smc *smc, int r_state) in rmt_state_change() argument
2182 switch (r_state) { in rmt_state_change()
/Linux-v5.4/net/rds/
Drdma.c104 if (test_and_set_bit(RDS_MR_DEAD, &mr->r_state)) in rds_destroy_mr()
Drds.h307 unsigned long r_state; member
/Linux-v5.4/drivers/infiniband/sw/rdmavt/
Dqp.c877 qp->r_state = IB_OPCODE_RC_SEND_LAST; in rvt_init_qp()
880 qp->r_state = IB_OPCODE_UC_SEND_LAST; in rvt_init_qp()