/titanic_50/usr/src/uts/common/io/kb8042/ |
H A D | kb8042.c | 127 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_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_cm.c | 314 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 D | ib_send.c | 212 uint32_t completed, polled; in rdsv3_ib_send_cqe_handler() local
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | socal.c | 177 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_50/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_adm.c | 125 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 D | eib_ctl.c | 102 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 D | eib_data.c | 121 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 D | enx_hdlrs.c | 599 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_50/usr/src/uts/common/io/warlock/ |
H A D | hid.wlcmd | 42 ### polled functions
|
H A D | hid_with_usba.wlcmd | 171 ### polled functions
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fp.h | 352 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_50/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd.c | 734 int polled, in ghd_transport() argument 742 if (polled) { in ghd_transport() 786 if (!polled) { in ghd_transport()
|
H A D | ghd.h | 270 ulong_t timeout, int polled, void *intr_status);
|
/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | atapi.c | 966 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 D | ata_disk.c | 1723 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_50/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 248 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_50/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd.h | 237 uint32_t timeout, int polled, void *intr_status);
|
/titanic_50/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach_asm.s | 436 ! 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_50/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 201 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_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ci.c | 2491 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_50/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic.h | 338 uint64_t polled; member
|
H A D | unm_nic_main.c | 1183 adapter->stats.polled++; in unm_nic_poll() 2092 (knp++)->value.ui64 = adapter->stats.polled; in unm_kstat_update()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 2802 close_probe_socket(struct phyint_instance *pii, boolean_t polled) in close_probe_socket() argument 2804 if (polled) in close_probe_socket()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 5364 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 D | fctl.c | 1093 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()
|