Home
last modified time | relevance | path

Searched refs:irsp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.c343 unsigned long irsp = mbox->rx_start + msgs_offset; in otx2_mbox_get_rsp() local
354 struct mbox_msghdr *prsp = mdev->mbase + irsp; in otx2_mbox_get_rsp()
364 irsp = mbox->rx_start + prsp->next_msgoff; in otx2_mbox_get_rsp()
376 unsigned long irsp = mbox->rx_start + msgs_offset; in otx2_mbox_check_rsp_msgs() local
388 struct mbox_msghdr *prsp = mdev->mbase + irsp; in otx2_mbox_check_rsp_msgs()
403 irsp = mbox->rx_start + prsp->next_msgoff; in otx2_mbox_check_rsp_msgs()
/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c926 IOCB_t *irsp; in lpfc_cmpl_els_flogi() local
950 irsp = &rspiocb->iocb; in lpfc_cmpl_els_flogi()
951 tmo = irsp->ulpTimeout; in lpfc_cmpl_els_flogi()
2005 IOCB_t *irsp; in lpfc_cmpl_els_plogi() local
2023 irsp = &rspiocb->iocb; in lpfc_cmpl_els_plogi()
2024 iotag = irsp->ulpIoTag; in lpfc_cmpl_els_plogi()
2781 IOCB_t *irsp; in lpfc_cmpl_els_adisc() local
2799 irsp = &rspiocb->iocb; in lpfc_cmpl_els_adisc()
2800 tmo = irsp->ulpTimeout; in lpfc_cmpl_els_adisc()
2801 iotag = irsp->ulpIoTag; in lpfc_cmpl_els_adisc()
[all …]