Searched refs:current_op (Results 1 – 7 of 7) sorted by relevance
215 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 …]
251 enum i40e_virtchnl_ops current_op; member
1010 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()
956 struct filter_arg *current_op = NULL; in process_filter() local988 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 …]
226 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()
507 unsigned current_op; member
1580 ppd->sdma_state.current_op | QIB_SDMA_SENDCTRL_OP_CLEANUP); in qib_7322_sdma_hw_start_up()