Symbol: LM_DMAE_ADDRESS_GRC
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1026
if (operation->blocks[0].source.type == LM_DMAE_ADDRESS_GRC)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1036
if (operation->blocks[0].dest.type == LM_DMAE_ADDRESS_GRC)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1111
case LM_DMAE_ADDRESS_GRC:
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1146
case LM_DMAE_ADDRESS_GRC:
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1206
lm_dmae_address_t dest = lm_dmae_address(dest_offset, LM_DMAE_ADDRESS_GRC);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1233
lm_dmae_address_t dest = lm_dmae_address(dest_offset, LM_DMAE_ADDRESS_GRC);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1257
lm_dmae_address_t source = lm_dmae_address(source_offset, LM_DMAE_ADDRESS_GRC);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
253
opcode |= ((source.type == LM_DMAE_ADDRESS_GRC)?1:0) <<DMAE_CMD_SRC_SHIFT;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
254
opcode |= ((dest.type == LM_DMAE_ADDRESS_GRC)?2:1) <<DMAE_CMD_DST_SHIFT;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
397
LM_DMAE_ADDRESS_GRC);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
894
case LM_DMAE_ADDRESS_GRC://fallthrough
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
926
case LM_DMAE_ADDRESS_GRC://fallthrough
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
997
const u16_t length_limit = (operation->blocks[0].dest.type != LM_DMAE_ADDRESS_GRC) ? min( DMAE_MAX_READ_SIZE, DMAE_MAX_RW_SIZE(pdev) ) : DMAE_MAX_RW_SIZE(pdev) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
1124
LM_DMAE_ADDRESS_GRC);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
1171
sge_source = lm_dmae_address(sge_descr[sge_idx].source_offset, LM_DMAE_ADDRESS_GRC);