Searched refs:adaptermsg (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 4103 char adaptermsg[LPFC_MAX_ADPTMSG]; in lpfc_sli_handle_fast_ring_event() local 4104 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG); in lpfc_sli_handle_fast_ring_event() 4105 memcpy(&adaptermsg[0], (uint8_t *) irsp, in lpfc_sli_handle_fast_ring_event() 4109 phba->brd_no, adaptermsg); in lpfc_sli_handle_fast_ring_event() 4305 char adaptermsg[LPFC_MAX_ADPTMSG]; in lpfc_sli_sp_handle_rspiocb() local 4307 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG); in lpfc_sli_sp_handle_rspiocb() 4308 memcpy(&adaptermsg[0], (uint8_t *)&rspiocbp->wqe, in lpfc_sli_sp_handle_rspiocb() 4312 phba->brd_no, adaptermsg); in lpfc_sli_sp_handle_rspiocb()
|