/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_uc.c | 274 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()
|
H A D | qib_rc.c | 1765 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-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_uc.c | 275 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 D | qib_rc.c | 1768 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | uc.c | 336 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()
|
H A D | trace_tid.h | 41 "r_psn 0x%x r_state 0x%x r_flags 0x%x " \ 753 __field(u8, r_state) 774 __entry->r_state = qp->r_state; 793 __entry->r_state,
|
H A D | rc.c | 2856 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()
|
H A D | tid_rdma.c | 2198 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-6.6/drivers/infiniband/hw/hfi1/ |
H A D | uc.c | 290 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 D | trace_tid.h | 41 "r_psn 0x%x r_state 0x%x r_flags 0x%x " \ 753 __field(u8, r_state) 774 __entry->r_state = qp->r_state; 793 __entry->r_state,
|
H A D | rc.c | 2815 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 D | tid_rdma.c | 2205 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()
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | ti_sci.c | 733 * @r_state: true if requested to be idle 738 bool *r_state) in ti_sci_cmd_dev_is_idle() 743 if (!r_state) in ti_sci_cmd_dev_is_idle() 750 *r_state = (state == MSG_DEVICE_SW_STATE_RETENTION); in ti_sci_cmd_dev_is_idle() 759 * @r_state: true if requested to be stopped 765 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_stop() 770 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_stop() 778 if (r_state) in ti_sci_cmd_dev_is_stop() 779 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_cmd_dev_is_stop() 790 * @r_state 737 ti_sci_cmd_dev_is_idle(const struct ti_sci_handle *handle, u32 id, bool *r_state) ti_sci_cmd_dev_is_idle() argument 764 ti_sci_cmd_dev_is_stop(const struct ti_sci_handle *handle, u32 id, bool *r_state, bool *curr_state) ti_sci_cmd_dev_is_stop() argument 795 ti_sci_cmd_dev_is_on(const struct ti_sci_handle *handle, u32 id, bool *r_state, bool *curr_state) ti_sci_cmd_dev_is_on() argument 1164 u8 c_state = 0, r_state = 0; ti_sci_cmd_clk_is_on() local 1197 u8 c_state = 0, r_state = 0; ti_sci_cmd_clk_is_off() local [all...] |
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | ti_sci.c | 749 * @r_state: true if requested to be idle 754 bool *r_state) in ti_sci_cmd_dev_is_idle() 759 if (!r_state) in ti_sci_cmd_dev_is_idle() 766 *r_state = (state == MSG_DEVICE_SW_STATE_RETENTION); in ti_sci_cmd_dev_is_idle() 775 * @r_state: true if requested to be stopped 781 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_stop() 786 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_stop() 794 if (r_state) in ti_sci_cmd_dev_is_stop() 795 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_cmd_dev_is_stop() 806 * @r_state 753 ti_sci_cmd_dev_is_idle(const struct ti_sci_handle *handle, u32 id, bool *r_state) ti_sci_cmd_dev_is_idle() argument 780 ti_sci_cmd_dev_is_stop(const struct ti_sci_handle *handle, u32 id, bool *r_state, bool *curr_state) ti_sci_cmd_dev_is_stop() argument 811 ti_sci_cmd_dev_is_on(const struct ti_sci_handle *handle, u32 id, bool *r_state, bool *curr_state) ti_sci_cmd_dev_is_on() argument 1180 u8 c_state = 0, r_state = 0; ti_sci_cmd_clk_is_on() local 1213 u8 c_state = 0, r_state = 0; ti_sci_cmd_clk_is_off() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_log_recover.h | 104 int r_state; /* not needed */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_log_recover.h | 106 int r_state; /* not needed */ member
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | ti_k3_r5_remoteproc.c | 1114 bool r_state = false, c_state = false, lockstep_en = false, single_cpu = false; in k3_r5_rproc_configure_mode() local 1125 &r_state, &c_state); in k3_r5_rproc_configure_mode() 1131 if (r_state != c_state) { in k3_r5_rproc_configure_mode() 1133 r_state, c_state); in k3_r5_rproc_configure_mode()
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
H A D | cmtdef.h | 562 void rmt_state_change(struct s_smc *smc, int r_state);
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdmavt_qp.h | 386 u8 r_state; /* opcode of last packet received */ member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdmavt_qp.h | 386 u8 r_state; /* opcode of last packet received */ member
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
H A D | cmtdef.h | 562 void rmt_state_change(struct s_smc *smc, int r_state);
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | skfddi.c | 2155 * r_state - Possible values are: 2163 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-6.6/drivers/net/fddi/skfp/ |
H A D | skfddi.c | 2158 * r_state - Possible values are: 2166 void rmt_state_change(struct s_smc *smc, int r_state) in rmt_state_change() argument 2171 switch (r_state) { in rmt_state_change()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 881 qp->r_state = IB_OPCODE_RC_SEND_LAST; in rvt_init_qp() 884 qp->r_state = IB_OPCODE_UC_SEND_LAST; in rvt_init_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 842 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()
|