Searched refs:PUT (Results 1 - 39 of 39) sorted by relevance

/linux-4.4.14/arch/x86/lib/
H A Dclear_page_64.S34 #define PUT(x) movq %rax,x*8(%rdi) define
36 PUT(1)
37 PUT(2)
38 PUT(3)
39 PUT(4)
40 PUT(5)
41 PUT(6)
42 PUT(7)
/linux-4.4.14/drivers/atm/
H A Dsuni.c40 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) macro
43 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
65 PUT(0,MRI); /* latch counters */ suni_hz()
109 if (set) PUT(GET(reg) | bit,reg); \
110 else PUT(GET(reg) & ~bit,reg); \
198 PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC); set_sonet()
199 PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); set_sonet()
200 PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); set_sonet()
212 PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC); set_sdh()
213 PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); set_sdh()
214 PUT(GET(SPTB_CTRL) | SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); set_sdh()
318 PUT(GET(RSOP_CIE) | SUNI_RSOP_CIE_LOSE,RSOP_CIE); suni_start()
378 PUT(mri | SUNI_MRI_RESET,MRI); suni_init()
379 PUT(mri,MRI); suni_init()
380 PUT((GET(MT) & SUNI_MT_DS27_53),MT); /* disable all tests */ suni_init()
384 PUT(SUNI_IDLE_PATTERN,TACP_IUCPOP); suni_init()
H A DuPD98402.c36 #define PUT(val,reg) dev->ops->phy_put(dev,val,uPD98402_##reg) macro
76 PUT(set[0],C11T); set_framing()
77 PUT(set[1],C12T); set_framing()
78 PUT(set[2],C13T); set_framing()
79 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] << set_framing()
129 PUT(mode_reg,MDR); set_loopback()
218 PUT(uPD98402_PFM_FJ,PCMR); /* ignore frequency adj */ uPD98402_start()
220 PUT(~uPD98402_PCO_HECC,PCOMR); uPD98402_start()
222 PUT(~(uPD98402_INT_PFM | uPD98402_INT_ALM | uPD98402_INT_RFO | uPD98402_start()
H A Didt77105.c45 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg) macro
66 PUT(counter, CTRSEL); get_counter()
132 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); idt77105_restart_timer_func()
134 PUT( walk->old_mcr ,MCR); idt77105_restart_timer_func()
175 PUT(diag,DIAG); set_loopback()
231 PUT( idt77105_int()
245 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); idt77105_int()
298 PUT(PRIV(dev)->old_mcr, MCR); idt77105_start()
329 PUT( GET(MCR) & ~IDT77105_MCR_EIP, MCR ); idt77105_stop()
/linux-4.4.14/drivers/gpu/host1x/hw/
H A Dcdma_hw.c100 * state (where DMA GET is set to DMA PUT), on a timeout we restore
122 /* set GET, by loading the value in PUT (then reset GET) */ cdma_timeout_restart()
130 "%s: DMA GET 0x%x, PUT HW 0x%x / shadow 0x%x\n", __func__, cdma_timeout_restart()
135 /* deassert GET reset and set PUT */ cdma_timeout_restart()
147 * Kick channel DMA into action by writing its PUT offset (if it has changed)
195 dev_dbg(host->dev, "%s: DMA GET 0x%x, PUT HW 0x%x / shadow 0x%x\n", cdma_freeze()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c207 * idle (GET == PUT) so we have free space up until nouveau_dma_wait()
216 * GET==PUT, in which case the below conditional will nouveau_dma_wait()
230 * prevents writing GET==PUT and causing a race nouveau_dma_wait()
253 * push buffer if we require it. we can never get GET == PUT nouveau_dma_wait()
H A Dnouveau_dma.h38 * There's a hw race condition where you can't jump to your PUT offset,
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
H A Dtypes.h403 * - LNET_MD_OP_PUT: The LNet PUT operation is allowed on this MD.
409 * the next operation (PUT or GET) will access the next part of
411 * per memory descriptor. If both PUT and GET operations are
419 * incoming PUT operations, even if requested. By default,
420 * acknowledgments are sent for PUT operations that request an
518 * An incoming PUT operation has completed on the MD. The
531 * An outgoing send (PUT or GET) operation has completed. This event
541 * LNET_EVENT_ACK events in an outgoing PUT operation.
646 * Specify whether an acknowledgment should be sent by target when the PUT
H A Dlib-types.h83 unsigned int msg_ack:1; /* ack on finalize (PUT) */
204 /* Start sending a preformatted message. 'private' is NULL for PUT and
422 /* parameter for matching operations (GET, PUT) */
462 /* round-robin dispatch all PUT messages for wildcard portals */
464 /* round-robin dispatch routed PUT message for wildcard portals */
466 /* dispatch routed PUT message by hashing source NID for wildcard portals */
480 /* spread rotor of incoming "PUT" */
H A Dapi.h141 * completed PUT operations and indicate when a MD has been unlinked. Multiple
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Dspu_save.c123 unsigned int cmd = 0x20; /* PUT */ spill_regs_to_mem()
126 * Enqueue a PUT command (tag 0) to send the LSCSA spill_regs_to_mem()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
H A Dlib-move.c1422 CNETERR("Dropping PUT from %s portal %d match %llu offset %d length %d: %d\n", lnet_parse_put()
1637 return "PUT"; lnet_msgtyp2str()
1959 CWARN("Dropping delayed PUT from %s portal %d match %llu offset %d length %d: %s\n", lnet_drop_delayed_msg_list()
2003 CDEBUG(D_NET, "Resuming delayed PUT from %s portal %d match %llu offset %d length %d.\n", lnet_recv_delayed_msg_list()
2014 * Initiate an asynchronous PUT operation.
2016 * There are several events associated with a PUT: completion of the send on
2033 * the PUT request. Use LNET_NID_ANY to let LNet choose one by itself.
2073 CERROR("Dropping PUT to %s: simulated failure\n", LNetPut()
2080 CERROR("Dropping PUT to %s: ENOMEM on lnet_msg_t\n", LNetPut()
2091 CERROR("Dropping PUT (%llu:%d:%s): MD (%d) invalid\n", LNetPut()
2133 CNETERR("Error sending PUT to %s: %d\n", LNetPut()
H A Dlib-ptl.c599 info->mi_opc == LNET_MD_OP_PUT ? "PUT" : "GET", lnet_ptl_match_md()
688 CDEBUG(D_NET, "Resuming delayed PUT from %s portal %d match %llu offset %d length %d.\n", list_for_each_entry_safe()
841 * This portal attribute only affects incoming PUT requests to the portal,
843 * incoming PUT request, it is simply dropped. With the lazy attribute on,
857 * PUT requests with match bits that won't match any MD. A routed server is
H A Drouter_proc.c779 .pr_desc = "round-robin dispatch all PUT messages for wildcard portals"
784 .pr_desc = "round-robin dispatch routed PUT message for wildcard portals"
789 .pr_desc = "dispatch routed PUT message by hashing source NID for wildcard portals"
H A Dlib-msg.c94 case LNET_EVENT_PUT: /* passive PUT */ lnet_build_msg_event()
368 /* Only send an ACK if the PUT completed successfully */ lnet_complete_msg_locked()
H A Dlib-md.c360 CERROR("Invalid option: GET|PUT illegal on active MDs\n"); LNetMDBind()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dniobuf.c170 md.threshold = 1; /* PUT or GET */ ptlrpc_register_bulk()
657 /* MEUnlink is safe; the PUT didn't even get off the ground, and ptl_send_rpc()
658 * nobody apart from the PUT's target has the right nid+XID to ptl_send_rpc()
H A Dconnection.c118 CDEBUG(D_INFO, "PUT conn=%p refcount %d to %s\n", ptlrpc_connection_put()
H A Dclient.c1770 * the ACK for her PUT. ptlrpc_check_set()
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
H A Dselftest.h138 SRPC_BULK_REQ_RCVD = 1, /* passive bulk request(PUT sink/GET source)
140 SRPC_BULK_PUT_SENT = 2, /* active bulk PUT sent (source) */
H A Drpc.c417 /* this is kind of an abuse of the LNET_MD_OP_{PUT,GET} options. srpc_post_active_rdma()
/linux-4.4.14/drivers/md/
H A Draid1.h160 /* DO NOT PUT ANY NEW FIELDS HERE - bios array is contiguously alloced*/
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dbase.c98 /* nothing to do if GET == PUT */ nvkm_pmu_recv()
/linux-4.4.14/fs/afs/
H A Dserver.c226 _debug("PUT SERVER %d", atomic_read(&server->usage)); afs_put_server()
/linux-4.4.14/net/batman-adv/
H A Dmain.h92 /* numbers of originator to contact for any PUT/GET DHT operation */
H A Dtypes.h445 * @BATADV_CNT_DAT_PUT_TX: transmitted dht PUT traffic packet counter
446 * @BATADV_CNT_DAT_PUT_RX: received dht PUT traffic packet counter
/linux-4.4.14/fs/fscache/
H A Doperation.c491 _debug("PUT OP"); fscache_put_operation()
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmast.c323 mlog(ML_ERROR, "Both PUT and GET lvb specified, (0x%x)\n", dlm_proxy_ast_handler()
H A Ddlmconvert.c471 mlog(ML_ERROR, "both PUT and GET lvb specified\n"); dlm_convert_lock_handler()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd_cb.c423 CERROR("Can't setup rdma for PUT to %s: %d\n", kiblnd_handle_rx()
825 * PUT. If so, it was first queued here as a PUT_REQ, sent and
1521 type == LNET_MSG_PUT ? "PUT" : "REPLY", kiblnd_send()
1535 CERROR("Can't setup PUT src for %s: %d\n", kiblnd_send()
1722 CERROR("Can't setup PUT sink for %s: %d\n", kiblnd_recv()
/linux-4.4.14/arch/x86/include/asm/uv/
H A Duv_bau.h121 * Destination Side PUT Failed 1 1 1
/linux-4.4.14/arch/m68k/fpsp040/
H A Dslogn.S385 fmovex %fp1,KLOG2(%a6) | ...PUT K*LOG2 IN MEMORY, FREE FP1
/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxpc_sn2.c1179 /* allocate all the required GET/PUT values */ xpc_setup_ch_structures_sn2()
1878 * PUT value will have changed since we last looked at it.) xpc_process_msg_chctl_flags_sn2()
/linux-4.4.14/drivers/misc/sgi-gru/
H A Dgrukservices.c713 * Handle a PUT failure. Note: if message was a 2-line message, one of the
/linux-4.4.14/drivers/misc/
H A Dkgdbts.c813 eprintk("kgdbts: ERROR PUT: end of test " run_simple_test()
/linux-4.4.14/drivers/usb/host/
H A Du132-hcd.c970 "PUT %s urb %p\n", cc_to_text[condition_code], u132_hcd_configure_input_recv()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_net.h1749 int bd_nob_transferred; /* # bytes GOT/PUT */
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Dfplsp.S8282 fmov.x %fp1,KLOG2(%a6) # PUT K*LOG2 IN MEMEORY, FREE FP1
H A Dfpsp.S8388 fmov.x %fp1,KLOG2(%a6) # PUT K*LOG2 IN MEMEORY, FREE FP1

Completed in 1265 milliseconds