Searched refs:tp_nports (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_impl.h305 uint_t tp_nports; member in struct:srpt_target_port_s
H A Dsrpt_stp.c348 tgt->tp_nports = ioc->ioc_attr.hca_nports;
350 kmem_zalloc(sizeof (srpt_hw_port_t) * tgt->tp_nports, KM_SLEEP);
400 sizeof (srpt_hw_port_t) * tgt->tp_nports);
435 sizeof (srpt_hw_port_t) * tgt->tp_nports);
H A Dsrpt_ioc.c975 if (portnum == 0 || portnum > tgt->tp_nports) {
1071 if (portnum == 0 || portnum > tgt->tp_nports) {
1114 for (portnum = 1; portnum <= tgt->tp_nports; portnum++) {

Completed in 48 milliseconds