Searched refs:src_type (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_main.c | 433 u32 src_type = dmae->opcode & DMAE_COMMAND_SRC; in bnx2x_dp_dmae() local 437 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 455 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 473 if (src_type == DMAE_CMD_SRC_PCI) in bnx2x_dp_dmae() 528 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, in bnx2x_dmae_opcode() argument 533 opcode |= ((src_type << DMAE_COMMAND_SRC_SHIFT) | in bnx2x_dmae_opcode() 555 u8 src_type, u8 dst_type) in bnx2x_prep_dmae_with_comp() argument 560 dmae->opcode = bnx2x_dmae_opcode(bp, src_type, dst_type, in bnx2x_prep_dmae_with_comp()
|
D | bnx2x.h | 1452 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type,
|