Searched defs:_source (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c11079 static inline void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) argument
11081 const __be32 *source = (const __be32 *)_source;
11093 static inline void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) argument
11095 const __be32 *source = (const __be32 *)_source;
11111 static inline void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) argument
11113 const __be32 *source = (const __be32 *)_source;
11131 static inline void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) argument
11133 const __be16 *source = (const __be16 *)_source;

Completed in 468 milliseconds