/linux-2.6.39/net/rds/ |
D | iw_send.c | 351 unsigned int avail, posted, got = 0, advertise; in rds_iw_send_grab_credits() local 361 posted = IB_GET_POST_CREDITS(oldval); in rds_iw_send_grab_credits() 365 wanted, avail, posted); in rds_iw_send_grab_credits() 368 if (avail && !posted) in rds_iw_send_grab_credits() 388 if (posted && (got || need_posted)) { in rds_iw_send_grab_credits() 389 advertise = min_t(unsigned int, posted, max_posted); in rds_iw_send_grab_credits() 422 void rds_iw_advertise_credits(struct rds_connection *conn, unsigned int posted) in rds_iw_advertise_credits() argument 426 if (posted == 0) in rds_iw_advertise_credits() 429 atomic_add(IB_SET_POST_CREDITS(posted), &ic->i_credits); in rds_iw_advertise_credits() 510 u32 posted; in rds_iw_xmit() local [all …]
|
D | ib_send.c | 399 unsigned int avail, posted, got = 0, advertise; in rds_ib_send_grab_credits() local 409 posted = IB_GET_POST_CREDITS(oldval); in rds_ib_send_grab_credits() 413 wanted, avail, posted); in rds_ib_send_grab_credits() 416 if (avail && !posted) in rds_ib_send_grab_credits() 436 if (posted && (got || need_posted)) { in rds_ib_send_grab_credits() 437 advertise = min_t(unsigned int, posted, max_posted); in rds_ib_send_grab_credits() 470 void rds_ib_advertise_credits(struct rds_connection *conn, unsigned int posted) in rds_ib_advertise_credits() argument 474 if (posted == 0) in rds_ib_advertise_credits() 477 atomic_add(IB_SET_POST_CREDITS(posted), &ic->i_credits); in rds_ib_advertise_credits() 539 u32 posted; in rds_ib_xmit() local [all …]
|
D | iw_recv.c | 230 unsigned int posted = 0; in rds_iw_recv_refill() local 264 posted++; in rds_iw_recv_refill() 268 if (ic->i_flowctl && posted) in rds_iw_recv_refill() 269 rds_iw_advertise_credits(conn, posted); in rds_iw_recv_refill()
|
D | ib_recv.c | 362 unsigned int posted = 0; in rds_ib_recv_refill() local 393 posted++; in rds_ib_recv_refill() 397 if (ic->i_flowctl && posted) in rds_ib_recv_refill() 398 rds_ib_advertise_credits(conn, posted); in rds_ib_recv_refill()
|
D | ib.h | 352 void rds_ib_advertise_credits(struct rds_connection *conn, unsigned int posted);
|
D | iw.h | 359 void rds_iw_advertise_credits(struct rds_connection *conn, unsigned int posted);
|
/linux-2.6.39/Documentation/scsi/ |
D | hptiop.txt | 86 For requests allocated in IOP memory, the request offset is posted to 90 is posted to the outbound queue. If IOP_REQUEST_FLAG_OUTPUT_CONTEXT 92 posted instead.
|
D | cxgb3i.txt | 22 payload into pre-posted final destination host-memory buffers based 37 if possible, will be directly placed into the pre-posted host DDP
|
D | lpfc.txt | 58 The proposed patch was posted to the linux-scsi mailing list. The patch
|
D | ChangeLog.sym53c8xx | 257 bridge misbehaviour regarding posted write flushing. 497 only PCI write transactions that may be posted.
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | sram34xx.S | 203 ldr r12, [r11] @ posted-write barrier for SDRC 223 ldr r12, [r11] @ posted-write barrier for CM 290 ldr r12, [r11] @ posted-write barrier for SDRC
|
/linux-2.6.39/arch/arm/plat-omap/ |
D | dmtimer.c | 162 unsigned posted:1; member 294 if (timer->posted) in omap_dm_timer_read_reg() 310 if (timer->posted) in omap_dm_timer_write_reg() 359 timer->posted = 1; in omap_dm_timer_reset()
|
/linux-2.6.39/Documentation/ |
D | io_ordering.txt | 5 chipset to flush pending writes to the device before any reads are posted. A
|
/linux-2.6.39/drivers/net/benet/ |
D | be_main.c | 168 static void be_rxq_notify(struct be_adapter *adapter, u16 qid, u16 posted) in be_rxq_notify() argument 172 val |= posted << DB_RQ_NUM_POSTED_SHIFT; in be_rxq_notify() 178 static void be_txq_notify(struct be_adapter *adapter, u16 qid, u16 posted) in be_txq_notify() argument 182 val |= (posted & DB_TXULP_NUM_POSTED_MASK) << DB_TXULP_NUM_POSTED_SHIFT; in be_txq_notify() 1198 u32 posted, page_offset = 0; in be_post_rx_frags() local 1201 for (posted = 0; posted < MAX_RX_POST && !page_info->page; posted++) { in be_post_rx_frags() 1239 if (posted) { in be_post_rx_frags() 1240 atomic_add(posted, &rxq->used); in be_post_rx_frags() 1241 be_rxq_notify(adapter, rxq->id, posted); in be_post_rx_frags()
|
/linux-2.6.39/arch/m68k/fpsp040/ |
D | x_snan.S | 18 | disabled with the exception posted. If the instruction is not move_ 19 | out, the dest. is not modified, and the exception is posted.
|
/linux-2.6.39/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 259 int cnt, i, j, found, posted, low; in lpfc_debugfs_hbqinfo_data() local 287 posted = 0; in lpfc_debugfs_hbqinfo_data() 289 posted++; in lpfc_debugfs_hbqinfo_data() 295 hip->buffer_count, hip->init_count, hip->add_count, posted); in lpfc_debugfs_hbqinfo_data() 315 low = hbqs->hbqPutIdx - posted; in lpfc_debugfs_hbqinfo_data()
|
/linux-2.6.39/Documentation/networking/ |
D | rxrpc.txt | 535 (5) The request data should then be posted to the server socket using a series 547 (6) The reply data will then be posted to the server socket for recvmsg() to 613 ignored since the call for which the message was posted may have gone by 623 (6) The first request data packet will then be posted to the server socket for 627 Subsequent request data will be posted to the server socket for recvmsg() 635 (8) The reply data should then be posted to the server socket using a series 643 (9) The final ACK from the client will be posted for retrieval by recvmsg()
|
/linux-2.6.39/Documentation/development-process/ |
D | 6.Followthrough | 4 addition of your own engineering skills, have posted a perfect series of 12 and, as a result, is heavily oriented toward the improvement of posted 80 going to remember all the details of the code you posted the last time
|
D | 7.AdvancedTopics | 150 posted by others. In addition, reviewers are forever in short supply; by 156 which has been posted by those with more experience. Even code written by
|
D | 3.Early-stage | 38 and posted this: 171 posted by others. Beyond that, high-level designs often hide problems
|
D | 2.Process | 154 - Early review. Patches are posted to the relevant mailing list, and 266 been selected by Andrew directly. These patches may have been posted on a
|
/linux-2.6.39/Documentation/RCU/ |
D | rcubarrier.txt | 78 1. Prevent any new RCU callbacks from being posted. 159 RCU callbacks will be posted. The rcu_barrier() call on line 53 waits
|
/linux-2.6.39/Documentation/cgroups/ |
D | memory.txt | 77 controller was posted by Balbir Singh [1]. At the time the RFC was posted 80 for memory control. The first RSS controller was posted by Balbir Singh[2] 81 in Feb 2007. Pavel Emelianov [3][4][5] has since posted three versions of the
|
/linux-2.6.39/Documentation/vm/ |
D | unevictable-lru.txt | 111 lists and statistics originally proposed and posted by Christoph Lameter. 252 posted by Nick Piggin in an RFC patch entitled "mm: mlocked pages off LRU". 253 Nick posted his patch as an alternative to a patch posted by Christoph Lameter
|
/linux-2.6.39/Documentation/PCI/ |
D | pci.txt | 622 call this "Write Posting" because the write completion is "posted" to 638 readb(safe_mmio_reg); /* flush posted write */
|