| 2206 | enum i40e_status_code status; |
| 2207 | struct i40e_aq_get_phy_abilities_resp phy_ab; |
| 2208 | struct i40e_aq_set_phy_config phy_conf; |
| 2209 | enum i40e_aq_phy_type cnt; |
| 2210 | uint8_t avail_speed; |
| 2211 | uint32_t phy_type_mask = 0; |
no outgoing calls
no test coverage detected