Home
last modified time | relevance | path

Searched refs:opcode (Results 201 – 225 of 249) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c143 int t4_register_cpl_handler(struct adapter *sc, int opcode, cpl_handler_t h);
3022 t4_register_cpl_handler(struct adapter *sc, int opcode, cpl_handler_t h) argument
3026 if (opcode >= ARRAY_SIZE(sc->cpl_handler))
3030 loc = (uint_t *)&sc->cpl_handler[opcode];
H A Dadapter.h890 int t4_register_cpl_handler(struct adapter *sc, int opcode, cpl_handler_t h);
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_main.c5447 kwqe_free_rxq->opcode = L2_KWQE_OPCODE_VALUE_VM_FREE_RX_QUEUE; in lm_destroy_q_group()
5484 kwqe_free_rxq->opcode = L2_KWQE_OPCODE_VALUE_VM_FREE_RX_QUEUE; in lm_destroy_q_group()
5513 kwqe_free_rxq->opcode = L2_KWQE_OPCODE_VALUE_VM_FREE_RX_QUEUE; in lm_destroy_q_group()
5599 kwqe_remove_rx_filter->opcode = L2_KWQE_OPCODE_VALUE_VM_REMOVE_RX_FILTER; in lm_chng_q_group_filter()
5619 kwqe_set_rx_filter->opcode = L2_KWQE_OPCODE_VALUE_VM_SET_RX_FILTER; in lm_chng_q_group_filter()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc.c2037 lmrc_get_dcmd(lmrc_t *lmrc, uint16_t flags, uint32_t opcode, uint32_t xferlen, in lmrc_get_dcmd() argument
2049 dcmd->md_opcode = opcode; in lmrc_get_dcmd()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h1237 void iscsi_task_cleanup(int opcode, iscsi_cmd_t *icmdp);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dinsert.c206 if( pOp->opcode==OP_Integer && pOp->p1==pTab->iDb ){ in sqliteInsert()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c1133 struct ecore_vlan_mac_obj *o, BOOL add, int opcode, in ecore_vlan_mac_set_cmd_hdr_e2() argument
1149 (opcode << ETH_CLASSIFY_CMD_HEADER_OPCODE_SHIFT); in ecore_vlan_mac_set_cmd_hdr_e2()
1282 struct ecore_vlan_mac_obj *o, BOOL add, int opcode, u8 *mac, in ecore_vlan_mac_set_cfg_entry_e1x() argument
1298 opcode); in ecore_vlan_mac_set_cfg_entry_e1x()
1312 u8 *mac, u16 vlan_id, int opcode, struct mac_configuration_cmd *config) in ecore_vlan_mac_set_rdata_e1x() argument
1319 ecore_vlan_mac_set_cfg_entry_e1x(pdev, o, add, opcode, mac, vlan_id, in ecore_vlan_mac_set_rdata_e1x()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1063 emitop(enum optype opcode) in emitop() argument
1067 *curr_op++ = opcode; in emitop()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c1482 u8_t opcode; in lm_tcp_rx_process_cqes() local
1494opcode = (cqe->params1 & TOE_RX_CQE_COMPLETION_OPCODE) >> TOE_RX_CQE_COMPLETION_OPCODE_SHIFT; in lm_tcp_rx_process_cqes()
1496 if (opcode == RAMROD_OPCODE_TOE_RSS_UPDATE) { in lm_tcp_rx_process_cqes()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_toe.h913 u8 opcode /* Completion opcode */; member
H A Decore_hsi_common.h1588 __le32 opcode; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_toe.h913 u8 opcode /* Completion opcode */; member
H A Decore_hsi_common.h1588 __le32 opcode; member
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1117 int opcode; in zonecfg_refresh_index_file() local
1134 opcode = PZE_MODIFY; in zonecfg_refresh_index_file()
1146 opcode = PZE_ADD; in zonecfg_refresh_index_file()
1150 opcode = PZE_MODIFY; in zonecfg_refresh_index_file()
1159 opcode = PZE_MODIFY; in zonecfg_refresh_index_file()
1162 if ((err = putzoneent(&ze, opcode)) != Z_OK) in zonecfg_refresh_index_file()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c340 LE16_TO_CPU(aq_desc->opcode), in i40e_debug_aq()
3183 u16 opcode, u16 sw_seid, u16 rule_type, u16 id, in i40e_mirrorrule_op() argument
3199 i40e_fill_default_direct_cmd_desc(&desc, opcode); in i40e_mirrorrule_op()
5158 enum i40e_admin_queue_opc opcode, in i40e_aq_tx_sched_cmd() argument
5167 switch (opcode) { in i40e_aq_tx_sched_cmd()
5188 i40e_fill_default_direct_cmd_desc(&desc, opcode); in i40e_aq_tx_sched_cmd()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c102 hp->opcode = ns_o_update; in res_nmkupdate()
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c1327 struct skd_special_context *skspcl, uint8_t opcode) in skd_send_internal_skspcl() argument
1349 opcode, skspcl->req.id); in skd_send_internal_skspcl()
1351 switch (opcode) { in skd_send_internal_skspcl()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c873 uint16_t opcode) in hermon_dma_alloc() argument
929 status = hermon_map_cmd_post(state, dma_info, opcode, cookie, ccount); in hermon_dma_alloc()
933 switch (opcode) { in hermon_dma_alloc()
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h792 uint32_t opcode; /* 18h */ member
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S326 jmp ex_noc # Invalid opcode
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt91 opcode -- thus requiring no changes to existing AML interpreters.
187 "guess" the number of method arguments. Only the ACPI 6.0 External opcode
246 Completed full support for the ACPI 6.0 External() AML opcode. The
247 compiler emits an external AML opcode for each ASL External statement.
248 This opcode is used by the disassembler to assist with the disassembly of
250 for the method. AML interpreters do not use this opcode. To ensure that
251 interpreters do not even see the opcode, a block of one or more external
419 operator is essentially an ASL macro since there is no AML opcode
421 an Else opcode followed immediately by an If opcode. The disassembler
912 AcpiHelp: Updated for new NFIT GUIDs, "External" AML opcode, and new
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c3758 switch (hdr_req->opcode) { in emlxs_sli4_issue_mbox_cmd()
3786 switch (hdr_req->opcode) { in emlxs_sli4_issue_mbox_cmd()
3846 (mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode == in emlxs_sli4_issue_mbox_cmd()
3897 (mb4->un.varSLIConfig.be.un_hdr.hdr_req.opcode == in emlxs_sli4_issue_mbox_cmd()
8626 mb->un.varSLIConfig.be.un_hdr.hdr_req.opcode = in emlxs_sli4_post_sgl_pages()
8632 hdr_req->opcode = FCOE_OPCODE_CFG_POST_SGL_PAGES; in emlxs_sli4_post_sgl_pages()
8718 mb->un.varSLIConfig.be.un_hdr.hdr_req.opcode = in emlxs_sli4_post_hdr_tmplates()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_section.c834 write_opcode_uval(int opcode, in write_opcode_uval() argument
844 res = write_ubyte(opcode,dbg,elfsectno,&ublen,error); in write_opcode_uval()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1447 uint32_t opcode; /* 18h */ member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h123 uint32_t opcode, uint32_t fcp_param);

12345678910