Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/kb8042/
H A Dkb8042.c127 static void kb8042_setled(struct kb8042 *, int led_state, boolean_t polled);
265 kb8042_is_input_avail(struct kb8042 *kb8042, int timeout_usec, boolean_t polled) in kb8042_is_input_avail() argument
268 int port = (polled == B_TRUE) ? I8042_POLL_INPUT_AVAIL : in kb8042_is_input_avail()
283 kb8042_clear_input_buffer(struct kb8042 *kb8042, boolean_t polled) in kb8042_clear_input_buffer() argument
285 int port = (polled == B_TRUE) ? I8042_POLL_INPUT_DATA : in kb8042_clear_input_buffer()
288 while (kb8042_is_input_avail(kb8042, MIN_DELAY_USECS, polled)) { in kb8042_clear_input_buffer()
1231 kb8042_setled(struct kb8042 *kb8042, int led_state, boolean_t polled) argument
1235 if (!polled)
1239 kb8042_send_to_keyboard(kb8042, KB_SET_LED, polled);
1242 if (!polled)
[all …]
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c314 uint_t polled; in rdsv3_ib_snd_tasklet_fn() local
322 while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_snd_cq), &wc, 1, &polled) == in rdsv3_ib_snd_tasklet_fn()
334 while (ibt_poll_cq(RDSV3_CQ2CQHDL(ic->i_snd_cq), &wc, 1, &polled) == in rdsv3_ib_snd_tasklet_fn()
375 uint_t polled; in rdsv3_ib_tasklet_fn() local
387 RDSV3_IB_WC_POLL_SIZE, &polled) == IBT_SUCCESS) { in rdsv3_ib_tasklet_fn()
388 for (i = 0; i < polled; i++) { in rdsv3_ib_tasklet_fn()
407 RDSV3_IB_WC_POLL_SIZE, &polled) == IBT_SUCCESS) { in rdsv3_ib_tasklet_fn()
408 for (i = 0; i < polled; i++) { in rdsv3_ib_tasklet_fn()
H A Dib_send.c212 uint32_t completed, polled; in rdsv3_ib_send_cqe_handler() local
/titanic_44/usr/src/uts/sun/io/
H A Dsocal.c177 dest, la_els_adisc_t *adisc_pl, uint32_t polled);
179 uchar_t *flb_pl, size_t length, uint32_t polled);
181 dest, la_els_rls_reply_t *rls_pl, uint32_t polled);
190 uint32_t polled, int);
2798 socal_doit(fcal_packet_t *fcalpkt, socal_port_t *port_statep, int polled, in socal_doit() argument
2805 if (polled) { in socal_doit()
2882 polled, RESET_PORT); in socal_doit()
2886 port_statep->sp_port, polled, in socal_doit()
2904 socal_lilp_map(void *ssp, uint_t port, uint32_t bufid, uint_t polled) in socal_lilp_map() argument
2912 socal_packet_alloc(socalp, polled ? FCAL_NOSLEEP : FCAL_SLEEP)) in socal_lilp_map()
[all …]
/titanic_44/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_adm.c125 uint_t polled; in eib_adm_comp_handler() local
143 &polled)) == IBT_SUCCESS) { in eib_adm_comp_handler()
144 for (wc = chan->ch_wc, i = 0; i < polled; i++, wc++) { in eib_adm_comp_handler()
H A Deib_ctl.c102 uint_t polled; in eib_ctl_comp_handler() local
120 &polled)) == IBT_SUCCESS) { in eib_ctl_comp_handler()
121 for (wc = chan->ch_wc, i = 0; i < polled; i++, wc++) { in eib_ctl_comp_handler()
H A Deib_data.c121 uint_t polled; in eib_data_rx_comp_handler() local
149 num_wc, &polled)) == IBT_SUCCESS) { in eib_data_rx_comp_handler()
154 for (wc = chan->ch_rcv_wc, i = 0; i < polled; i++, wc++) { in eib_data_rx_comp_handler()
220 num_wc -= polled; in eib_data_rx_comp_handler()
237 uint_t polled; in eib_data_tx_comp_handler() local
255 &polled)) == IBT_SUCCESS) { in eib_data_tx_comp_handler()
256 for (wc = chan->ch_wc, i = 0; i < polled; i++, wc++) { in eib_data_tx_comp_handler()
H A Denx_hdlrs.c599 uint_t polled; in eibnx_comp_handler() local
630 &polled)) == IBT_SUCCESS) { in eibnx_comp_handler()
631 for (wc = info->ti_wc, i = 0; i < polled; i++, wc++) { in eibnx_comp_handler()
/titanic_44/usr/src/uts/common/io/warlock/
H A Dhid.wlcmd42 ### polled functions
H A Dhid_with_usba.wlcmd171 ### polled functions
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfp.h352 uint16_t cmd_code, job_request_t *job, int polled, int sleep);
421 job_request_t *job, int polled, int sleep);
450 job_request_t *job, int polled, int sleep);
/titanic_44/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c734 int polled, in ghd_transport() argument
742 if (polled) { in ghd_transport()
786 if (!polled) { in ghd_transport()
H A Dghd.h270 ulong_t timeout, int polled, void *intr_status);
/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c966 int polled = FALSE; in atapi_tran_start() local
1000 polled = TRUE; in atapi_tran_start()
1015 spktp->pkt_time, polled, NULL); in atapi_tran_start()
H A Data_disk.c1723 int polled = FALSE; in ata_disk_transport() local
1730 polled = TRUE; in ata_disk_transport()
1736 gtgtp, pktp->cp_time, polled, NULL); in ata_disk_transport()
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c248 int instance, polled; in uhci_attach() local
291 polled = uhci_is_polled(dip); in uhci_attach()
292 if (polled) in uhci_attach()
370 if (polled) { in uhci_attach()
/titanic_44/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h237 uint32_t timeout, int polled, void *intr_status);
/titanic_44/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s436 ! to be a VA which is polled via ASI_SAFARI_CONFIG until the
444 ! address is assumed to be a PIO address which is polled via
/titanic_44/usr/src/uts/common/io/usb/hcd/
H A DREADME201 so that it will be polled as per the required polling interval. This value
435 so that it will be polled at its required polling interval. This varies
477 so that it will be polled as per the required polling interval. This
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c2491 uint_t polled; in tavor_ci_poll_cq() local
2527 status = tavor_cq_poll(state, cqhdl, wc_p, num_wc, &polled); in tavor_ci_poll_cq()
2531 *num_polled = polled; in tavor_ci_poll_cq()
/titanic_44/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h338 uint64_t polled; member
H A Dunm_nic_main.c1183 adapter->stats.polled++; in unm_nic_poll()
2092 (knp++)->value.ui64 = adapter->stats.polled; in unm_kstat_update()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c2802 close_probe_socket(struct phyint_instance *pii, boolean_t polled) in close_probe_socket() argument
2804 if (polled) in close_probe_socket()
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c5364 job_request_t *job, int polled, int sleep) in fp_ns_reg() argument
5381 if (polled) { in fp_ns_reg()
5754 if (polled) { in fp_ns_reg()
12895 int polled, int sleep) in fp_ns_query() argument
12921 if (polled) { in fp_ns_query()
12929 if (polled == 0) { in fp_ns_query()
12938 if (polled) { in fp_ns_query()
14877 job_request_t *job, int polled, int sleep) in fp_ns_validate_device() argument
14883 flags = FCTL_NS_VALIDATE_PD | ((polled) ? 0: FCTL_NS_ASYNC_REQUEST); in fp_ns_validate_device()
14901 return (fp_ns_query(port, ns_cmd, job, polled, sleep)); in fp_ns_validate_device()
H A Dfctl.c1093 int polled; in fc_ulp_login() local
1095 polled = ((ulp_pkt[0]->pkt_tran_flags) & in fc_ulp_login()
1101 ASSERT(next == polled); in fc_ulp_login()