Searched refs:emb (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1781 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config() argument 1799 if (emb) { in lpfc_sli4_config() 1889 uint16_t exts_count, uint16_t rsrc_type, bool emb) in lpfc_sli4_mbox_rsrc_extent() argument 1896 if (emb == LPFC_SLI4_MBX_NEMBED) { in lpfc_sli4_mbox_rsrc_extent() 1908 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent() 1925 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
|
D | lpfc_sli.c | 6260 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument 6281 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts() 6286 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts() 6291 req_len, *emb); in lpfc_sli4_cfg_post_extnts() 6299 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts() 6326 bool emb = false; in lpfc_sli4_alloc_extent() local 6365 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent() 6377 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent() 7339 bool emb; in lpfc_sli4_get_allocated_extnts() local 7395 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts() [all …]
|