]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/ixgbe_bypass.h
doc: announce crypto structures rework
[dpdk.git] / drivers / net / ixgbe / ixgbe_bypass.h
index fcd977435d4c7da79a8b7666fae2ff2ff8e92aad..5f5c63e37dd0d34ea6ef6588e75d0a03f6752e36 100644 (file)
 #ifdef RTE_NIC_BYPASS
 
 struct ixgbe_bypass_mac_ops {
-       s32 (*bypass_rw) (struct ixgbe_hw *hw, u32 cmd, u32 *status);
-       bool (*bypass_valid_rd) (u32 in_reg, u32 out_reg);
-       s32 (*bypass_set) (struct ixgbe_hw *hw, u32 cmd, u32 event, u32 action);
-       s32 (*bypass_rd_eep) (struct ixgbe_hw *hw, u32 addr, u8 *value);
+       s32 (*bypass_rw)(struct ixgbe_hw *hw, u32 cmd, u32 *status);
+       bool (*bypass_valid_rd)(u32 in_reg, u32 out_reg);
+       s32 (*bypass_set)(struct ixgbe_hw *hw, u32 cmd, u32 event, u32 action);
+       s32 (*bypass_rd_eep)(struct ixgbe_hw *hw, u32 addr, u8 *value);
 };
 
 struct ixgbe_bypass_info {