Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_sli.c3586 Rctl = w5p->hcsw.Rctl; in lpfc_sli_process_unsol_iocb()
3587 Type = w5p->hcsw.Type; in lpfc_sli_process_unsol_iocb()
3595 w5p->hcsw.Rctl = Rctl; in lpfc_sli_process_unsol_iocb()
3596 w5p->hcsw.Type = Type; in lpfc_sli_process_unsol_iocb()
10939 cmd->un.genreq64.w5.hcsw.Rctl = FC_RCTL_DD_UNSOL_CTL; in __lpfc_sli_prep_gen_req_s3()
10940 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_gen_req_s3()
10941 cmd->un.genreq64.w5.hcsw.Fctl = (SI | LA); in __lpfc_sli_prep_gen_req_s3()
11027 icmd->un.xseq64.w5.hcsw.Fctl = LA; in __lpfc_sli_prep_xmit_seq64_s3()
11029 icmd->un.xseq64.w5.hcsw.Fctl |= LS; in __lpfc_sli_prep_xmit_seq64_s3()
11030 icmd->un.xseq64.w5.hcsw.Dfctl = 0; in __lpfc_sli_prep_xmit_seq64_s3()
[all …]
Dlpfc_hw.h3885 } hcsw; member