Home
last modified time | relevance | path

Searched refs:ISCSI_MGMT_CMDS_MAX (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/
H A Dlibiscsi.h39 #define ISCSI_MGMT_CMDS_MAX 15 macro
60 /* this must be a power of two greater than ISCSI_MGMT_CMDS_MAX */
/kernel/linux/linux-6.6/include/scsi/
H A Dlibiscsi.h40 #define ISCSI_MGMT_CMDS_MAX 15 macro
63 /* this must be a power of two greater than ISCSI_MGMT_CMDS_MAX */
/kernel/linux/linux-5.10/drivers/scsi/
H A Dlibiscsi.c2706 * so the cmds_max must at least be greater than ISCSI_MGMT_CMDS_MAX in iscsi_host_get_max_scsi_cmds()
2733 scsi_cmds = total_cmds - ISCSI_MGMT_CMDS_MAX; in iscsi_host_get_max_scsi_cmds()
2888 * tasks they support. The iscsi layer reserves ISCSI_MGMT_CMDS_MAX tasks
2928 session->cmds_max = scsi_cmds + ISCSI_MGMT_CMDS_MAX; in iscsi_session_setup()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dlibiscsi.c2829 * so the cmds_max must at least be greater than ISCSI_MGMT_CMDS_MAX in iscsi_host_get_max_scsi_cmds()
2856 scsi_cmds = total_cmds - ISCSI_MGMT_CMDS_MAX; in iscsi_host_get_max_scsi_cmds()
3014 * tasks they support. The iscsi layer reserves ISCSI_MGMT_CMDS_MAX tasks
3054 session->cmds_max = scsi_cmds + ISCSI_MGMT_CMDS_MAX; in iscsi_session_setup()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
H A Dlibcxgbi.c369 shost->can_queue = sht->can_queue - ISCSI_MGMT_CMDS_MAX; in cxgbi_hbas_add()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/
H A Dlibcxgbi.c369 shost->can_queue = sht->can_queue - ISCSI_MGMT_CMDS_MAX; in cxgbi_hbas_add()

Completed in 18 milliseconds