Searched refs:adaptermsg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 3083 char adaptermsg[LPFC_MAX_ADPTMSG]; in lpfc_sli_handle_fast_ring_event() local 3084 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG); in lpfc_sli_handle_fast_ring_event() 3085 memcpy(&adaptermsg[0], (uint8_t *) irsp, in lpfc_sli_handle_fast_ring_event() 3089 phba->brd_no, adaptermsg); in lpfc_sli_handle_fast_ring_event() 3278 char adaptermsg[LPFC_MAX_ADPTMSG]; in lpfc_sli_sp_handle_rspiocb() local 3279 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG); in lpfc_sli_sp_handle_rspiocb() 3280 memcpy(&adaptermsg[0], (uint8_t *)irsp, in lpfc_sli_sp_handle_rspiocb() 3284 phba->brd_no, adaptermsg); in lpfc_sli_sp_handle_rspiocb()
|