Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c215 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_configure_queues()
218 __func__, adapter->current_op); in i40evf_configure_queues()
221 adapter->current_op = I40E_VIRTCHNL_OP_CONFIG_VSI_QUEUES; in i40evf_configure_queues()
269 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_enable_queues()
272 __func__, adapter->current_op); in i40evf_enable_queues()
275 adapter->current_op = I40E_VIRTCHNL_OP_ENABLE_QUEUES; in i40evf_enable_queues()
294 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_disable_queues()
297 __func__, adapter->current_op); in i40evf_disable_queues()
300 adapter->current_op = I40E_VIRTCHNL_OP_DISABLE_QUEUES; in i40evf_disable_queues()
322 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_map_queues()
[all …]
Di40evf.h251 enum i40e_virtchnl_ops current_op; member
Di40evf_main.c1010 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_down()
1338 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_watchdog_task()
1357 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_watchdog_task()
1364 if (adapter->current_op) { in i40evf_watchdog_task()
1587 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_reset_task()
/linux-4.1.27/tools/lib/traceevent/
Dparse-filter.c956 struct filter_arg *current_op = NULL; in process_filter() local
988 if (current_op) in process_filter()
1033 if (current_op) in process_filter()
1039 if (current_op) in process_filter()
1040 ret = add_right(current_op, arg, error_str); in process_filter()
1048 if (!current_op && !current_exp) in process_filter()
1054 if (current_op && !check_op_done(current_op)) in process_filter()
1057 if (current_op) in process_filter()
1058 *parg = current_op; in process_filter()
1073 if (!current_exp && !current_op) in process_filter()
[all …]
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_sdma.c226 ss->previous_op = ss->current_op; in sdma_set_state()
248 ss->current_op = op; in sdma_set_state()
250 ppd->dd->f_sdma_sendctrl(ppd, ss->current_op); in sdma_set_state()
Dqib.h507 unsigned current_op; member
Dqib_iba7322.c1580 ppd->sdma_state.current_op | QIB_SDMA_SENDCTRL_OP_CLEANUP); in qib_7322_sdma_hw_start_up()