Searched refs:cmd_id (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_util.c37 ex_cinit(SCR *sp, EXCMD *cmdp, int cmd_id, int naddr, recno_t lno1, recno_t lno2, int force) argument
40 cmdp->cmd = &cmds[cmd_id];
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.c224 p_ent->elem.hdr.cmd_id, p_ent->elem.hdr.protocol_id,
255 p_ent->elem.hdr.cid, p_ent->elem.hdr.cmd_id,
945 p_ent->elem.hdr.cmd_id, p_ent->elem.hdr.protocol_id);
H A Decore_sp_commands.c76 p_ent->elem.hdr.cmd_id = cmd;
H A Dmcp_public.h2209 u16 cmd_id; /* Op code and response code */ member in struct:__anon7789
H A Decore_hsi_common.h1984 u8 cmd_id /* Ramrod Cmd (Per Protocol Type) */; member in struct:ramrod_header
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.c219 "Command id is larger than the queue size. cmd_id: %u queue size %d\n",
251 u16 tail_masked, cmd_id; local
267 cmd_id = admin_queue->curr_cmd_id;
272 cmd->aq_common_descriptor.command_id |= cmd_id &
275 comp_ctx = get_comp_ctxt(admin_queue, cmd_id, true);
490 u16 cmd_id; local
492 cmd_id = cqe->acq_common_descriptor.command &
495 comp_ctx = get_comp_ctxt(admin_queue, cmd_id, false);
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3-hvcall.h136 int lv1_storage_send_device_command(uint64_t dev, uint64_t cmd_id, uint64_t cmd_block, uint64_t cmd_size, uint64_t data_buf, uint64_t blocks, uint64_t *dma_tag);
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h268 uint8_t cmd_id; member in struct:iwi_cmd_stats
/freebsd-11-stable/sys/dev/txp/
H A Dif_txpreg.h336 uint16_t cmd_id; member in struct:txp_cmd_desc
H A Dif_txp.c2262 cmd->cmd_id = htole16(id);
2684 cmd->cmd_flags, cmd->cmd_numdesc, le16toh(cmd->cmd_id),
2712 cmd->cmd_flags, cmd->cmd_numdesc, le16toh(cmd->cmd_id),
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c3390 mfi_cmd->cmd_id.context.smid - 1);
3600 if (cmd_mfi->cmd_id.context.smid) {
3603 cmd_mpt = sc->mpt_cmd_list[cmd_mfi->cmd_id.context.smid-1];
3611 cmd_mfi->cmd_id.frame_count = 0;
3897 index = cmd->cmd_id.context.smid;
3931 mfi_cmd->cmd_id.context.smid = mpt_cmd->index;
H A Dmrsas.h1734 } cmd_id; member in struct:mrsas_mfi_cmd
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h2199 * @cmd_id: the command ID for which the error occurred
2207 uint8_t cmd_id; member in struct:iwm_error_resp
H A Dif_iwm.c5571 resp->cmd_id);

Completed in 400 milliseconds