Searched refs:r_state (Results 1 – 8 of 8) sorted by relevance
| /linux/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 | 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()
|
| /linux/drivers/firmware/ |
| H A D | ti_sci.c | 775 * @r_state: true if requested to be idle in ti_sci_cmd_dev_is_idle() 780 bool *r_state) 785 if (!r_state) 792 *r_state = (state == MSG_DEVICE_SW_STATE_RETENTION); in ti_sci_cmd_dev_is_stop() 801 * @r_state: true if requested to be stopped in ti_sci_cmd_dev_is_stop() 807 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_stop() 812 if (!r_state && !curr_state) 820 if (r_state) in ti_sci_cmd_dev_is_on() 821 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_cmd_dev_is_on() argument 832 * @r_state in ti_sci_cmd_dev_is_on() 763 ti_sci_cmd_dev_is_idle(const struct ti_sci_handle * handle,u32 id,bool * r_state) ti_sci_cmd_dev_is_idle() argument 790 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 1189 u8 c_state = 0, r_state = 0; ti_sci_cmd_clk_is_on() local 1222 u8 c_state = 0, r_state = 0; ti_sci_cmd_clk_is_off() local [all...] |
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_log_recover.h | 115 int r_state; /* not needed */ member
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | cmtdef.h | 562 void rmt_state_change(struct s_smc *smc, int r_state);
|
| /linux/include/rdma/ |
| H A D | rdmavt_qp.h | 387 u8 r_state; /* opcode of last packet received */ member
|
| /linux/drivers/net/fddi/skfp/ |
| H 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()
|