Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.h67 #define CSIO_MAX_PPORTS 4 macro
80 #define CSIO_MAX_SCSI_QSETS (CSIO_MAX_SCSI_CPU * CSIO_MAX_PPORTS)
413 struct csio_scsi_qset sqset[CSIO_MAX_PPORTS][CSIO_MAX_SCSI_CPU];
414 struct csio_scsi_cpu_info scsi_cpu_info[CSIO_MAX_PPORTS];
465 struct csio_pport pport[CSIO_MAX_PPORTS]; /* Ports (XGMACs) */
Dcsio_lnode.c749 for (i = 0; i < CSIO_MAX_PPORTS; i++) in csio_fcoe_enable_link()
Dcsio_hw.c1268 for (i = 0; i < CSIO_MAX_PPORTS; i++) in csio_get_device_params()