Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 88) sorted by relevance

1234

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommand.h31 static __inline void _lm_sq_post(struct _lm_device_t *pdev,struct sq_pending_command * pending) in _lm_sq_post() argument
37 mm_memcpy(pdev->sq_info.sq_chain.prod_bd, &pending->command, sizeof(pending->command)); in _lm_sq_post()
49 …ata=%x, type=%d \n",pdev->sq_info.sq_chain.prod_idx, pending->command.hdr.conn_and_cmd_data, pendi… in _lm_sq_post()
80 struct sq_pending_command * pending, in lm_sq_post_fill_entry() argument
94pending->command.hdr.conn_and_cmd_data = mm_cpu_to_le32((command << SPE_HDR_T_CMD_ID_SHIFT ) | HW_… in lm_sq_post_fill_entry()
95 pending->command.hdr.type = mm_cpu_to_le16(type); in lm_sq_post_fill_entry()
96 pending->command.protocol_data.hi = mm_cpu_to_le32(U64_HI(data)); in lm_sq_post_fill_entry()
97 pending->command.protocol_data.lo = mm_cpu_to_le32(U64_LO(data)); in lm_sq_post_fill_entry()
98 pending->flags = 0; in lm_sq_post_fill_entry()
102 SET_FLAGS(pending->flags, SQ_PEND_RELEASE_MEM); in lm_sq_post_fill_entry()
[all …]
/titanic_41/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c139 int pending; member
164 ASSERT(kb.pending >= 0); in kb_getchar()
166 if (kb.pending & 0x100) { in kb_getchar()
168 kb.pending &= 0xff; in kb_getchar()
170 ret = kb.pending; in kb_getchar()
171 kb.pending = -1; in kb_getchar()
189 if (kb.pending >= 0) in kb_ischar()
304 kb.pending = kb_translate(code); in kb_ischar()
305 if (kb.pending >= 0) { in kb_ischar()
/titanic_41/usr/src/uts/common/os/
H A Dclock_tick.c265 clock_tick_schedule_one(clock_tick_set_t *csp, int pending, processorid_t cid) in clock_tick_schedule_one() argument
279 ctp->ct_pending += pending; in clock_tick_schedule_one()
292 clock_tick_process(cpu_t *cp, clock_t mylbolt, int pending) in clock_tick_process() argument
418 clock_tick(t, pending); in clock_tick_process()
530 int pending) in clock_tick_execute_common() argument
543 clock_tick_process(CPU, mylbolt, pending); in clock_tick_execute_common()
553 clock_tick_process(cp, mylbolt, pending); in clock_tick_execute_common()
560 clock_tick_process(cp, mylbolt, pending); in clock_tick_execute_common()
569 int start, scan, end, pending; in clock_tick_execute() local
584 pending = ctp->ct_pending; in clock_tick_execute()
[all …]
H A Dclock.c1509 clock_tick(kthread_t *t, int pending) in clock_tick() argument
1521 ASSERT(pending > 0); in clock_tick()
1529 for (i = 0; i < pending; i++) { in clock_tick()
1547 pp->p_utime += pending; in clock_tick()
1549 pp->p_stime += pending; in clock_tick()
1552 pp->p_ttime += pending; in clock_tick()
1560 atomic_add_32(&lwp->lwp_oweupc, (int32_t)pending); in clock_tick()
1573 total_usec = usec_per_tick * pending; in clock_tick()
1589 total_usec = usec_per_tick * pending; in clock_tick()
1606 if ((ticks + pending) >= hz) { in clock_tick()
/titanic_41/usr/src/uts/common/zmod/
H A Ddeflate.c378 s->pending = 0;
541 unsigned len = strm->state->pending;
551 strm->state->pending -= len;
552 if (strm->state->pending == 0) {
623 s->pending);
660 uInt beg = s->pending; /* start of bytes to update crc */
663 if (s->pending == s->pending_buf_size) {
664 if (s->gzhead->hcrc && s->pending > beg)
666 s->pending - beg);
668 beg = s->pending;
[all …]
H A Ddeflate.h100 uInt pending; /* nb of bytes in the pending buffer */ member
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c3403 void lm_eq_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command * pending) in lm_eq_comp_cb() argument
3406 u32_t cid = pending->cid; in lm_eq_comp_cb()
3407 u8_t cmd = pending->cmd; in lm_eq_comp_cb()
3411 …if ((pending->type & SPE_HDR_T_CONN_TYPE) == ETH_CONNECTION_TYPE) /* Some Ethernets complete on Eq… in lm_eq_comp_cb()
3448 else if ((pending->type & SPE_HDR_T_CONN_TYPE)== NONE_CONNECTION_TYPE) in lm_eq_comp_cb()
3557 struct sq_pending_command * pending = NULL; in lm_sq_complete_pending_requests() local
3571 pending = (struct sq_pending_command *)d_list_peek_head(&pdev->sq_info.pending_complete); in lm_sq_complete_pending_requests()
3574 while (pending && GET_FLAGS(pending->flags, SQ_PEND_COMP_CALLED)) in lm_sq_complete_pending_requests()
3576 pending = (struct sq_pending_command *)d_list_next_entry(&pending->list); in lm_sq_complete_pending_requests()
3580 if (pending) in lm_sq_complete_pending_requests()
[all …]
/titanic_41/usr/src/uts/common/io/usb/usba/
H A DREADME41 Outstanding reqs pending queue the requests USB_PIPE_STATE_IDLE
58 Outstanding reqs pending Send next req to hcd USB_PIPE_STATE_ACTIVE
72 Outstanding reqs pending Send next req to hcd USB_PIPE_STATE_ACTIVE
93 Outstanding reqs pending queue the requests USB_PIPE_STATE_IDLE
108 Outstanding reqs pending Send next req to hcd USB_PIPE_STATE_ACTIVE
147 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA…
148 else outstanding reqs pending Before doing callback USB_PIPE_STATE_ACTIVE
224 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA…
225 else outstanding reqs pending Before doing callback USB_PIPE_STATE_ACTIVE
301 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA…
[all …]
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dosl_ml.s75 andl $0xFFFFFFFE, %edx / Clear pending bit
77 adcl $0, %edx / If owned, set pending bit
81 cmpb $3, %dl / Was it acquired or marked pending?
82 sbbq %rax, %rax / acquired = -1, pending = 0
/titanic_41/usr/src/lib/libpp/common/
H A Dppline.c78 if (pp.pending == pppendout() || pplastout() != '\n') in ppline()
85 pp.pending = pppendout(); in ppline()
H A Dppmacref.c57 pp.pending = pppendout(); in ppmacref()
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c384 volatile uint16_t pending; in apix_do_softint() local
387 while ((pending = cpu->cpu_softinfo.st_pending) != 0) { in apix_do_softint()
388 newipl = bsrw_insn(pending); in apix_do_softint()
572 volatile uint16_t pending; in apix_do_pending_hilevel() local
576 while ((pending = HILEVEL_PENDING(cpu)) != 0) { in apix_do_pending_hilevel()
577 newipl = bsrw_insn(pending); in apix_do_pending_hilevel()
772 volatile uint16_t pending; in apix_do_pending_hardint() local
776 while ((pending = LOWLEVEL_PENDING(cpu)) != 0) { in apix_do_pending_hardint()
777 newipl = bsrw_insn(pending); in apix_do_pending_hardint()
/titanic_41/usr/src/ucbcmd/sed/
H A Dsed1.c60 union reptr *pending; variable
126 if(pending) { in execute()
127 ipc = pending; in execute()
128 pending = 0; in execute()
505 pending = ipc; in command()
517 pending = ipc; in command()
/titanic_41/usr/src/cmd/print/bsd-sysv-commands/
H A Ddisable.c95 int pending = 0; /* not implemented */ in main() local
108 pending = 1; in main()
/titanic_41/usr/src/cmd/isns/isnsd/
H A Desi.c585 int pending in esi_remove_obj() argument
605 (void) el_remove(puid, uid, pending); in esi_remove_obj()
713 int pending in ev_remove() argument
752 state = (pending << 1) | flag; in ev_remove()
1023 int pending in evl_remove() argument
1034 (void) ev_remove(ev, id2, 0, pending); in evl_remove()
/titanic_41/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c825 uint16_t pending; in xen_uppc_setspl() local
833 pending = cpu->cpu_m.mcpu_intr_pending & ~((1 << (ipl + 1)) - 1); in xen_uppc_setspl()
834 if (pending) { in xen_uppc_setspl()
840 for (i = bsrw_insn(pending); i > ipl; i--) in xen_uppc_setspl()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c388 atomic_add_32(&rq->pending, frag_cnt); in oce_rx()
601 (void) atomic_dec_32(&rq->pending); in oce_rx_pool_free()
673 if (rq->pending > 0) { in oce_rx_pending()
677 rq->pending = 0; in oce_rx_pending()
681 return (rq->pending); in oce_rx_pending()
/titanic_41/usr/src/cmd/hal/hald/
H A Dhald_runner.c424 call_notify(DBusPendingCall *pending, void *user_data) in call_notify() argument
435 m = dbus_pending_call_steal_reply(pending); in call_notify()
462 dbus_pending_call_unref (pending); in call_notify()
474 dbus_pending_call_unref (pending); in call_notify()
/titanic_41/usr/src/cmd/listen/
H A Dlisten.c179 static void pitchcall(struct call_list *pending, struct t_discon *discon);
1625 pitchcall(struct call_list *pending, struct t_discon *discon) in pitchcall() argument
1630 if (EMPTYLIST(pending)) { in pitchcall()
1634 p = pending->cl_head; in pitchcall()
1639 pending->cl_head = p->c_np; in pitchcall()
1640 if (pending->cl_head == (struct callsave *) NULL) { in pitchcall()
1641 pending->cl_tail = (struct callsave *) NULL; in pitchcall()
1644 else if (p == pending->cl_tail) { in pitchcall()
1646 pending->cl_tail = oldp; in pitchcall()
/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_macro.c501 if (breaker == broken->pending) { in make_pending()
521 if (broken->pending) { in make_pending()
533 while (taker->pending) in make_pending()
534 taker = taker->pending; in make_pending()
535 taker->pending = broken->pending; in make_pending()
537 broken->pending = breaker; in make_pending()
599 while (NULL != (n = n->pending)) { in rew_sub()
1242 n->pending = head; in blk_full()
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c876 eq->pending += ndesc; in t4_wrq_tx_locked()
877 if (eq->pending > 16) in t4_wrq_tx_locked()
892 if (eq->pending != 0) in t4_wrq_tx_locked()
1016 if (eq->pending >= (1 << (fls(eq->qsize - eq->avail) / 2))) in t4_eth_tx()
1037 if (eq->pending != 0) in t4_eth_tx()
1974 recycled: fl->pending++; in refill_fl()
1984 if (fl->pending >= 8) in refill_fl()
2549 eq->pending += ndesc; in write_txpkts_wr()
2663 eq->pending += ndesc; in write_txpkt_wr()
2803 if (eq->pending > eq->pidx) { in ring_tx_db()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c46 #define ECORE_RET_PENDING(pending_bit, pending) \ argument
47 (ECORE_TEST_BIT(pending_bit, pending) ? ECORE_PENDING : ECORE_SUCCESS)
4798 unsigned long *pending = &o->pending; in ecore_queue_state_change() local
4808 ECORE_MSG(pdev, "pending bit was=%lx\n", o->pending); in ecore_queue_state_change()
4810 ECORE_MSG(pdev, "pending bit now=%lx\n", o->pending); in ecore_queue_state_change()
4820 ECORE_CLEAR_BIT(pending_bit, pending); in ecore_queue_state_change()
4834 return ECORE_RET_PENDING(pending_bit, pending); in ecore_queue_state_change()
4851 ECORE_SET_BIT(bit, &obj->pending); in ecore_queue_set_pending()
4859 return ecore_state_wait(pdev, cmd, &o->pending); in ecore_queue_wait_comp()
4875 unsigned long cur_pending = o->pending; in ecore_queue_comp_cmd()
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c1313 int pending, transferred; in calcsb() local
1458 pending = sizeof (struct fs); in calcsb()
1461 transferred = read(child_pipe[FROM_CHILD], target, pending); in calcsb()
1462 pending -= transferred; in calcsb()
1464 } while ((pending > 0) && (transferred > 0)); in calcsb()
1466 if (pending > 0) { in calcsb()
/titanic_41/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c282 int bit, index, irr, pending; in apic_get_pending() local
301 pending = (irr & (1 << bit)) ? 1 : 0; in apic_get_pending()
302 if (!pending && (type == DDI_INTR_TYPE_FIXED)) { in apic_get_pending()
306 pending = (READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no) & in apic_get_pending()
309 return (pending); in apic_get_pending()
/titanic_41/usr/src/lib/libunistat/common/rdc/
H A Drdc.err26 DISABLEPENDING = Disable pending on %s ==> %s, try again later
27 ENABLEPENDING = Enable pending on %s ==> %s, try again later
80 QDISABLEPEND = Disable pending on diskq %s, try again later

1234