/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 1636 attrs.next_state = C4IW_QP_STATE_RTS; in process_mpa_reply() 1656 attrs.next_state = C4IW_QP_STATE_TERMINATE; in process_mpa_reply() 1675 attrs.next_state = C4IW_QP_STATE_TERMINATE; in process_mpa_reply() 1881 attrs.next_state = C4IW_QP_STATE_TERMINATE; in rx_data() 2758 attrs.next_state = C4IW_QP_STATE_CLOSING; in peer_close() 2776 attrs.next_state = C4IW_QP_STATE_IDLE; in peer_close() 2806 attrs.next_state = C4IW_QP_STATE_ERROR; in finish_peer_abort() 2910 attrs.next_state = C4IW_QP_STATE_ERROR; in peer_abort() 2999 attrs.next_state = C4IW_QP_STATE_IDLE; in close_con_rpl() 3036 attrs.next_state in terminate() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 1636 attrs.next_state = C4IW_QP_STATE_RTS; in process_mpa_reply() 1656 attrs.next_state = C4IW_QP_STATE_TERMINATE; in process_mpa_reply() 1675 attrs.next_state = C4IW_QP_STATE_TERMINATE; in process_mpa_reply() 1881 attrs.next_state = C4IW_QP_STATE_TERMINATE; in rx_data() 2755 attrs.next_state = C4IW_QP_STATE_CLOSING; in peer_close() 2773 attrs.next_state = C4IW_QP_STATE_IDLE; in peer_close() 2803 attrs.next_state = C4IW_QP_STATE_ERROR; in finish_peer_abort() 2907 attrs.next_state = C4IW_QP_STATE_ERROR; in peer_abort() 2996 attrs.next_state = C4IW_QP_STATE_IDLE; in close_con_rpl() 3033 attrs.next_state in terminate() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 17 u8 next_state; in rtw_coex_next_rssi_state() local 22 next_state = COEX_RSSI_STATE_HIGH; in rtw_coex_next_rssi_state() 24 next_state = COEX_RSSI_STATE_STAY_LOW; in rtw_coex_next_rssi_state() 27 next_state = COEX_RSSI_STATE_LOW; in rtw_coex_next_rssi_state() 29 next_state = COEX_RSSI_STATE_STAY_HIGH; in rtw_coex_next_rssi_state() 32 return next_state; in rtw_coex_next_rssi_state()
|
/kernel/linux/linux-5.10/net/llc/ |
H A D | llc_sap.c | 188 sap->state = trans->next_state; in llc_sap_next_state()
|
H A D | llc_conn.c | 368 if (!rc && trans->next_state != NO_STATE_CHANGE) { in llc_conn_service() 369 llc->state = trans->next_state; in llc_conn_service()
|
/kernel/linux/linux-6.6/net/llc/ |
H A D | llc_sap.c | 188 sap->state = trans->next_state; in llc_sap_next_state()
|
H A D | llc_conn.c | 369 if (!rc && trans->next_state != NO_STATE_CHANGE) { in llc_conn_service() 370 llc->state = trans->next_state; in llc_conn_service()
|
/kernel/linux/linux-5.10/drivers/bus/mhi/host/ |
H A D | pm.c | 924 enum dev_st_transition next_state; in mhi_async_power_up() local 1019 next_state = MHI_IN_PBL(current_ee) ? in mhi_async_power_up() 1022 mhi_queue_state_transition(mhi_cntrl, next_state); in mhi_async_power_up()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr.c | 713 next_state: in xfs_attr_set_iter() 766 goto next_state; in xfs_attr_set_iter() 804 goto next_state; in xfs_attr_set_iter()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 733 int next_state; member 966 int mlx5e_modify_rq_state(struct mlx5e_rq *rq, int curr_state, int next_state);
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_proto_tcp.c | 422 int next_state[IP_VS_TCP_S_LAST]; member 536 pd->tcp_state_table[state_off+state_idx].next_state[cp->state]; in set_tcp_state()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_proto_tcp.c | 422 int next_state[IP_VS_TCP_S_LAST]; member 536 pd->tcp_state_table[state_off+state_idx].next_state[cp->state]; in set_tcp_state()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
H A D | efa_verbs.c | 840 enum ib_qp_state next_state, in efa_modify_srd_qp_is_ok() 850 if (!srd_qp_state_table[cur_state][next_state].valid) in efa_modify_srd_qp_is_ok() 853 req_param = srd_qp_state_table[cur_state][next_state].req_param; in efa_modify_srd_qp_is_ok() 854 opt_param = srd_qp_state_table[cur_state][next_state].opt_param; in efa_modify_srd_qp_is_ok() 839 efa_modify_srd_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, enum ib_qp_attr_mask mask) efa_modify_srd_qp_is_ok() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | de2104x.c | 994 static const u32 next_state = DE_MEDIA_TP; in de21040_media_timer() local 995 de_next_media(de, &next_state, 1); in de21040_media_timer() 997 static const u32 next_state = DE_MEDIA_AUI; in de21040_media_timer() local 998 de_next_media(de, &next_state, 1); in de21040_media_timer()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-hub.c | 1775 u32 next_state; in xhci_bus_resume() local 1801 next_state = XDEV_U0; in xhci_bus_resume() 1803 next_state = XDEV_RESUME; in xhci_bus_resume() 1824 portsc |= PORT_LINK_STROBE | next_state; in xhci_bus_resume()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-hub.c | 1882 u32 next_state; in xhci_bus_resume() local 1908 next_state = XDEV_U0; in xhci_bus_resume() 1910 next_state = XDEV_RESUME; in xhci_bus_resume() 1931 portsc |= PORT_LINK_STROBE | next_state; in xhci_bus_resume()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | de2104x.c | 994 static const u32 next_state = DE_MEDIA_TP; in de21040_media_timer() local 995 de_next_media(de, &next_state, 1); in de21040_media_timer() 997 static const u32 next_state = DE_MEDIA_AUI; in de21040_media_timer() local 998 de_next_media(de, &next_state, 1); in de21040_media_timer()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_output.c | 1083 T = task_index_to_char(field->next_state); in trace_ctxwake_print() 1120 T = task_index_to_char(field->next_state); in trace_ctxwake_raw() 1156 T = task_index_to_char(field->next_state); in trace_ctxwake_hex() 1195 SEQ_PUT_FIELD(s, field->next_state); in trace_ctxwake_bin()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_mass_storage.c | 1254 fmass_task_state next_state; in fmass_set_next_command() local 1296 next_state = FMASS_TASK_REQ_DATA_PHASE; in fmass_set_next_command() 1300 next_state = FMASS_TASK_REQ_STATUS_PHASE; in fmass_set_next_command() 1302 fmass_task_change_state(fmass, next_state); in fmass_set_next_command()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_io.c | 613 static struct extent_state *next_state(struct extent_state *state) in next_state() function 653 next = next_state(state); in clear_state_bit() 663 next = next_state(state); in clear_state_bit() 766 state = next_state(state); in __clear_extent_bit() 1043 state = next_state(state); in __set_extent_bit() 1099 state = next_state(state); in __set_extent_bit() 1572 while ((state = next_state(state)) != NULL) { in find_first_extent_bit() 1623 while ((state = next_state(state)) != NULL) { in find_contiguous_extent_bit() 2440 next = next_state(state); in btrfs_free_io_failure_record()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 18 u8 next_state; in rtw_coex_next_rssi_state() local 23 next_state = COEX_RSSI_STATE_HIGH; in rtw_coex_next_rssi_state() 25 next_state = COEX_RSSI_STATE_STAY_LOW; in rtw_coex_next_rssi_state() 28 next_state = COEX_RSSI_STATE_LOW; in rtw_coex_next_rssi_state() 30 next_state = COEX_RSSI_STATE_STAY_HIGH; in rtw_coex_next_rssi_state() 33 return next_state; in rtw_coex_next_rssi_state()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | initio.h | 352 u8 next_state; /*5 */ member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | initio.h | 352 u8 next_state; /*5 */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 2262 enum sge_eosw_state next_state; in ethofld_hard_xmit() local 2288 next_state = CXGB4_EO_STATE_FLOWC_OPEN_REPLY; in ethofld_hard_xmit() 2290 next_state = CXGB4_EO_STATE_FLOWC_CLOSE_REPLY; in ethofld_hard_xmit() 2317 eosw_txq->state = next_state; in ethofld_hard_xmit() 2535 enum sge_eosw_state next_state; in cxgb4_ethofld_send_flowc() local 2570 next_state = CXGB4_EO_STATE_FLOWC_OPEN_SEND; in cxgb4_ethofld_send_flowc() 2575 next_state = CXGB4_EO_STATE_FLOWC_CLOSE_SEND; in cxgb4_ethofld_send_flowc() 2612 eosw_txq->state = next_state; in cxgb4_ethofld_send_flowc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 2268 enum sge_eosw_state next_state; in ethofld_hard_xmit() local 2294 next_state = CXGB4_EO_STATE_FLOWC_OPEN_REPLY; in ethofld_hard_xmit() 2296 next_state = CXGB4_EO_STATE_FLOWC_CLOSE_REPLY; in ethofld_hard_xmit() 2323 eosw_txq->state = next_state; in ethofld_hard_xmit() 2541 enum sge_eosw_state next_state; in cxgb4_ethofld_send_flowc() local 2576 next_state = CXGB4_EO_STATE_FLOWC_OPEN_SEND; in cxgb4_ethofld_send_flowc() 2581 next_state = CXGB4_EO_STATE_FLOWC_CLOSE_SEND; in cxgb4_ethofld_send_flowc() 2618 eosw_txq->state = next_state; in cxgb4_ethofld_send_flowc()
|