Searched refs:lpfcMboxq (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_crtn.h | 32 int lpfc_sli4_dump_cfg_rg23(struct lpfc_hba *, struct lpfcMboxq *); 59 void lpfc_request_features(struct lpfc_hba *, struct lpfcMboxq *); 60 int lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *, struct lpfcMboxq *, 272 void lpfc_init_vfi(struct lpfcMboxq *, struct lpfc_vport *); 273 void lpfc_reg_vfi(struct lpfcMboxq *, struct lpfc_vport *, dma_addr_t); 274 void lpfc_init_vpi(struct lpfc_hba *, struct lpfcMboxq *, uint16_t); 275 void lpfc_unreg_vfi(struct lpfcMboxq *, struct lpfc_vport *); 276 void lpfc_reg_fcfi(struct lpfc_hba *, struct lpfcMboxq *); 277 void lpfc_reg_fcfi_mrq(struct lpfc_hba *phba, struct lpfcMboxq *mbox, int mode); 278 void lpfc_unreg_fcfi(struct lpfcMboxq *, uint16_ [all...] |
H A D | lpfc_sli.h | 135 struct lpfcMboxq *mbox; 177 typedef struct lpfcMboxq { struct 209 void (*mbox_cmpl) (struct lpfc_hba *, struct lpfcMboxq *); argument 179 listlpfcMboxq global() argument 180 __anon794c7e23030alpfcMboxq global() argument 183 ulpfcMboxq global() argument 184 vportlpfcMboxq global() argument 185 ctx_ndlplpfcMboxq global() argument 210 mbox_flaglpfcMboxq global() argument 211 in_ext_byte_lenlpfcMboxq global() argument 212 out_ext_byte_lenlpfcMboxq global() argument 213 mbox_offset_wordlpfcMboxq global() argument 214 mcqelpfcMboxq global() argument 215 sge_arraylpfcMboxq global() argument
|
H A D | lpfc_mbox.c | 1737 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set() 1759 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get() 1781 lpfc_sli4_mbox_cmd_free(struct lpfc_hba *phba, struct lpfcMboxq *mbox) in lpfc_sli4_mbox_cmd_free() 1834 lpfc_sli4_config(struct lpfc_hba *phba, struct lpfcMboxq *mbox, in lpfc_sli4_config() 1942 lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *phba, struct lpfcMboxq *mbox, in lpfc_sli4_mbox_rsrc_extent() 2082 struct lpfcMboxq *mboxq, in lpfc_sli4_mbx_read_fcf_rec() 2135 lpfc_request_features(struct lpfc_hba *phba, struct lpfcMboxq *mboxq) in lpfc_request_features() 2180 lpfc_init_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport) in lpfc_init_vfi() 2211 lpfc_reg_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport, dma_addr_t phys) in lpfc_reg_vfi() 2291 lpfc_init_vpi(struct lpfc_hba *phba, struct lpfcMboxq *mbo [all...] |
H A D | lpfc_sli4.h | 1062 int lpfc_sli4_config(struct lpfc_hba *, struct lpfcMboxq *, uint8_t, 1064 void lpfc_sli4_mbox_cmd_free(struct lpfc_hba *, struct lpfcMboxq *); 1065 void lpfc_sli4_mbx_sge_set(struct lpfcMboxq *, uint32_t, dma_addr_t, uint32_t); 1066 void lpfc_sli4_mbx_sge_get(struct lpfcMboxq *, uint32_t, 1068 int lpfc_sli4_mbx_read_fcf_rec(struct lpfc_hba *, struct lpfcMboxq *,
|