Searched refs:MPT_NAME_LENGTH (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.h | 101 #define MPT_NAME_LENGTH 32 /* generic length of strings */ macro 587 char name[MPT_NAME_LENGTH]; 804 char name[MPT_NAME_LENGTH];
|
D | mpt2sas_base.c | 1330 snprintf(reply_q->name, MPT_NAME_LENGTH, "%s%d-msix%d", in _base_request_irq() 1333 snprintf(reply_q->name, MPT_NAME_LENGTH, "%s%d", in _base_request_irq()
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.h | 98 #define MPT_NAME_LENGTH 32 /* generic length of strings */ macro 507 char name[MPT_NAME_LENGTH]; 737 char name[MPT_NAME_LENGTH];
|
D | mpt3sas_base.c | 1614 snprintf(reply_q->name, MPT_NAME_LENGTH, "%s%d-msix%d", in _base_request_irq() 1617 snprintf(reply_q->name, MPT_NAME_LENGTH, "%s%d", in _base_request_irq()
|
/drivers/message/fusion/ |
D | mptbase.h | 107 #define MPT_NAME_LENGTH 32 macro 607 char name[MPT_NAME_LENGTH]; /* "iocN" */
|