Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/qib/
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()
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-5.19.10/drivers/infiniband/hw/hfi1/
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()
Dtrace_tid.h753 __field(u8, r_state)
774 __entry->r_state = qp->r_state;
793 __entry->r_state,
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()
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-5.19.10/drivers/firmware/
Dti_sci.c770 bool *r_state) in ti_sci_cmd_dev_is_idle() argument
775 if (!r_state) in ti_sci_cmd_dev_is_idle()
782 *r_state = (state == MSG_DEVICE_SW_STATE_RETENTION); in ti_sci_cmd_dev_is_idle()
797 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_stop() argument
802 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_stop()
810 if (r_state) in ti_sci_cmd_dev_is_stop()
811 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_cmd_dev_is_stop()
828 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_on() argument
833 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_on()
841 if (r_state) in ti_sci_cmd_dev_is_on()
[all …]
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_log_recover.h106 int r_state; /* not needed */ member
/linux-5.19.10/drivers/remoteproc/
Dti_k3_r5_remoteproc.c1111 bool r_state = false, c_state = false; in k3_r5_rproc_configure_mode() local
1122 &r_state, &c_state); in k3_r5_rproc_configure_mode()
1128 if (r_state != c_state) { in k3_r5_rproc_configure_mode()
1130 r_state, c_state); in k3_r5_rproc_configure_mode()
/linux-5.19.10/include/rdma/
Drdmavt_qp.h386 u8 r_state; /* opcode of last packet received */ member
/linux-5.19.10/drivers/net/fddi/skfp/h/
Dcmtdef.h562 void rmt_state_change(struct s_smc *smc, int r_state);
/linux-5.19.10/drivers/net/fddi/skfp/
Dskfddi.c2166 void rmt_state_change(struct s_smc *smc, int r_state) in rmt_state_change() argument
2171 switch (r_state) { in rmt_state_change()
/linux-5.19.10/drivers/infiniband/sw/rdmavt/
Dqp.c844 qp->r_state = IB_OPCODE_RC_SEND_LAST; in rvt_init_qp()
847 qp->r_state = IB_OPCODE_UC_SEND_LAST; in rvt_init_qp()