Searched refs:ixgbe_bypass_rw_generic (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_bypass_api.h | 21 static s32 ixgbe_bypass_rw_generic(struct ixgbe_hw *hw, u32 cmd, u32 *status) in ixgbe_bypass_rw_generic() function 211 if (ixgbe_bypass_rw_generic(hw, cmd, &by_ctl)) in ixgbe_bypass_set_generic() 216 if (ixgbe_bypass_rw_generic(hw, cmd, &by_ctl)) in ixgbe_bypass_set_generic() 226 if (ixgbe_bypass_rw_generic(hw, verify, &by_ctl)) in ixgbe_bypass_set_generic() 253 if (ixgbe_bypass_rw_generic(hw, cmd, &status)) in ixgbe_bypass_rd_eep_generic() 261 if (ixgbe_bypass_rw_generic(hw, cmd, &status)) in ixgbe_bypass_rd_eep_generic()
|
| H A D | ixgbe_bypass.c | 94 adapter->bps.ops.bypass_rw = &ixgbe_bypass_rw_generic; in ixgbe_bypass_init()
|