Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c2088 u32 current_op = pt_update_ops->current_op; in xe_pt_update_ops_rfence_interval() local
2089 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in xe_pt_update_ops_rfence_interval()
2124 u32 current_op = pt_update_ops->current_op; in bind_op_prepare() local
2125 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_op_prepare()
2154 ++pt_update_ops->current_op; in bind_op_prepare()
2197 u32 current_op = pt_update_ops->current_op; in bind_range_prepare() local
2198 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_range_prepare()
2222 ++pt_update_ops->current_op; in bind_range_prepare()
2240 u32 current_op = pt_update_ops->current_op; in unbind_op_prepare() local
2241 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in unbind_op_prepare()
[all …]
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h405 enum virtchnl_ops current_op; member
/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.h148 unsigned current_op; member
H A Dsdma.c646 ss->previous_op = ss->current_op; in sdma_set_state()
671 ss->current_op = op; in sdma_set_state()
672 sdma_sendctrl(sde, ss->current_op); in sdma_set_state()
/linux/fs/nfsd/
H A Dnfs4proc.c3151 struct nfsd4_op *op, *current_op = NULL, *saved_op = NULL; in check_if_stalefh_allowed() local
3162 current_op = op; in check_if_stalefh_allowed()
3164 saved_op = current_op; in check_if_stalefh_allowed()
3166 current_op = saved_op; in check_if_stalefh_allowed()