Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_crtn.h33 int lpfc_sli4_dump_cfg_rg23(struct lpfc_hba *, struct lpfcMboxq *);
58 void lpfc_request_features(struct lpfc_hba *, struct lpfcMboxq *);
59 void lpfc_supported_pages(struct lpfcMboxq *);
60 void lpfc_pc_sli4_params(struct lpfcMboxq *);
62 int lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *, struct lpfcMboxq *,
234 void lpfc_init_vfi(struct lpfcMboxq *, struct lpfc_vport *);
235 void lpfc_reg_vfi(struct lpfcMboxq *, struct lpfc_vport *, dma_addr_t);
236 void lpfc_init_vpi(struct lpfc_hba *, struct lpfcMboxq *, uint16_t);
237 void lpfc_unreg_vfi(struct lpfcMboxq *, struct lpfc_vport *);
238 void lpfc_reg_fcfi(struct lpfc_hba *, struct lpfcMboxq *);
[all …]
Dlpfc_sli.h107 struct lpfcMboxq *mbox;
140 typedef struct lpfcMboxq { struct
152 void (*mbox_cmpl) (struct lpfc_hba *, struct lpfcMboxq *); argument
Dlpfc_mbox.c1687 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set()
1708 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get()
1728 lpfc_sli4_mbox_cmd_free(struct lpfc_hba *phba, struct lpfcMboxq *mbox) in lpfc_sli4_mbox_cmd_free()
1778 lpfc_sli4_config(struct lpfc_hba *phba, struct lpfcMboxq *mbox, in lpfc_sli4_config()
1886 lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *phba, struct lpfcMboxq *mbox, in lpfc_sli4_mbox_rsrc_extent()
2025 struct lpfcMboxq *mboxq, in lpfc_sli4_mbx_read_fcf_rec()
2077 lpfc_request_features(struct lpfc_hba *phba, struct lpfcMboxq *mboxq) in lpfc_request_features()
2116 lpfc_init_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport) in lpfc_init_vfi()
2147 lpfc_reg_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport, dma_addr_t phys) in lpfc_reg_vfi()
2227 lpfc_init_vpi(struct lpfc_hba *phba, struct lpfcMboxq *mbox, uint16_t vpi) in lpfc_init_vpi()
[all …]
Dlpfc_sli4.h793 int lpfc_sli4_config(struct lpfc_hba *, struct lpfcMboxq *, uint8_t,
795 void lpfc_sli4_mbox_cmd_free(struct lpfc_hba *, struct lpfcMboxq *);
796 void lpfc_sli4_mbx_sge_set(struct lpfcMboxq *, uint32_t, dma_addr_t, uint32_t);
797 void lpfc_sli4_mbx_sge_get(struct lpfcMboxq *, uint32_t,
799 int lpfc_sli4_mbx_read_fcf_rec(struct lpfc_hba *, struct lpfcMboxq *,
Dlpfc_els.c2645 struct lpfcMboxq *mbox; in lpfc_cmpl_els_logo()