Home
last modified time | relevance | path

Searched refs:current_op (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c177 adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES; in iavf_send_vf_config_msg()
194 adapter->current_op = VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS; in iavf_send_vf_offload_vlan_v2_msg()
207 adapter->current_op = VIRTCHNL_OP_GET_SUPPORTED_RXDIDS; in iavf_send_vf_supported_rxdids_msg()
242 adapter->current_op = VIRTCHNL_OP_1588_PTP_GET_CAPS; in iavf_send_vf_ptp_caps_msg()
386 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
389 adapter->current_op); in iavf_configure_queues()
392 adapter->current_op = VIRTCHNL_OP_CONFIG_VSI_QUEUES; in iavf_configure_queues()
443 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
446 adapter->current_op); in iavf_enable_queues()
449 adapter->current_op = VIRTCHNL_OP_ENABLE_QUEUES; in iavf_enable_queues()
[all …]
H A Diavf_main.c1378 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_down()
1662 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_config_rss_aq()
1665 adapter->current_op); in iavf_config_rss_aq()
2129 * PF, so we don't have to set current_op as we will in iavf_process_aq_command()
2765 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_init_config_adapter()
2936 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_step()
2944 if (adapter->current_op) { in iavf_watchdog_step()
2973 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_step()
3201 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_reset_step()
H A Diavf.h406 enum virtchnl_ops current_op; member
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c1891 u32 current_op = pt_update_ops->current_op; in xe_pt_update_ops_rfence_interval() local
1892 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in xe_pt_update_ops_rfence_interval()
1927 u32 current_op = pt_update_ops->current_op; in bind_op_prepare() local
1928 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_op_prepare()
1957 ++pt_update_ops->current_op; in bind_op_prepare()
1994 u32 current_op = pt_update_ops->current_op; in bind_range_prepare() local
1995 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_range_prepare()
2019 ++pt_update_ops->current_op; in bind_range_prepare()
2037 u32 current_op = pt_update_ops->current_op; in unbind_op_prepare() local
2038 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in unbind_op_prepare()
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.h148 unsigned current_op; member
H A Dsdma.c645 ss->previous_op = ss->current_op; in sdma_set_state()
670 ss->current_op = op; in sdma_set_state()
671 sdma_sendctrl(sde, ss->current_op); in sdma_set_state()
/linux/fs/nfsd/
H A Dnfs4proc.c2998 struct nfsd4_op *op, *current_op = NULL, *saved_op = NULL; in check_if_stalefh_allowed() local
3009 current_op = op; in check_if_stalefh_allowed()
3011 saved_op = current_op; in check_if_stalefh_allowed()
3013 current_op = saved_op; in check_if_stalefh_allowed()