Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c144 adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES; in iavf_send_vf_config_msg()
248 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_configure_queues()
251 adapter->current_op); in iavf_configure_queues()
254 adapter->current_op = VIRTCHNL_OP_CONFIG_VSI_QUEUES; in iavf_configure_queues()
303 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_enable_queues()
306 adapter->current_op); in iavf_enable_queues()
309 adapter->current_op = VIRTCHNL_OP_ENABLE_QUEUES; in iavf_enable_queues()
328 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_disable_queues()
331 adapter->current_op); in iavf_disable_queues()
334 adapter->current_op = VIRTCHNL_OP_DISABLE_QUEUES; in iavf_disable_queues()
[all …]
Diavf_main.c1013 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_down()
1213 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in iavf_config_rss_aq()
1216 adapter->current_op); in iavf_config_rss_aq()
1792 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_init_get_resources()
1928 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
1943 if (adapter->current_op) { in iavf_watchdog_task()
1968 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_watchdog_task()
2166 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in iavf_reset_task()
Diavf.h309 enum virtchnl_ops current_op; member
/Linux-v5.4/tools/lib/traceevent/
Dparse-filter.c948 struct tep_filter_arg *current_op = NULL; in process_filter() local
980 if (current_op) in process_filter()
1025 if (current_op) in process_filter()
1031 if (current_op) in process_filter()
1032 ret = add_right(current_op, arg, error_str); in process_filter()
1040 if (!current_op && !current_exp) in process_filter()
1046 if (current_op && !check_op_done(current_op)) in process_filter()
1049 if (current_op) in process_filter()
1050 *parg = current_op; in process_filter()
1065 if (!current_exp && !current_op) in process_filter()
[all …]
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_sdma.c202 ss->previous_op = ss->current_op; in sdma_set_state()
224 ss->current_op = op; in sdma_set_state()
226 ppd->dd->f_sdma_sendctrl(ppd, ss->current_op); in sdma_set_state()
Dqib.h490 unsigned current_op; member
Dqib_iba7322.c1571 ppd->sdma_state.current_op | QIB_SDMA_SENDCTRL_OP_CLEANUP); in qib_7322_sdma_hw_start_up()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dsdma.h189 unsigned current_op; member
Dsdma.c685 ss->previous_op = ss->current_op; in sdma_set_state()
710 ss->current_op = op; in sdma_set_state()
711 sdma_sendctrl(sde, ss->current_op); in sdma_set_state()