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; local
148 for (j = 0; j < port_cnt; j++) {
164 if (k >= port_cnt && status != NULL) {
172 if (j == port_cnt) {
180 if (k != port_cnt || status == NULL) {
216 for (j = 0; j < port_cnt; j++) {
225 if (k >= port_cnt && ctrl != NULL) {
230 if (j == port_cnt) {
240 if (k != port_cnt || ctr
290 uint8_t port_cnt = ksp->ks_dev_spec.port_cnt; local
1201 port_cnt = 0, local
[all...]
H A Dkeyspan_dsd.c377 *aip->ai_port_cnt = ksp->ks_dev_spec.port_cnt;
426 if (port_num >= ksp->ks_dev_spec.port_cnt) {
445 if (port_num < ksp->ks_dev_spec.port_cnt) {
564 if (port_num >= ksp->ks_dev_spec.port_cnt) {
734 if (port_num >= ksp->ks_dev_spec.port_cnt) {
959 ASSERT(port_num < ksp->ks_dev_spec.port_cnt);
994 ASSERT(port_num < ksp->ks_dev_spec.port_cnt);
1096 ASSERT(port_num < ksp->ks_dev_spec.port_cnt);
1171 ASSERT(port_num < ksp->ks_dev_spec.port_cnt);
1269 ASSERT(port_num < ksp->ks_dev_spec.port_cnt);
[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 in struct:keyspan_dev_spec
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1872 kstat_named_t port_cnt; member in struct:t4_kstats
1909 KS_UINIT(port_cnt);
1933 KS_U_SET(port_cnt, sc->params.nports);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c917 uint16_t port_cnt, tgt_cnt, index; local
1033 port_cnt = 0;
1045 port_cnt++;
1052 tmp_port.DiscPortCount = port_cnt;
1067 ha->instance, port_cnt, tgt_cnt);

Completed in 290 milliseconds