Searched refs:MPT_NAME_LENGTH (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.h | 102 #define MPT_NAME_LENGTH 32 /* generic length of strings */ macro 588 char name[MPT_NAME_LENGTH]; 808 char name[MPT_NAME_LENGTH];
|
D | mpt2sas_base.c | 1341 snprintf(reply_q->name, MPT_NAME_LENGTH, "%s%d-msix%d", in _base_request_irq() 1344 snprintf(reply_q->name, MPT_NAME_LENGTH, "%s%d", in _base_request_irq()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.h | 99 #define MPT_NAME_LENGTH 32 /* generic length of strings */ macro 508 char name[MPT_NAME_LENGTH]; 741 char name[MPT_NAME_LENGTH];
|
D | mpt3sas_base.c | 1625 snprintf(reply_q->name, MPT_NAME_LENGTH, "%s%d-msix%d", in _base_request_irq() 1628 snprintf(reply_q->name, MPT_NAME_LENGTH, "%s%d", in _base_request_irq()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptbase.h | 107 #define MPT_NAME_LENGTH 32 macro 607 char name[MPT_NAME_LENGTH]; /* "iocN" */
|