Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.c301 unsigned long irsp = mbox->rx_start + msgs_offset; in otx2_mbox_get_rsp() local
312 struct mbox_msghdr *prsp = mdev->mbase + irsp; in otx2_mbox_get_rsp()
322 irsp = mbox->rx_start + prsp->next_msgoff; in otx2_mbox_get_rsp()
334 unsigned long irsp = mbox->rx_start + msgs_offset; in otx2_mbox_check_rsp_msgs() local
346 struct mbox_msghdr *prsp = mdev->mbase + irsp; in otx2_mbox_check_rsp_msgs()
361 irsp = mbox->rx_start + prsp->next_msgoff; in otx2_mbox_check_rsp_msgs()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_sli.c3372 IOCB_t *irsp; in lpfc_sli_prep_unsol_wqe() local
3376 irsp = &saveq->iocb; in lpfc_sli_prep_unsol_wqe()
3380 bf_set(lpfc_wcqe_c_status, &saveq->wcqe_cmpl, irsp->ulpStatus); in lpfc_sli_prep_unsol_wqe()
3381 saveq->wcqe_cmpl.word3 = irsp->ulpBdeCount; in lpfc_sli_prep_unsol_wqe()
3382 saveq->wcqe_cmpl.parameter = irsp->un.ulpWord[4]; in lpfc_sli_prep_unsol_wqe()
3383 saveq->wcqe_cmpl.total_data_placed = irsp->unsli3.rcvsli3.acc_len; in lpfc_sli_prep_unsol_wqe()
3386 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp, irsp->un.rcvels.parmRo); in lpfc_sli_prep_unsol_wqe()
3389 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com, irsp->ulpContext); in lpfc_sli_prep_unsol_wqe()
3393 irsp->unsli3.rcvsli3.ox_id); in lpfc_sli_prep_unsol_wqe()
3397 irsp->un.rcvels.remoteID); in lpfc_sli_prep_unsol_wqe()
[all …]
Dlpfc_els.c949 IOCB_t *irsp; in lpfc_cmpl_els_flogi() local
972 irsp = &rspiocb->iocb; in lpfc_cmpl_els_flogi()
973 tmo = irsp->ulpTimeout; in lpfc_cmpl_els_flogi()
1979 IOCB_t *irsp; in lpfc_cmpl_els_plogi() local
1997 irsp = &rspiocb->iocb; in lpfc_cmpl_els_plogi()
1998 iotag = irsp->ulpIoTag; in lpfc_cmpl_els_plogi()
2743 IOCB_t *irsp; in lpfc_cmpl_els_adisc() local
2760 irsp = &rspiocb->iocb; in lpfc_cmpl_els_adisc()
2761 tmo = irsp->ulpTimeout; in lpfc_cmpl_els_adisc()
2936 IOCB_t *irsp; in lpfc_cmpl_els_logo() local
[all …]