Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c144 adapter->current_op = VIRTCHNL_OP_GET_VF_RESOURCES; in i40evf_send_vf_config_msg()
218 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_configure_queues()
221 adapter->current_op); in i40evf_configure_queues()
224 adapter->current_op = VIRTCHNL_OP_CONFIG_VSI_QUEUES; in i40evf_configure_queues()
274 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_enable_queues()
277 adapter->current_op); in i40evf_enable_queues()
280 adapter->current_op = VIRTCHNL_OP_ENABLE_QUEUES; in i40evf_enable_queues()
299 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_disable_queues()
302 adapter->current_op); in i40evf_disable_queues()
305 adapter->current_op = VIRTCHNL_OP_DISABLE_QUEUES; in i40evf_disable_queues()
[all …]
Di40evf_main.c1037 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in i40evf_down()
1237 if (adapter->current_op != VIRTCHNL_OP_UNKNOWN) { in i40evf_config_rss_aq()
1240 adapter->current_op); in i40evf_config_rss_aq()
1584 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in i40evf_watchdog_task()
1600 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in i40evf_watchdog_task()
1607 if (adapter->current_op) { in i40evf_watchdog_task()
1928 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in i40evf_reset_task()
3494 adapter->current_op = VIRTCHNL_OP_UNKNOWN; in i40evf_init_task()
Di40evf.h319 enum virtchnl_ops current_op; member
/Linux-v4.19/tools/lib/traceevent/
Dparse-filter.c947 struct filter_arg *current_op = NULL; in process_filter() local
979 if (current_op) in process_filter()
1024 if (current_op) in process_filter()
1030 if (current_op) in process_filter()
1031 ret = add_right(current_op, arg, error_str); in process_filter()
1039 if (!current_op && !current_exp) in process_filter()
1045 if (current_op && !check_op_done(current_op)) in process_filter()
1048 if (current_op) in process_filter()
1049 *parg = current_op; in process_filter()
1064 if (!current_exp && !current_op) in process_filter()
[all …]
/Linux-v4.19/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.h489 unsigned current_op; member
Dqib_iba7322.c1572 ppd->sdma_state.current_op | QIB_SDMA_SENDCTRL_OP_CLEANUP); in qib_7322_sdma_hw_start_up()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dsdma.h199 unsigned current_op; member
Dsdma.c670 ss->previous_op = ss->current_op; in sdma_set_state()
695 ss->current_op = op; in sdma_set_state()
696 sdma_sendctrl(sde, ss->current_op); in sdma_set_state()