Searched refs:nports (Results 26 - 36 of 36) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c754 nxgep->nports = 1;
4477 NXGE_MAX_TDC_GROUPS / nxgep->nports - 1;
6906 int nports = 0; local
6911 nports = 2;
6918 nports = 4;
6924 nports = 2;
6931 nports = 4;
6939 return (nports);
H A Dnxge_fflp.c838 classify_ptr->tcam_size = nxgep->nxge_hw_p->tcam_size / nxgep->nports;
2401 return (nxgep->classifier.tcam_top + (index * nxgep->nports));
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1526 int nports = 0; local
1529 return (nports);
1549 return (nports);
1553 nports++;
1559 return (nports);
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c4744 int nports; local
4747 if ((nports = gc->gc_nports) == 0) {
4748 nports = 1;
4750 if (nports == 1) {
4775 (void) sprintf(dp->name, gc->gc_name, nports * unit + port);
4809 gc->gc_nports = nports; /* fix nports */
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h630 int nports; /* # of ports on this device */ member in struct:_nxge_t
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c5558 uint32_t sz, asz, nports = 0, nports_standby = 0; local
5567 nports++;
5572 nports = min(nports, 255);
5574 sz = (nports * 4) + 12;
5598 p[7] = nports & 0xff;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c1160 uint_t nports, psize; local
1170 &pinfop, &nports, &psize);
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c3118 uint_t nports; local
3189 query_hca_port->port_num, &ibt_pi, &nports, &size) != IBT_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c984 uint_t psize, nports; local
1009 reply_addr->port_num, &port_infop, &nports, &psize);
1010 if ((status != IBT_SUCCESS) || (nports == 0)) {
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c2728 uint_t i, nports; local
2737 dlp = dladm_bridge_get_portlist(tmpbuf, &nports);
2742 for (i = 0; i < nports; i++) {
2751 if (i != nports - 1) {
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4990 adapter->params.nports = 1;

Completed in 1029 milliseconds

12