Searched refs:next_state (Results 51 - 75 of 77) sorted by relevance

1234

/linux-master/samples/vfio-mdev/
H A Dmtty.c1237 enum vfio_device_mig_state next_state; local
1239 new_state, &next_state);
1245 ret = mtty_step_state(mdev_state, next_state);
1249 mdev_state->state = next_state;
1251 if (WARN_ON(ret && new_state != next_state)) {
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dqp.c1847 (mask & C4IW_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1);
1891 if (qhp->attr.state == attrs->next_state)
1896 switch (attrs->next_state) {
1932 switch (attrs->next_state) {
1983 if (!internal && (qhp->ibqp.uobject || attrs->next_state !=
1988 switch (attrs->next_state) {
2005 if (attrs->next_state != C4IW_QP_STATE_IDLE) {
2081 attrs.next_state = C4IW_QP_STATE_ERROR;
2198 qhp->attr.next_state = C4IW_QP_STATE_IDLE;
2380 attrs.next_state
[all...]
H A Dcm.c1636 attrs.next_state = C4IW_QP_STATE_RTS;
1656 attrs.next_state = C4IW_QP_STATE_TERMINATE;
1675 attrs.next_state = C4IW_QP_STATE_TERMINATE;
1881 attrs.next_state = C4IW_QP_STATE_TERMINATE;
2755 attrs.next_state = C4IW_QP_STATE_CLOSING;
2773 attrs.next_state = C4IW_QP_STATE_IDLE;
2803 attrs.next_state = C4IW_QP_STATE_ERROR;
2907 attrs.next_state = C4IW_QP_STATE_ERROR;
2996 attrs.next_state = C4IW_QP_STATE_IDLE;
3033 attrs.next_state
[all...]
H A Diw_cxgb4.h465 u32 next_state; member in struct:c4iw_qp_attributes
/linux-master/drivers/scsi/
H A Dinitio.h352 u8 next_state; /*5 */ member in struct:scsi_ctrl_blk
/linux-master/drivers/usb/host/
H A Dxhci-hub.c1836 u32 next_state; local
1862 next_state = XDEV_U0;
1864 next_state = XDEV_RESUME;
1885 portsc |= PORT_LINK_STROBE | next_state;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h1065 enum bnx2x_q_state state, next_state; member in struct:bnx2x_queue_sp_obj
1330 enum bnx2x_func_state state, next_state; member in struct:bnx2x_func_sp_obj
H A Dbnx2x_stats.c1352 enum bnx2x_stats_state next_state; member in struct:__anon1081
1394 bp->stats_state = bnx2x_stats_stm[state][event].next_state;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c422 int next_state[IP_VS_TCP_S_LAST]; member in struct:tcp_states_t
536 pd->tcp_state_table[state_off+state_idx].next_state[cp->state];
/linux-master/net/llc/
H A Dllc_conn.c369 if (!rc && trans->next_state != NO_STATE_CHANGE) {
370 llc->state = trans->next_state;
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c994 static const u32 next_state = DE_MEDIA_TP; local
995 de_next_media(de, &next_state, 1);
997 static const u32 next_state = DE_MEDIA_AUI; local
998 de_next_media(de, &next_state, 1);
/linux-master/drivers/infiniband/core/
H A Dverbs.c1688 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, argument
1698 if (!qp_state_table[cur_state][next_state].valid)
1701 req_param = qp_state_table[cur_state][next_state].req_param[type];
1702 opt_param = qp_state_table[cur_state][next_state].opt_param[type];
/linux-master/drivers/infiniband/hw/efa/
H A Defa_verbs.c861 enum ib_qp_state next_state,
871 if (!srd_qp_state_table[cur_state][next_state].valid)
874 req_param = srd_qp_state_table[cur_state][next_state].req_param;
875 opt_param = srd_qp_state_table[cur_state][next_state].opt_param;
860 efa_modify_srd_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, enum ib_qp_attr_mask mask) argument
/linux-master/drivers/scsi/isci/
H A Dphy.c601 * @next_state: This parameter specifies the next state for the phy's starting
607 u32 next_state)
611 sci_change_state(&iphy->sm, next_state);
605 sci_phy_complete_link_training(struct isci_phy *iphy, enum sas_linkrate max_link_rate, u32 next_state) argument
H A Dhost.c163 void sci_change_state(struct sci_base_state_machine *sm, u32 next_state) argument
172 sm->current_state_id = next_state;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2254 enum sge_eosw_state next_state; local
2280 next_state = CXGB4_EO_STATE_FLOWC_OPEN_REPLY;
2282 next_state = CXGB4_EO_STATE_FLOWC_CLOSE_REPLY;
2309 eosw_txq->state = next_state;
2527 enum sge_eosw_state next_state; local
2562 next_state = CXGB4_EO_STATE_FLOWC_OPEN_SEND;
2567 next_state = CXGB4_EO_STATE_FLOWC_CLOSE_SEND;
2604 eosw_txq->state = next_state;
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c18 u8 next_state; local
23 next_state = COEX_RSSI_STATE_HIGH;
25 next_state = COEX_RSSI_STATE_STAY_LOW;
28 next_state = COEX_RSSI_STATE_LOW;
30 next_state = COEX_RSSI_STATE_STAY_HIGH;
33 return next_state;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1076 static int mlx5e_modify_rq_state(struct mlx5e_rq *rq, int curr_state, int next_state) argument
1090 if (curr_state == MLX5_RQC_STATE_RST && next_state == MLX5_RQC_STATE_RDY)
1096 MLX5_SET(rqc, rqc, state, next_state);
1714 MLX5_SET(sqc, sqc, state, p->next_state);
1715 if (p->rl_update && p->next_state == MLX5_SQC_STATE_RDY) {
1719 if (p->qos_update && p->next_state == MLX5_SQC_STATE_RDY) {
1751 msp.next_state = MLX5_SQC_STATE_RDY;
2289 msp.next_state = MLX5_SQC_STATE_RDY;
H A Den.h838 int next_state; member in struct:mlx5e_modify_sq_param
/linux-master/kernel/
H A Dcpu.c309 enum cpuhp_sync_state next_state)
320 if (!atomic_try_cmpxchg(st, &sync, next_state))
308 cpuhp_wait_for_sync_state(unsigned int cpu, enum cpuhp_sync_state state, enum cpuhp_sync_state next_state) argument
/linux-master/drivers/net/phy/
H A Dsfp.c1872 static void sfp_sm_fault(struct sfp *sfp, unsigned int next_state, bool warn) argument
1882 sfp_sm_next(sfp, next_state, T_FAULT_RECOVER);
/linux-master/drivers/infiniband/hw/irdma/
H A Dutils.c891 * @next_state: qp's next state
895 void irdma_term_modify_qp(struct irdma_sc_qp *qp, u8 next_state, u8 term, argument
901 irdma_next_iw_state(iwqp, next_state, 0, term, term_len);
/linux-master/drivers/media/i2c/
H A Dmt9m114.c712 static int mt9m114_set_state(struct mt9m114 *sensor, u8 next_state) argument
717 cci_write(sensor->regmap, MT9M114_SYSMGR_NEXT_STATE, next_state, &ret);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4807 u8 next_state, tol = chip->rssi_tol; local
4812 next_state = BTC_RSSI_ST_HIGH;
4814 next_state = BTC_RSSI_ST_STAY_LOW;
4817 next_state = BTC_RSSI_ST_LOW;
4819 next_state = BTC_RSSI_ST_STAY_HIGH;
4822 return next_state;
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c3245 enum tcpm_state next_state; local
3320 next_state = SNK_READY;
3322 next_state = SNK_WAIT_CAPABILITIES;
3328 tcpm_set_state(port, next_state, 0);

Completed in 679 milliseconds

1234