Home
last modified time | relevance | path

Searched refs:e1000_check_for_rst (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mbx.h71 s32 e1000_check_for_rst(struct e1000_hw *, u16);
H A De1000_mbx.c137 s32 e1000_check_for_rst(struct e1000_hw *hw, u16 mbx_id) in e1000_check_for_rst() function
/f-stack/dpdk/drivers/net/e1000/
H A Digb_pf.c502 if (!e1000_check_for_rst(hw, vf)) in igb_pf_mbx_process()
H A Digb_ethdev.c3215 if (!e1000_check_for_rst(hw, 0) || !mbx->timeout) in eth_igbvf_link_update()