Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c154 adapter->current_op = I40E_VIRTCHNL_OP_GET_VF_RESOURCES; in i40evf_send_vf_config_msg()
161 adapter->current_op = I40E_VIRTCHNL_OP_GET_VF_RESOURCES; in i40evf_send_vf_config_msg()
236 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_configure_queues()
239 adapter->current_op); in i40evf_configure_queues()
242 adapter->current_op = I40E_VIRTCHNL_OP_CONFIG_VSI_QUEUES; in i40evf_configure_queues()
290 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_enable_queues()
293 adapter->current_op); in i40evf_enable_queues()
296 adapter->current_op = I40E_VIRTCHNL_OP_ENABLE_QUEUES; in i40evf_enable_queues()
315 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_disable_queues()
318 adapter->current_op); in i40evf_disable_queues()
[all …]
Di40evf_main.c1051 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_down()
1230 if (adapter->current_op != I40E_VIRTCHNL_OP_UNKNOWN) { in i40evf_configure_rss_aq()
1233 adapter->current_op); in i40evf_configure_rss_aq()
1488 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_watchdog_task()
1504 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_watchdog_task()
1511 if (adapter->current_op) { in i40evf_watchdog_task()
1722 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_reset_task()
2279 adapter->current_op = I40E_VIRTCHNL_OP_UNKNOWN; in i40evf_init_task()
Di40evf.h258 enum i40e_virtchnl_ops current_op; member
/linux-4.4.14/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.4.14/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()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsdma.h204 unsigned current_op; member
Dsdma.c704 ss->previous_op = ss->current_op; in sdma_set_state()
729 ss->current_op = op; in sdma_set_state()
730 sdma_sendctrl(sde, ss->current_op); in sdma_set_state()