Searched refs:nrports (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcomstats.h81 unsigned long nrports; member in struct:__anon17296
94 unsigned long nrports; member in struct:__anon17297
H A Dstallion.h103 unsigned int nrports; member in struct:stlpanel
118 unsigned int nrports; member in struct:stlbrd
H A Distallion.h91 unsigned int nrports; member in struct:stlibrd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dlport_api.c51 int nrports, bfa_boolean_t bwwn)
58 if (port == NULL || nrports == 0)
62 bfa_trc(fcs, (u32) nrports);
68 while ((qe != qh) && (i < nrports)) {
99 int *nrports)
106 if (port == NULL || rport_wwns == NULL || *nrports == 0)
110 bfa_trc(fcs, (u32) *nrports);
116 while ((qe != qh) && (i < *nrports)) {
133 *nrports = i;
50 bfa_fcs_port_get_rport(struct bfa_fcs_port_s *port, wwn_t wwn, int index, int nrports, bfa_boolean_t bwwn) argument
98 bfa_fcs_port_get_rports(struct bfa_fcs_port_s *port, wwn_t rport_wwns[], int *nrports) argument
H A Dbfad_attr.c785 int nrports = 2048; local
789 rports = kzalloc(sizeof(wwn_t) * nrports , GFP_ATOMIC);
794 bfa_fcs_port_get_rports(port->fcs_port, rports, &nrports);
798 return snprintf(buf, PAGE_SIZE, "%d\n", nrports);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_lport.h199 wwn_t rport_wwns[], int *nrports);
202 int index, int nrports, bfa_boolean_t bwwn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dstallion.c744 if (minordev < brdp->panels[panelnr]->nrports) {
748 minordev -= brdp->panels[panelnr]->nrports;
1417 for (portnr = 0; portnr < panelp->nrports; portnr++,
1612 for (i = 0; i < panelp->nrports; i++) {
1747 brdp->nrports = 8;
1750 brdp->nrports = 4;
1755 brdp->nrports = 4;
1758 brdp->nrports = 8;
1761 brdp->nrports = 16;
1787 panelp->nrports
[all...]
H A Distallion.c822 if (portnr > brdp->nrports)
1934 for (portnr = 0; (portnr < brdp->nrports); portnr++,
2537 for (i = 0, panelnr = 0, panelport = 0; (i < brdp->nrports); i++) {
3021 int retval, panelnr, nrports; local
3137 nrports = (status & ECH_PNL16PORT) ? 16 : 8;
3138 if ((nrports == 16) && ((status & ECH_PNLXPID) == 0))
3140 brdp->panels[panelnr] = nrports;
3141 brdp->nrports += nrports;
3293 brdp->nrports
[all...]

Completed in 132 milliseconds