Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c18 static void txgbe_clear_bp_intr(u32 bit, u32 bit_high, struct txgbe_hw *hw);
2410 txgbe_clear_bp_intr(2, 0, hw); in txgbe_handle_bp_flow()
2460 txgbe_clear_bp_intr(2, 0, hw); in txgbe_handle_bp_flow()
2461 txgbe_clear_bp_intr(1, 0, hw); in txgbe_handle_bp_flow()
2462 txgbe_clear_bp_intr(0, 0, hw); in txgbe_handle_bp_flow()
2481 txgbe_clear_bp_intr(2, 0, hw); in txgbe_handle_bp_flow()
2482 txgbe_clear_bp_intr(1, 0, hw); in txgbe_handle_bp_flow()
2483 txgbe_clear_bp_intr(0, 0, hw); in txgbe_handle_bp_flow()
2625 static void txgbe_clear_bp_intr(u32 bit, u32 bit_high, struct txgbe_hw *hw) in txgbe_clear_bp_intr() function