Home
last modified time | relevance | path

Searched refs:p_command (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c633 if ((((!p_command->dst_addr_lo) && (!p_command->dst_addr_hi)) || in ecore_dmae_post_command()
634 ((!p_command->src_addr_lo) && (!p_command->src_addr_hi)))) { in ecore_dmae_post_command()
639 OSAL_LE32_TO_CPU(p_command->opcode), in ecore_dmae_post_command()
640 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()
641 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()
642 OSAL_LE32_TO_CPU(p_command->src_addr_hi), in ecore_dmae_post_command()
643 OSAL_LE32_TO_CPU(p_command->src_addr_lo), in ecore_dmae_post_command()
653 OSAL_LE32_TO_CPU(p_command->opcode), in ecore_dmae_post_command()
654 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()
655 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h40 tchar *p_command; /* first PMAXLEN chars of command */ member
H A Dsh.proc.c209 xfree(pp->p_command); in pwait()
438 pp->p_command = savestr(command); in palloc()
711 printf("%t", pp->p_command); in pprint()
1112 for (dp = pp->p_command; *dp; dp++) { in pfind()
1118 } else if (prefix(cp+1, pp->p_command)) { in pfind()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h82 uint16_t p_command; member