Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c153 adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES; in iavf_send_vf_config_msg()
170 adapter->current_op = VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS; in iavf_send_vf_offload_vlan_v2_msg()
280 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
283 adapter->current_op); in iavf_configure_queues()
286 adapter->current_op = VIRTCHNL_OP_CONFIG_VSI_QUEUES; in iavf_configure_queues()
335 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
338 adapter->current_op); in iavf_enable_queues()
341 adapter->current_op = VIRTCHNL_OP_ENABLE_QUEUES; in iavf_enable_queues()
360 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_queues()
363 adapter->current_op); in iavf_disable_queues()
[all …]
Diavf_main.c1399 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_down()
1688 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_config_rss_aq()
1691 adapter->current_op); in iavf_config_rss_aq()
2580 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_init_config_adapter()
2701 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
2790 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
2804 if (adapter->current_op) { in iavf_watchdog_task()
2835 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
3050 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_reset_task()
Diavf.h383 enum virtchnl_ops current_op; member
/Linux-v6.1/tools/lib/traceevent/
Dparse-filter.c943 struct tep_filter_arg *current_op = NULL; in process_filter() local
975 if (current_op) in process_filter()
1020 if (current_op) in process_filter()
1026 if (current_op) in process_filter()
1027 ret = add_right(current_op, arg, error_str); in process_filter()
1035 if (!current_op && !current_exp) in process_filter()
1041 if (current_op && !check_op_done(current_op)) in process_filter()
1044 if (current_op) in process_filter()
1045 *parg = current_op; in process_filter()
1060 if (!current_exp && !current_op) in process_filter()
[all …]
/Linux-v6.1/drivers/infiniband/hw/qib/
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()
Dqib.h490 unsigned current_op; member
Dqib_iba7322.c1549 ppd->sdma_state.current_op | QIB_SDMA_SENDCTRL_OP_CLEANUP); in qib_7322_sdma_hw_start_up()
/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dsdma.h148 unsigned current_op; member
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-v6.1/fs/nfsd/
Dnfs4proc.c2561 struct nfsd4_op *op, *current_op = NULL, *saved_op = NULL; in check_if_stalefh_allowed() local
2572 current_op = op; in check_if_stalefh_allowed()
2574 saved_op = current_op; in check_if_stalefh_allowed()
2576 current_op = saved_op; in check_if_stalefh_allowed()