Searched refs:next_state (Results 126 - 134 of 134) sorted by relevance
123456
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 855 action0.next_state = kpuaction->next_state; in npc_config_kpuaction()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | utils.c | 891 * @next_state: qp's next state 895 void irdma_term_modify_qp(struct irdma_sc_qp *qp, u8 next_state, u8 term, in irdma_term_modify_qp() argument 901 irdma_next_iw_state(iwqp, next_state, 0, term, term_len); in irdma_term_modify_qp()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | sfp.c | 1851 static void sfp_sm_fault(struct sfp *sfp, unsigned int next_state, bool warn) in sfp_sm_fault() argument 1861 sfp_sm_next(sfp, next_state, T_FAULT_RECOVER); in sfp_sm_fault()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 826 int next_state; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | de4x5.c | 928 static int dc21040_state(struct net_device *dev, int csr13, int csr14, int csr15, int timeout, int next_state, int suspect_state, int (*fn)(struct net_device *, int)); 2461 int next_state, int suspect_state, in dc21040_state() 2483 lp->media = next_state; in dc21040_state() 2460 dc21040_state(struct net_device *dev, int csr13, int csr14, int csr15, int timeout, int next_state, int suspect_state, int (*fn)(struct net_device *, int)) dc21040_state() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 4448 u8 next_state, tol = chip->rssi_tol; in _update_rssi_state() local 4453 next_state = BTC_RSSI_ST_HIGH; in _update_rssi_state() 4455 next_state = BTC_RSSI_ST_STAY_LOW; in _update_rssi_state() 4458 next_state = BTC_RSSI_ST_LOW; in _update_rssi_state() 4460 next_state = BTC_RSSI_ST_STAY_HIGH; in _update_rssi_state() 4463 return next_state; in _update_rssi_state()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 1460 action0.next_state = kpuaction->next_state; in npc_config_kpuaction()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 2948 * @next_state: Next QP state 2954 * checks that cur_state and next_state are valid QP states, that a 2955 * transition from cur_state to next_state is allowed by the IB spec, 2958 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 2998 * @next_state: Next QP state 3004 * checks that cur_state and next_state are valid QP states, that a 3005 * transition from cur_state to next_state is allowed by the IB spec, 3008 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
|
Completed in 77 milliseconds
123456