Home
last modified time | relevance | path

Searched refs:current_op (Results 1 – 6 of 6) 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.c1360 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_down()
1642 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_config_rss_aq()
1645 adapter->current_op); in iavf_config_rss_aq()
2745 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_init_config_adapter()
2916 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_step()
2924 if (adapter->current_op) { in iavf_watchdog_step()
2953 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_step()
3181 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_reset_step()
H A Diavf.h405 enum virtchnl_ops current_op; member
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c1937 u32 current_op = pt_update_ops->current_op; in xe_pt_update_ops_rfence_interval() local
1938 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in xe_pt_update_ops_rfence_interval()
1973 u32 current_op = pt_update_ops->current_op; in bind_op_prepare() local
1974 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_op_prepare()
2003 ++pt_update_ops->current_op; in bind_op_prepare()
2040 u32 current_op = pt_update_ops->current_op; in bind_range_prepare() local
2041 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_range_prepare()
2065 ++pt_update_ops->current_op; in bind_range_prepare()
2083 u32 current_op = pt_update_ops->current_op; in unbind_op_prepare() local
2084 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
/linux/fs/nfsd/
H A Dnfs4proc.c3006 struct nfsd4_op *op, *current_op = NULL, *saved_op = NULL; in check_if_stalefh_allowed() local
3017 current_op = op; in check_if_stalefh_allowed()
3019 saved_op = current_op; in check_if_stalefh_allowed()
3021 current_op = saved_op; in check_if_stalefh_allowed()