Searched refs:p_cmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c298 char *p_cmd; local
301 p_cmd = next_token(p_last);
302 if (!p_cmd)
306 if (!strcmp(p_cmd, console_cmds[i].name)) {
313 fprintf(out, "%s : Command not found\n\n", p_cmd);
321 char *p_cmd; local
324 p_cmd = next_token(p_last);
325 if (!p_cmd)
330 if (!strncmp(p_cmd, "x", 1)) {
331 p_cmd
375 char *p_cmd; local
543 char *p_cmd; local
563 char *p_cmd; local
585 char *p_cmd; local
602 char *p_cmd; local
623 char *p_cmd = next_token(p_last); local
933 char *p_cmd; local
1137 char *p_cmd; local
1345 char *p_cmd; local
1541 char *p_cmd; local
1672 char *p_cmd = next_token(p_last); local
1791 char *p_cmd, *p_last; local
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c329 struct init_write_op *p_cmd,
332 u32 data = OSAL_LE32_TO_CPU(p_cmd->data);
347 data = OSAL_LE32_TO_CPU(p_cmd->args.inline_val);
351 data = OSAL_LE32_TO_CPU(p_cmd->args.zeros_count);
358 rc = ecore_init_cmd_array(p_hwfn, p_ptt, p_cmd,
363 OSAL_LE16_TO_CPU(p_cmd->args.runtime.offset),
364 OSAL_LE16_TO_CPU(p_cmd->args.runtime.size),
445 struct init_callback_op *p_cmd)
449 switch (p_cmd->callback_id) {
455 p_cmd
327 ecore_init_cmd_wr(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct init_write_op *p_cmd, bool b_can_dmae) argument
443 ecore_init_cmd_cb(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct init_callback_op *p_cmd) argument
488 ecore_init_cmd_mode(struct ecore_hwfn *p_hwfn, struct init_if_mode_op *p_cmd, int modes) argument
500 ecore_init_cmd_phase(struct init_if_phase_op *p_cmd, u32 phase, u32 phase_id) argument
[all...]
H A Decore_hw.c712 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; local
724 *p_cmd = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, p_addr,
726 if (*p_cmd == OSAL_NULL) {

Completed in 172 milliseconds