Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_sli.c3593 Rctl = w5p->hcsw.Rctl; in lpfc_sli_process_unsol_iocb()
3594 Type = w5p->hcsw.Type; in lpfc_sli_process_unsol_iocb()
3602 w5p->hcsw.Rctl = Rctl; in lpfc_sli_process_unsol_iocb()
3603 w5p->hcsw.Type = Type; in lpfc_sli_process_unsol_iocb()
10931 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_gen_req_s3()
10932 cmd->un.genreq64.w5.hcsw.Fctl = (SI | LA); in __lpfc_sli_prep_gen_req_s3()
11018 icmd->un.xseq64.w5.hcsw.Fctl = LA; in __lpfc_sli_prep_xmit_seq64_s3()
11020 icmd->un.xseq64.w5.hcsw.Fctl |= LS; in __lpfc_sli_prep_xmit_seq64_s3()
11021 icmd->un.xseq64.w5.hcsw.Dfctl = 0; in __lpfc_sli_prep_xmit_seq64_s3()
11022 icmd->un.xseq64.w5.hcsw.Rctl = rctl; in __lpfc_sli_prep_xmit_seq64_s3()
[all …]
H A Dlpfc_hw.h3909 } hcsw; member