Home
last modified time | relevance | path

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

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