Searched refs:opcode (Results 26 - 50 of 52) sorted by relevance

123

/barrelfish-master/lib/acpica/source/include/
H A Dacparser.h160 * psargs - Parse AML opcode arguments
391 UINT16 opcode);
/barrelfish-master/lib/tftp/
H A Dclient.c225 static void new_request(char *path, tpft_op_t opcode) argument
234 size_t length = set_opcode(payload, opcode);
/barrelfish-master/usr/tests/e10ktest/
H A De10ktest_latencies.c167 if(htons(arphdr->opcode) == ARP_REQUEST) {
197 myarp->opcode = htons(ARP_REPLY);
H A De10ktest.c383 if(htons(arphdr->opcode) == ARP_REQUEST &&
404 myarp->opcode = htons(ARP_REPLY);
H A Dsubways.c440 if(htons(arphdr->opcode) == ARP_REQUEST &&
461 myarp->opcode = htons(ARP_REPLY);
/barrelfish-master/lib/lwip/src/netif/
H A Detharp.c750 switch (htons(hdr->opcode)) {
768 hdr->opcode = htons(ARP_REPLY);
831 ("etharp_arp_input: ARP unknown opcode type %" S16_F
832 "\n", htons(hdr->opcode)));
1143 * Send a raw ARP packet (opcode and all addresses can be modified)
1152 * @param opcode the type of the ARP packet
1165 const u16_t opcode)
1191 hdr->opcode = htons(opcode);
1161 etharp_raw(struct netif *netif, const struct eth_addr *ethsrc_addr, const struct eth_addr *ethdst_addr, const struct eth_addr *hwsrc_addr, const struct ip_addr *ipsrc_addr, const struct eth_addr *hwdst_addr, const struct ip_addr *ipdst_addr, const u16_t opcode) argument
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Detharp.c139 const u16_t opcode);
696 switch (hdr->opcode) {
734 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_input: ARP unknown opcode type %"S16_F"\n", lwip_htons(hdr->opcode)));
1087 * Send a raw ARP packet (opcode and all addresses can be modified)
1096 * @param opcode the type of the ARP packet
1106 const u16_t opcode)
1128 hdr->opcode = lwip_htons(opcode);
1102 etharp_raw(struct netif *netif, const struct eth_addr *ethsrc_addr, const struct eth_addr *ethdst_addr, const struct eth_addr *hwsrc_addr, const ip4_addr_t *ipsrc_addr, const struct eth_addr *hwdst_addr, const ip4_addr_t *ipdst_addr, const u16_t opcode) argument
/barrelfish-master/lib/cxx/unwind/
H A DDwarfParser.hpp392 uint8_t opcode = addressSpace.get8(p);
398 switch (opcode) {
719 operand = opcode & 0x3F;
720 switch (opcode & 0xC0) {
754 _LIBUNWIND_TRACE_DWARF("unknown CFA opcode 0x%02X\n", opcode);
/barrelfish-master/lib/devif/backends/net/mlx4/include/infiniband/
H A Dkern-abi.h315 __u32 opcode; member in struct:ibv_kern_wc
669 __u32 opcode; member in struct:ibv_kern_send_wr
H A Dverbs.h265 * receive by testing (opcode & IBV_WC_RECV).
278 enum ibv_wc_opcode opcode; member in struct:ibv_wc
520 enum ibv_wr_opcode opcode; member in struct:ibv_send_wr
/barrelfish-master/lib/libc/resolv/
H A Dres_mkquery.c97 int op, /*!< opcode of query */
127 hp->opcode = op;
137 * perform opcode specific processing
H A Dres_send.c278 if ((((const HEADER *)buf1)->opcode == ns_o_update) &&
279 (((const HEADER *)buf2)->opcode == ns_o_update))
H A Dres_mkupdate.c122 hp->opcode = ns_o_update;
173 "res_mkupdate: incorrect opcode: %d\n",
187 "res_mkupdate: incorrect opcode: %d\n",
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/mlx4/
H A Dqp.h316 u8 opcode; member in struct:mlx4_wqe_mlx_seg
/barrelfish-master/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_pack.h199 u8 opcode; member in struct:ib_unpacked_bth
H A Dib_user_verbs.h317 __u32 opcode; member in struct:ib_uverbs_wc
574 __u32 opcode; member in struct:ib_uverbs_send_wr
H A Dib_verbs.h536 * receive by testing (opcode & IB_WC_RECV).*/
552 enum ib_wc_opcode opcode; member in struct:ib_wc
845 enum ib_wr_opcode opcode; member in struct:ib_send_wr
2076 * a send work request with the IB_WC_FAST_REG_MR opcode.
/barrelfish-master/include/
H A Darranet_impl.h45 PACK_STRUCT_FIELD(u16_t opcode);
/barrelfish-master/usr/drivers/megaraid/
H A Dmegaraid.c789 dcmd->opcode = MR_DCMD_LD_MAP_GET_INFO;
891 dcmd->opcode = MR_DCMD_CTRL_GET_INFO;
946 dcmd->opcode = MR_DCMD_LD_GET_LIST;
1606 if ((cmd->frame->dcmd.opcode == MR_DCMD_LD_MAP_GET_INFO) &&
1631 if (cmd->frame->dcmd.opcode == MR_DCMD_CTRL_EVENT_WAIT)
H A Dmegaraid.h1931 u_int32_t opcode; /*18h */ member in struct:mrsas_dcmd_frame
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dmad.c656 wc->opcode = IB_WC_RECV;
910 mad_send_wr->send_wr.opcode = IB_WR_SEND;
2193 switch (wc.opcode) {
H A Duverbs_cmd.c935 resp->wc[i].opcode = wc[i].opcode;
1495 next->opcode = user_wr->opcode;
1508 switch (next->opcode) {
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dqp.c2321 if (wr->opcode != IB_WR_SEND)
2365 sqp->ud_header.bth.opcode = IB_OPCODE_UD_SEND_ONLY;
2505 switch (wr->opcode) {
2507 sqp->ud_header.bth.opcode = IB_OPCODE_UD_SEND_ONLY;
2511 sqp->ud_header.bth.opcode = IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE;
2684 if (wr->opcode == IB_WR_ATOMIC_CMP_AND_SWP) {
2687 } else if (wr->opcode == IB_WR_MASKED_ATOMIC_FETCH_AND_ADD) {
2827 switch (wr->opcode) {
2991 switch (wr->opcode) {
3078 if (wr->opcode
[all...]
/barrelfish-master/lib/arranet/
H A Darranet.c2119 if(htons(arphdr->opcode) == ARP_REQUEST &&
2140 myarp->opcode = htons(ARP_REPLY);
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dasm.pl114 % correspond to the one in opcode.h.
445 o(O) opcode O. Should only appear in typed-list if 1
1521 printf(error, "Unrecognised opcode (%w) or invalid instruction arguments.%n", [OpCode]),

Completed in 391 milliseconds

123