Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_main.c433 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()
Dbnx2x.h1452 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type,