bnx2.c | 0 /* bnx2.c: Broadcom NX2 network driver. 24 #include "bnx2.h" 36 /* The bnx2 seems to be picky about the alignment of the receive buffers 47 static struct bnx2 bnx2; variable in typeref:struct:bnx2 137 bnx2_reg_rd_ind(struct bnx2 *bp, u32 offset) 144 bnx2_reg_wr_ind(struct bnx2 *bp, u32 offset, u32 val) 151 bnx2_ctx_wr(struct bnx2 *bp, u32 cid_addr, u32 offset, u32 val) 159 bnx2_read_phy(struct bnx2 *bp, u32 reg, u32 *val) 216 bnx2_write_phy(struct bnx2 *bp, u32 reg, u32 val [all...] |