Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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.c2856 switch (qp->r_state) { in hfi1_rc_rcv()
3109 qp->r_state = opcode; in hfi1_rc_rcv()
3180 qp->r_state = opcode; in hfi1_rc_rcv()
3200 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()
3763 qp->r_state = e->opcode; in hfi1_rc_rcv_tid_rdma_write_req()
/kernel/linux/linux-5.10/drivers/firmware/
Dti_sci.c751 bool *r_state) in ti_sci_cmd_dev_is_idle() argument
756 if (!r_state) in ti_sci_cmd_dev_is_idle()
763 *r_state = (state == MSG_DEVICE_SW_STATE_RETENTION); in ti_sci_cmd_dev_is_idle()
778 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_stop() argument
783 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_stop()
791 if (r_state) in ti_sci_cmd_dev_is_stop()
792 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_cmd_dev_is_stop()
809 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_on() argument
814 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_on()
822 if (r_state) in ti_sci_cmd_dev_is_on()
[all …]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_recover.h104 int r_state; /* not needed */ member
/kernel/linux/linux-5.10/include/rdma/
Drdmavt_qp.h386 u8 r_state; /* opcode of last packet received */ member
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
Dcmtdef.h562 void rmt_state_change(struct s_smc *smc, int r_state);
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
Dskfddi.c2163 void rmt_state_change(struct s_smc *smc, int r_state) in rmt_state_change() argument
2168 switch (r_state) { in rmt_state_change()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
Dqp.c883 qp->r_state = IB_OPCODE_RC_SEND_LAST; in rvt_init_qp()
886 qp->r_state = IB_OPCODE_UC_SEND_LAST; in rvt_init_qp()