Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c4917 mbox.mbxOwner = OWN_CHIP; in lpfc_reset_barrier()
9550 mbx->mbxOwner = OWN_CHIP; in lpfc_sli_issue_mbox_s3()
9644 while (((word0 & OWN_CHIP) == OWN_CHIP) || in lpfc_sli_issue_mbox_s3()
9656 if (((word0 & OWN_CHIP) != OWN_CHIP) in lpfc_sli_issue_mbox_s3()
9677 if (((slimword0 & OWN_CHIP) != OWN_CHIP) in lpfc_sli_issue_mbox_s3()
10950 cmd->ulpOwner = OWN_CHIP; in __lpfc_sli_prep_gen_req_s3()
H A Dlpfc_hw.h1704 #define OWN_CHIP 1 macro