Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c6331 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument
6352 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts()
6357 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts()
6362 req_len, *emb); in lpfc_sli4_cfg_post_extnts()
6370 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts()
6397 bool emb = false; in lpfc_sli4_alloc_extent() local
6436 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent()
6448 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent()
7414 bool emb; in lpfc_sli4_get_allocated_extnts() local
7470 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts()
[all …]