/illumos-gate/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_wr.c | 55 uint_t *posted) in ibt_post_send() argument 61 chan->ch_qp.qp_ibc_qp_hdl, wr_list, size, posted)); in ibt_post_send() 80 uint_t *posted) in ibt_post_recv() argument 86 chan->ch_qp.qp_ibc_qp_hdl, wr_list, size, posted)); in ibt_post_recv()
|
H A D | ibtl_srq.c | 194 uint_t *posted) in ibt_post_srq() argument 200 srq->srq_ibc_srq_hdl, wr_list, size, posted)); in ibt_post_srq()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_send.c | 362 unsigned int avail, posted, got = 0, advertise; in rdsv3_ib_send_grab_credits() local 375 posted = IB_GET_POST_CREDITS(oldval); in rdsv3_ib_send_grab_credits() 379 "wanted (%u): credits=%u posted=%u\n", wanted, avail, posted); in rdsv3_ib_send_grab_credits() 382 if (avail && !posted) in rdsv3_ib_send_grab_credits() 402 if (posted && (got || need_posted)) { in rdsv3_ib_send_grab_credits() 403 advertise = min(posted, RDSV3_MAX_ADV_CREDIT); in rdsv3_ib_send_grab_credits() 448 rdsv3_ib_advertise_credits(struct rdsv3_connection *conn, unsigned int posted) in rdsv3_ib_advertise_credits() argument 453 conn, posted); in rdsv3_ib_advertise_credits() 455 if (posted == 0) in rdsv3_ib_advertise_credits() 458 atomic_add_32(&ic->i_credits, IB_SET_POST_CREDITS(posted)); in rdsv3_ib_advertise_credits() [all …]
|
H A D | ib_recv.c | 177 unsigned int posted = 0; in rdsv3_ib_recv_refill() local 214 &ic->i_recv_wrs[0], i, &posted); in rdsv3_ib_recv_refill() 217 i, posted, ret); in rdsv3_ib_recv_refill() 223 i - posted); in rdsv3_ib_recv_refill() 230 if (ic->i_flowctl && posted) in rdsv3_ib_recv_refill() 231 rdsv3_ib_advertise_credits(conn, posted); in rdsv3_ib_recv_refill() 234 conn, posted); in rdsv3_ib_recv_refill()
|
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | sbp2_bus.c | 399 scsa1394_bus_alloc_buf_normal(void *hdl, sbp2_bus_buf_t *buf, boolean_t posted) in scsa1394_bus_alloc_buf_normal() argument 412 aa.aa_type = posted ? T1394_ADDR_POSTED_WRITE : T1394_ADDR_NORMAL; in scsa1394_bus_alloc_buf_normal()
|
/illumos-gate/usr/src/cmd/mailx/misc/ |
H A D | mailx.rc | 57 ignore lines message-id newsgroups organization path posted-date posting-number
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 1317 uint_t num_wr, uint_t *posted); 1320 uint_t num_wr, uint_t *posted); 1323 uint_t num_wr, uint_t *posted);
|
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ioc.c | 1161 uint_t posted; in srpt_ioc_post_recv_iu() local 1169 posted = 0; in srpt_ioc_post_recv_iu() 1171 status = ibt_post_srq(ioc->ioc_srq_hdl, &wr, 1, &posted); in srpt_ioc_post_recv_iu()
|
H A D | srpt_ch.c | 1349 uint_t posted; in srpt_ch_post_send() local 1391 status = ibt_post_send(ch->ch_chan_hdl, &wr, 1, &posted); in srpt_ch_post_send()
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | ib.h | 365 unsigned int posted);
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_nvme.c | 294 bool posted; member 877 if (aen->posted) { in pci_nvme_aen_post() 883 aen->posted = true; in pci_nvme_aen_post() 914 if (!aen->posted) { in pci_nvme_aen_process() 991 aen->posted = false; in pci_nvme_aen_process()
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 102 generation. Events are posted either directly onto the event queue 121 what we do that cause external events to be posted on us. We are not
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | africa | 183 # saving time after a poll posted on its website showed the majority of 642 # posted in English). 655 # We have some further details posted here:
|
H A D | southamerica | 716 # It has not yet been posted to http://pcdsh01.on.br/DecHV.html
|
H A D | australasia | 267 # The Fiji Government has posted some more details about the approved
|
H A D | northamerica | 3095 # Some more background information is posted here:
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli4.c | 49 uint_t posted, uint_t index); 2344 emlxs_sli4_write_wqdb(emlxs_hba_t *hba, uint16_t qid, uint_t posted, in emlxs_sli4_write_wqdb() argument 2350 db |= (posted << WQ_DB_POST_SHIFT) & WQ_DB_POST_MASK; in emlxs_sli4_write_wqdb() 6295 uint32_t posted = 0; in emlxs_sli4_process_unsol_rcv() local 6678 posted = 1; in emlxs_sli4_process_unsol_rcv() 7039 if (!posted) { in emlxs_sli4_process_unsol_rcv()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 34 Whitepaper" which is posted on www.usb.org, and other resources.
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pciex.esc | 1563 * This is reported as a ca by the completer. The completer (for non-posted 1603 * These are reported as ur/ca ereports. For non-posted requests, the reporter 1802 * ma-u will only propagate on to pciex bus for non-posted accesses. It 1818 * ta-u will only propagate on to pciex bus for non-posted accesses. It is
|
H A D | pci.esc | 604 * PERR# can propagate upstream for delayed writes. For posted writes
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 503 more than 2 tcp segments and a buffer is posted back to rx 1813 Change: Check FW return code only if ramrod was posted successfully. 4046 7. Problem: CQ83452 - CQE with flush not posted for SQ after Responder error 5171 posted.
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 1100 Logout PDU, if desired, should be posted to SQ before calling this function. 1534 …\texttt{cookie} and \texttt{rx\_buf\_addr} are echoed from the call that posted that buffer. \text… 1548 …ttt{cookie} and \texttt{first\_frag\_addr} are echoed from the call that posted that first fragmen…
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 12664 Integrated resource descriptor fixes posted to the Linux ACPI 15223 will be posted for both IA32 and IA64 to achieve this.
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 6375 # Yes, Prime made terminals. These entries were posted by Kevin J. Cummings 11466 # This also matches a posted description of something called a `Dasher 100'
|
H A D | terminfo.src | 7187 # Yes, Prime made terminals. These entries were posted by Kevin J. Cummings 12957 # This also matches a posted description of something called a `Dasher 100'
|