Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c157 adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES; in iavf_send_vf_config_msg()
174 adapter->current_op = VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS; in iavf_send_vf_offload_vlan_v2_msg()
283 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
286 adapter->current_op); in iavf_configure_queues()
289 adapter->current_op = VIRTCHNL_OP_CONFIG_VSI_QUEUES; in iavf_configure_queues()
334 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
337 adapter->current_op); in iavf_enable_queues()
340 adapter->current_op = VIRTCHNL_OP_ENABLE_QUEUES; in iavf_enable_queues()
359 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_queues()
362 adapter->current_op); in iavf_disable_queues()
[all …]
H A Diavf_main.c1377 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_down()
1664 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_config_rss_aq()
1667 adapter->current_op); in iavf_config_rss_aq()
2628 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_init_config_adapter()
2812 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
2827 if (adapter->current_op) { in iavf_watchdog_task()
2857 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
3077 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_reset_task()
H A Diavf.h389 enum virtchnl_ops current_op; member
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c1607 u32 current_op = pt_update_ops->current_op; in xe_pt_update_ops_rfence_interval() local
1608 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in xe_pt_update_ops_rfence_interval()
1644 u32 current_op = pt_update_ops->current_op; in bind_op_prepare() local
1645 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_op_prepare()
1671 ++pt_update_ops->current_op; in bind_op_prepare()
1708 u32 current_op = pt_update_ops->current_op; in unbind_op_prepare() local
1709 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in unbind_op_prepare()
1741 ++pt_update_ops->current_op; in unbind_op_prepare()
1842 xe_tile_assert(tile, pt_update_ops->current_op <= in xe_pt_update_ops_prepare()
2004 if (!pt_update_ops->current_op) { in xe_pt_update_ops_run()
[all …]
H A Dxe_pt_types.h106 u32 current_op; member
/linux/drivers/infiniband/hw/qib/
H A Dqib_sdma.c203 ss->previous_op = ss->current_op; in sdma_set_state()
225 ss->current_op = op; in sdma_set_state()
227 ppd->dd->f_sdma_sendctrl(ppd, ss->current_op); in sdma_set_state()
/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.h148 unsigned current_op; member
H A Dsdma.c644 ss->previous_op = ss->current_op; in sdma_set_state()
669 ss->current_op = op; in sdma_set_state()
670 sdma_sendctrl(sde, ss->current_op); in sdma_set_state()
/linux/fs/nfsd/
H A Dnfs4proc.c2718 struct nfsd4_op *op, *current_op = NULL, *saved_op = NULL; in check_if_stalefh_allowed() local
2729 current_op = op; in check_if_stalefh_allowed()
2731 saved_op = current_op; in check_if_stalefh_allowed()
2733 current_op = saved_op; in check_if_stalefh_allowed()