Searched refs:pending_work (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.c | 25 .pending_work = true, in ionic_qcq_enable() 50 .pending_work = true, in ionic_qcq_disable() 238 .pending_work = true, in ionic_lif_addr_add() 262 .pending_work = true, in ionic_lif_addr_del() 359 .pending_work = true, in ionic_vlan_rx_add_vid() 382 .pending_work = true, in ionic_vlan_rx_kill_vid() 433 .pending_work = true, in ionic_lif_rx_mode() 525 .pending_work = true, in ionic_lif_change_mtu() 930 .pending_work = true, in ionic_lif_rss_config() 1206 .pending_work = true, in ionic_lif_notifyq_init() [all …]
|
| H A D | ionic_main.c | 152 while (ctx->pending_work && elapsed_msec < max_wait_msec) { in ionic_wait_ctx_for_completion() 167 return (!ctx->pending_work); in ionic_wait_ctx_for_completion()
|
| H A D | ionic_rx_filter.c | 25 .pending_work = true, in ionic_rx_filter_del()
|
| H A D | ionic_dev.h | 199 bool pending_work; member
|
| H A D | ionic_dev.c | 540 ctx->pending_work = false; /* done */ in ionic_adminq_cb()
|