Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_main.c9556 static inline void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument
9558 const __be32 *source = (const __be32 *)_source; in be32_to_cpu_n()
9570 static inline void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument
9572 const __be32 *source = (const __be32 *)_source; in bnx2x_prep_ops()
9588 static inline void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument
9590 const __be32 *source = (const __be32 *)_source; in bnx2x_prep_iro()
9608 static inline void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument
9610 const __be16 *source = (const __be16 *)_source; in be16_to_cpu_n()