| 241 | } |
| 242 | |
| 243 | static uint8_t |
| 244 | nfp_function_id_get(const struct nfp_pf_dev *pf_dev, |
| 245 | uint8_t phy_port) |
| 246 | { |
| 247 | if (pf_dev->multi_pf.enabled) |
| 248 | return pf_dev->multi_pf.function_id; |
| 249 | |
| 250 | return phy_port; |
| 251 | } |
| 252 | |
| 253 | static void |
| 254 | nfp_net_beat_timer(void *arg) |
no outgoing calls
no test coverage detected