Lines Matching defs:context
286 * @phba: Pointer to HBA context object.
3479 * @phba: Pointer to hba context object.
5168 * @vport: The virtual port (scsi_host) for the flush context
5170 * @lun_id: If aborting by Lun context - specifies the lun id
5171 * @context: specifies the context level to flush at.
5184 uint64_t lun_id, lpfc_ctx_cmd context)
5190 cnt = lpfc_sli_sum_iocb(vport, tgt_id, lun_id, context);
5194 tgt_id, lun_id, context);
5198 cnt = lpfc_sli_sum_iocb(vport, tgt_id, lun_id, context);
5202 "0724 I/O flush failure for context %s : cnt x%x\n",
5203 ((context == LPFC_CTX_LUN) ? "LUN" :
5204 ((context == LPFC_CTX_TGT) ? "TGT" :
5205 ((context == LPFC_CTX_HOST) ? "HOST" : "Unknown"))),