Home
last modified time | relevance | path

Searched refs:port_cnt (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_pipe.c99 uint8_t port_cnt = ksp->ks_dev_spec.port_cnt; in keyspan_init_pipes() local
148 for (j = 0; j < port_cnt; j++) { in keyspan_init_pipes()
172 if (j == port_cnt) { in keyspan_init_pipes()
230 if (j == port_cnt) { in keyspan_init_pipes()
262 for (i = 0; i < port_cnt; i++) { in keyspan_init_pipes()
290 uint8_t port_cnt = ksp->ks_dev_spec.port_cnt; in keyspan_init_pipes_usa49wg() local
1201 port_cnt = 0, in keyspan_bulkin_cb_usa49wg() local
1232 port[++port_cnt] = port_num; in keyspan_bulkin_cb_usa49wg()
1242 port_cnt--; in keyspan_bulkin_cb_usa49wg()
1289 while (port_cnt) { in keyspan_bulkin_cb_usa49wg()
[all …]
H A Dkeyspan_dsd.c377 *aip->ai_port_cnt = ksp->ks_dev_spec.port_cnt; in keyspan_attach()
426 if (port_num >= ksp->ks_dev_spec.port_cnt) { in keyspan_register_cb()
445 if (port_num < ksp->ks_dev_spec.port_cnt) { in keyspan_unregister_cb()
564 if (port_num >= ksp->ks_dev_spec.port_cnt) { in keyspan_open_port()
734 if (port_num >= ksp->ks_dev_spec.port_cnt) { in keyspan_close_port()
959 ASSERT(port_num < ksp->ks_dev_spec.port_cnt); in keyspan_set_port_params()
994 ASSERT(port_num < ksp->ks_dev_spec.port_cnt); in keyspan_set_modem_ctl()
1096 ASSERT(port_num < ksp->ks_dev_spec.port_cnt); in keyspan_get_modem_ctl()
1596 ksp->ks_dev_spec.port_cnt = 1; in keyspan_attach_dev()
1606 ksp->ks_dev_spec.port_cnt = 4; in keyspan_attach_dev()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_var.h100 uint8_t port_cnt; /* How many ports on the device */ member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2465 kstat_named_t port_cnt; member
2502 KS_UINIT(port_cnt);
2526 KS_U_SET(port_cnt, sc->params.nports);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c960 uint16_t port_cnt, tgt_cnt, index; in ql_qry_hba_port() local
1098 port_cnt = 0; in ql_qry_hba_port()
1116 port_cnt++; in ql_qry_hba_port()
1123 tmp_port.DiscPortCount = port_cnt; in ql_qry_hba_port()
1138 ha->instance, port_cnt, tgt_cnt); in ql_qry_hba_port()