/illumos-gate/usr/src/uts/common/io/kb8042/ |
H A D | kb8042.c | 127 static void kb8042_setled(struct kb8042 *, int led_state, boolean_t polled); 293 kb8042_is_input_avail(struct kb8042 *kb8042, int timeout_usec, boolean_t polled) in kb8042_is_input_avail() argument 296 int port = (polled == B_TRUE) ? I8042_POLL_INPUT_AVAIL : in kb8042_is_input_avail() 311 kb8042_clear_input_buffer(struct kb8042 *kb8042, boolean_t polled) in kb8042_clear_input_buffer() argument 313 int port = (polled == B_TRUE) ? I8042_POLL_INPUT_DATA : in kb8042_clear_input_buffer() 316 while (kb8042_is_input_avail(kb8042, MIN_DELAY_USECS, polled)) { in kb8042_clear_input_buffer() 1287 kb8042_setled(struct kb8042 *kb8042, int led_state, boolean_t polled) argument 1291 if (!polled) 1295 kb8042_send_to_keyboard(kb8042, KB_SET_LED, polled); 1298 if (!polled) [all …]
|
/illumos-gate/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
|
/illumos-gate/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()
|
/illumos-gate/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 | 268 ulong_t timeout, int polled, void *intr_status);
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fp.h | 356 uint16_t cmd_code, job_request_t *job, int polled, int sleep); 425 job_request_t *job, int polled, int sleep); 454 job_request_t *job, int polled, int sleep);
|
/illumos-gate/usr/src/uts/common/io/vioblk/ |
H A D | vioblk.c | 224 boolean_t polled) in vioblk_common_start() argument 234 if (polled) { in vioblk_common_start() 402 boolean_t polled = (xfer->x_flags & BD_XFER_POLL) != 0; in vioblk_request() local 416 if ((vbr = vioblk_common_start(vib, type, xfer->x_blkno, polled)) == in vioblk_request()
|
/illumos-gate/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 | 1718 int polled = FALSE; in ata_disk_transport() local 1725 polled = TRUE; in ata_disk_transport() 1731 gtgtp, pktp->cp_time, polled, NULL); in ata_disk_transport()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd.h | 237 uint32_t timeout, int polled, void *intr_status);
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ci.c | 2091 uint_t polled; in tavor_ci_poll_cq() local 2116 status = tavor_cq_poll(state, cqhdl, wc_p, num_wc, &polled); in tavor_ci_poll_cq() 2120 *num_polled = polled; in tavor_ci_poll_cq()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 2864 close_probe_socket(struct phyint_instance *pii, boolean_t polled) in close_probe_socket() argument 2866 if (polled) in close_probe_socket()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 5365 job_request_t *job, int polled, int sleep) in fp_ns_reg() argument 5382 if (polled) { in fp_ns_reg() 5755 if (polled) { in fp_ns_reg() 12899 int polled, int sleep) in fp_ns_query() argument 12925 if (polled) { in fp_ns_query() 12933 if (polled == 0) { in fp_ns_query() 12942 if (polled) { in fp_ns_query() 14881 job_request_t *job, int polled, int sleep) in fp_ns_validate_device() argument 14887 flags = FCTL_NS_VALIDATE_PD | ((polled) ? 0: FCTL_NS_ASYNC_REQUEST); in fp_ns_validate_device() 14905 return (fp_ns_query(port, ns_cmd, job, polled, sleep)); in fp_ns_validate_device()
|
H A D | fctl.c | 1094 int polled; in fc_ulp_login() local 1096 polled = ((ulp_pkt[0]->pkt_tran_flags) & in fc_ulp_login() 1102 ASSERT(next == polled); in fc_ulp_login()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 1680 …\item On the VF-side, the polled \textit{ecore\_vf\_read\_bulletin()} samples the buffer, verifies…
|