Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_mbox.c1779 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config() argument
1797 if (emb) { in lpfc_sli4_config()
1887 uint16_t exts_count, uint16_t rsrc_type, bool emb) in lpfc_sli4_mbox_rsrc_extent() argument
1894 if (emb == LPFC_SLI4_MBX_NEMBED) { in lpfc_sli4_mbox_rsrc_extent()
1906 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
1923 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
Dlpfc_sli.c5862 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts() argument
5883 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts()
5888 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts()
5893 req_len, *emb); in lpfc_sli4_cfg_post_extnts()
5901 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts()
5928 bool emb = false; in lpfc_sli4_alloc_extent() local
5967 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent()
5979 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent()
6897 bool emb; in lpfc_sli4_get_allocated_extnts() local
6953 emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_get_allocated_extnts()
[all …]