Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_crtn.h32 int lpfc_sli4_dump_cfg_rg23(struct lpfc_hba *, struct lpfcMboxq *);
57 void lpfc_request_features(struct lpfc_hba *, struct lpfcMboxq *);
58 int lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *, struct lpfcMboxq *,
257 void lpfc_init_vfi(struct lpfcMboxq *, struct lpfc_vport *);
258 void lpfc_reg_vfi(struct lpfcMboxq *, struct lpfc_vport *, dma_addr_t);
259 void lpfc_init_vpi(struct lpfc_hba *, struct lpfcMboxq *, uint16_t);
260 void lpfc_unreg_vfi(struct lpfcMboxq *, struct lpfc_vport *);
261 void lpfc_reg_fcfi(struct lpfc_hba *, struct lpfcMboxq *);
262 void lpfc_reg_fcfi_mrq(struct lpfc_hba *phba, struct lpfcMboxq *mbox, int mode);
263 void lpfc_unreg_fcfi(struct lpfcMboxq *, uint16_t);
[all …]
Dlpfc_sli.h121 struct lpfcMboxq *mbox;
160 typedef struct lpfcMboxq { struct
172 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()
1709 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get()
1729 lpfc_sli4_mbox_cmd_free(struct lpfc_hba *phba, struct lpfcMboxq *mbox) in lpfc_sli4_mbox_cmd_free()
1780 lpfc_sli4_config(struct lpfc_hba *phba, struct lpfcMboxq *mbox, in lpfc_sli4_config()
1888 lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *phba, struct lpfcMboxq *mbox, in lpfc_sli4_mbox_rsrc_extent()
2028 struct lpfcMboxq *mboxq, in lpfc_sli4_mbx_read_fcf_rec()
2081 lpfc_request_features(struct lpfc_hba *phba, struct lpfcMboxq *mboxq) in lpfc_request_features()
2126 lpfc_init_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport) in lpfc_init_vfi()
2157 lpfc_reg_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport, dma_addr_t phys) in lpfc_reg_vfi()
2237 lpfc_init_vpi(struct lpfc_hba *phba, struct lpfcMboxq *mbox, uint16_t vpi) in lpfc_init_vpi()
[all …]
Dlpfc_sli4.h1057 int lpfc_sli4_config(struct lpfc_hba *, struct lpfcMboxq *, uint8_t,
1059 void lpfc_sli4_mbox_cmd_free(struct lpfc_hba *, struct lpfcMboxq *);
1060 void lpfc_sli4_mbx_sge_set(struct lpfcMboxq *, uint32_t, dma_addr_t, uint32_t);
1061 void lpfc_sli4_mbx_sge_get(struct lpfcMboxq *, uint32_t,
1063 int lpfc_sli4_mbx_read_fcf_rec(struct lpfc_hba *, struct lpfcMboxq *,