Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/csiostor/
Dcsio_hw.h67 #define CSIO_MAX_PPORTS 4 macro
81 #define CSIO_MAX_SCSI_QSETS (CSIO_MAX_SCSI_CPU * CSIO_MAX_PPORTS)
471 struct csio_scsi_qset sqset[CSIO_MAX_PPORTS][CSIO_MAX_SCSI_CPU];
472 struct csio_scsi_cpu_info scsi_cpu_info[CSIO_MAX_PPORTS];
523 struct csio_pport pport[CSIO_MAX_PPORTS]; /* Ports (XGMACs) */
Dcsio_lnode.c767 for (i = 0; i < CSIO_MAX_PPORTS; i++) in csio_fcoe_enable_link()
Dcsio_hw.c1363 for (i = 0; i < CSIO_MAX_PPORTS; i++) in csio_get_device_params()