Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c451 LM_INC64(&executer_phys_addr, OFFSETOF(lm_dmae_operation_t, executer_cmd[0])); in lm_dmae_operation_create_sgl()
486 last_sge = &operation->executer_cmd[last_sge_idx]; in lm_dmae_operation_add_sge()
502 &operation->executer_cmd[new_sge_idx], in lm_dmae_operation_add_sge()
H A Dlm_dmae.h326 …struct dmae_cmd executer_cmd[DMAE_SGL_MAX_COMMANDS]; //these must be consecutive, so they can't be… member