Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/
H A DMakefile274 85xx-32bit 85xx-hw fsl-emb-nonhw)
279 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw)
284 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw dpaa)
289 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
294 86xx-hw fsl-emb-nonhw)
299 86xx-smp 86xx-hw fsl-emb-nonhw)
/kernel/linux/linux-5.10/arch/powerpc/
H A DMakefile312 85xx-32bit 85xx-hw fsl-emb-nonhw)
317 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw)
322 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw dpaa)
327 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa)
332 86xx-hw fsl-emb-nonhw)
337 86xx-smp 86xx-hw fsl-emb-nonhw)
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1769 * @emb: True if embedded mbox command should be setup.
1779 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config()
1797 if (emb) { in lpfc_sli4_config()
1876 * @emb: true if LPFC_SLI4_MBX_EMBED. false if LPFC_SLI4_MBX_NEMBED.
1887 uint16_t exts_count, uint16_t rsrc_type, bool emb) in lpfc_sli4_mbox_rsrc_extent()
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()
1778 lpfc_sli4_config(struct lpfc_hba *phba, struct lpfcMboxq *mbox, uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) lpfc_sli4_config() argument
1886 lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *phba, struct lpfcMboxq *mbox, uint16_t exts_count, uint16_t rsrc_type, bool emb) lpfc_sli4_mbox_rsrc_extent() argument
H A Dlpfc_sli.c5848 * @emb: buffer to hold either MBX_EMBED or MBX_NEMBED operation.
5862 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts()
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
5861 lpfc_sli4_cfg_post_extnts(struct lpfc_hba *phba, uint16_t extnt_cnt, uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) lpfc_sli4_cfg_post_extnts() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1830 * @emb: True if embedded mbox command should be setup.
1840 uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) in lpfc_sli4_config()
1858 if (emb) { in lpfc_sli4_config()
1937 * @emb: true if LPFC_SLI4_MBX_EMBED. false if LPFC_SLI4_MBX_NEMBED.
1948 uint16_t exts_count, uint16_t rsrc_type, bool emb) in lpfc_sli4_mbox_rsrc_extent()
1955 if (emb == LPFC_SLI4_MBX_NEMBED) { in lpfc_sli4_mbox_rsrc_extent()
1967 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
1984 if (emb == LPFC_SLI4_MBX_EMBED) in lpfc_sli4_mbox_rsrc_extent()
1839 lpfc_sli4_config(struct lpfc_hba *phba, struct lpfcMboxq *mbox, uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) lpfc_sli4_config() argument
1947 lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *phba, struct lpfcMboxq *mbox, uint16_t exts_count, uint16_t rsrc_type, bool emb) lpfc_sli4_mbox_rsrc_extent() argument
H A Dlpfc_sli.c6328 * @emb: buffer to hold either MBX_EMBED or MBX_NEMBED operation.
6342 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) in lpfc_sli4_cfg_post_extnts()
6363 *emb = LPFC_SLI4_MBX_EMBED; in lpfc_sli4_cfg_post_extnts()
6368 *emb = LPFC_SLI4_MBX_NEMBED; in lpfc_sli4_cfg_post_extnts()
6373 req_len, *emb); in lpfc_sli4_cfg_post_extnts()
6381 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); in lpfc_sli4_cfg_post_extnts()
6408 bool emb = false; in lpfc_sli4_alloc_extent() local
6447 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); in lpfc_sli4_alloc_extent()
6459 if (emb == LPFC_SLI4_MBX_EMBED) { in lpfc_sli4_alloc_extent()
7426 bool emb; in lpfc_sli4_get_allocated_extnts() local
6341 lpfc_sli4_cfg_post_extnts(struct lpfc_hba *phba, uint16_t extnt_cnt, uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) lpfc_sli4_cfg_post_extnts() argument
[all...]

Completed in 32 milliseconds