Searched refs:acqe_sli (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli.h | 48 struct lpfc_acqe_sli acqe_sli; member
|
H A D | lpfc_init.c | 5381 * @acqe_sli: pointer to the async SLI completion queue entry. 5386 lpfc_sli4_async_sli_evt(struct lpfc_hba *phba, struct lpfc_acqe_sli *acqe_sli) in lpfc_sli4_async_sli_evt() argument 5399 evt_type = bf_get(lpfc_trailer_type, acqe_sli); in lpfc_sli4_async_sli_evt() 5404 acqe_sli->event_data1, acqe_sli->event_data2, in lpfc_sli4_async_sli_evt() 5405 acqe_sli->reserved, acqe_sli->trailer); in lpfc_sli4_async_sli_evt() 5415 temp_event_data.data = (uint32_t)acqe_sli->event_data1; in lpfc_sli4_async_sli_evt() 5419 acqe_sli->event_data1, port_name); in lpfc_sli4_async_sli_evt() 5432 temp_event_data.data = (uint32_t)acqe_sli in lpfc_sli4_async_sli_evt() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli.h | 60 struct lpfc_acqe_sli acqe_sli; member
|
H A D | lpfc_init.c | 6398 * @acqe_sli: pointer to the async SLI completion queue entry. 6403 lpfc_sli4_async_sli_evt(struct lpfc_hba *phba, struct lpfc_acqe_sli *acqe_sli) in lpfc_sli4_async_sli_evt() argument 6417 evt_type = bf_get(lpfc_trailer_type, acqe_sli); in lpfc_sli4_async_sli_evt() 6422 acqe_sli->event_data1, acqe_sli->event_data2, in lpfc_sli4_async_sli_evt() 6423 acqe_sli->event_data3, acqe_sli->trailer); in lpfc_sli4_async_sli_evt() 6433 temp_event_data.data = (uint32_t)acqe_sli->event_data1; in lpfc_sli4_async_sli_evt() 6437 acqe_sli->event_data1, port_name); in lpfc_sli4_async_sli_evt() 6450 temp_event_data.data = (uint32_t)acqe_sli in lpfc_sli4_async_sli_evt() [all...] |
Completed in 19 milliseconds