MCPcopy Create free account
hub / github.com/F-Stack/f-stack / idpf_reset_pf

Function idpf_reset_pf

dpdk/drivers/common/idpf/idpf_common_device.c:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "idpf_common_virtchnl.h"
8
9static void
10idpf_reset_pf(struct idpf_hw *hw)
11{
12 uint32_t reg;
13
14 reg = IDPF_READ_REG(hw, PFGEN_CTRL);
15 IDPF_WRITE_REG(hw, PFGEN_CTRL, (reg | PFGEN_CTRL_PFSWR));
16}
17
18#define IDPF_RESET_WAIT_CNT 100
19

Callers 1

idpf_adapter_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected