Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c3602 Rctl = w5p->hcsw.Rctl; in lpfc_sli_process_unsol_iocb()
3603 Type = w5p->hcsw.Type; in lpfc_sli_process_unsol_iocb()
3611 w5p->hcsw.Rctl = Rctl; in lpfc_sli_process_unsol_iocb()
3612 w5p->hcsw.Type = Type; in lpfc_sli_process_unsol_iocb()
10941 cmd->un.genreq64.w5.hcsw.Rctl = FC_RCTL_DD_UNSOL_CTL; in __lpfc_sli_prep_gen_req_s3()
10942 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_gen_req_s3()
10943 cmd->un.genreq64.w5.hcsw.Fctl = (SI | LA); in __lpfc_sli_prep_gen_req_s3()
11029 icmd->un.xseq64.w5.hcsw.Fctl = LA; in __lpfc_sli_prep_xmit_seq64_s3()
11031 icmd->un.xseq64.w5.hcsw.Fctl |= LS; in __lpfc_sli_prep_xmit_seq64_s3()
11032 icmd->un.xseq64.w5.hcsw.Dfctl = 0; in __lpfc_sli_prep_xmit_seq64_s3()
[all …]
H A Dlpfc_hw.h3887 } hcsw; member