| 3047 | } |
| 3048 | |
| 3049 | void |
| 3050 | iavf_set_no_poll(struct iavf_adapter *adapter, bool link_change) |
| 3051 | { |
| 3052 | struct iavf_info *vf = &adapter->vf; |
| 3053 | |
| 3054 | adapter->no_poll = (link_change & !vf->link_up) || |
| 3055 | vf->vf_reset || vf->in_reset_recovery; |
| 3056 | } |
| 3057 | |
| 3058 | static int |
| 3059 | iavf_dcf_cap_check_handler(__rte_unused const char *key, |
no outgoing calls
no test coverage detected