Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.c448 unsigned long irsp = mbox->rx_start + msgs_offset; in otx2_mbox_get_rsp() local
459 struct mbox_msghdr *prsp = mdev->mbase + irsp; in otx2_mbox_get_rsp()
469 irsp = mbox->rx_start + prsp->next_msgoff; in otx2_mbox_get_rsp()
481 unsigned long irsp = mbox->rx_start + msgs_offset; in otx2_mbox_check_rsp_msgs() local
493 struct mbox_msghdr *prsp = mdev->mbase + irsp; in otx2_mbox_check_rsp_msgs()
508 irsp = mbox->rx_start + prsp->next_msgoff; in otx2_mbox_check_rsp_msgs()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c3380 IOCB_t *irsp; in lpfc_sli_prep_unsol_wqe() local
3384 irsp = &saveq->iocb; in lpfc_sli_prep_unsol_wqe()
3388 bf_set(lpfc_wcqe_c_status, &saveq->wcqe_cmpl, irsp->ulpStatus); in lpfc_sli_prep_unsol_wqe()
3389 saveq->wcqe_cmpl.word3 = irsp->ulpBdeCount; in lpfc_sli_prep_unsol_wqe()
3390 saveq->wcqe_cmpl.parameter = irsp->un.ulpWord[4]; in lpfc_sli_prep_unsol_wqe()
3391 saveq->wcqe_cmpl.total_data_placed = irsp->unsli3.rcvsli3.acc_len; in lpfc_sli_prep_unsol_wqe()
3394 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp, irsp->un.rcvels.parmRo); in lpfc_sli_prep_unsol_wqe()
3397 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com, irsp->ulpContext); in lpfc_sli_prep_unsol_wqe()
3401 irsp->unsli3.rcvsli3.ox_id); in lpfc_sli_prep_unsol_wqe()
3405 irsp->un.rcvels.remoteID); in lpfc_sli_prep_unsol_wqe()
[all …]
H A Dlpfc_els.c924 IOCB_t *irsp; in lpfc_cmpl_els_flogi() local
953 irsp = &rspiocb->iocb; in lpfc_cmpl_els_flogi()
954 tmo = irsp->ulpTimeout; in lpfc_cmpl_els_flogi()
2094 IOCB_t *irsp; in lpfc_cmpl_els_plogi() local
2112 irsp = &rspiocb->iocb; in lpfc_cmpl_els_plogi()
2113 iotag = irsp->ulpIoTag; in lpfc_cmpl_els_plogi()
2873 IOCB_t *irsp; in lpfc_cmpl_els_adisc() local
2891 irsp = &rspiocb->iocb; in lpfc_cmpl_els_adisc()
2892 tmo = irsp->ulpTimeout; in lpfc_cmpl_els_adisc()
2893 iotag = irsp->ulpIoTag; in lpfc_cmpl_els_adisc()
[all …]