Searched refs:r_state (Results 1 – 10 of 10) sorted by relevance
| /drivers/infiniband/hw/hfi1/ |
| 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()
|
| A D | trace_tid.h | 753 __field(u8, r_state) 774 __entry->r_state = qp->r_state; 793 __entry->r_state,
|
| 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()
|
| 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()
|
| /drivers/remoteproc/ |
| A D | ti_k3_m4_remoteproc.c | 43 bool r_state = false; in k3_m4_rproc_probe() local 102 &r_state, &p_state); in k3_m4_rproc_probe()
|
| A D | ti_k3_r5_remoteproc.c | 820 bool r_state = false, c_state = false, lockstep_en = false, single_cpu = false; in k3_r5_rproc_configure_mode() local 831 &r_state, &c_state); in k3_r5_rproc_configure_mode() 837 if (r_state != c_state) { in k3_r5_rproc_configure_mode() 839 r_state, c_state); in k3_r5_rproc_configure_mode()
|
| /drivers/firmware/ |
| A D | ti_sci.c | 760 bool *r_state) in ti_sci_cmd_dev_is_idle() argument 765 if (!r_state) in ti_sci_cmd_dev_is_idle() 792 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_stop() 800 if (r_state) in ti_sci_cmd_dev_is_stop() 818 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_on() argument 823 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_on() 831 if (r_state) in ti_sci_cmd_dev_is_on() 1186 u8 c_state = 0, r_state = 0; in ti_sci_cmd_clk_is_on() local 1193 &r_state, &c_state); in ti_sci_cmd_clk_is_on() 1219 u8 c_state = 0, r_state = 0; in ti_sci_cmd_clk_is_off() local [all …]
|
| /drivers/net/fddi/skfp/h/ |
| A D | cmtdef.h | 562 void rmt_state_change(struct s_smc *smc, int r_state);
|
| /drivers/net/fddi/skfp/ |
| A D | skfddi.c | 2167 void rmt_state_change(struct s_smc *smc, int r_state) in rmt_state_change() argument 2172 switch (r_state) { in rmt_state_change()
|
| /drivers/infiniband/sw/rdmavt/ |
| 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()
|
Completed in 63 milliseconds