Searched refs:lpfcMboxq (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/scsi/lpfc/ |
| D | lpfc_crtn.h | 29 int lpfc_sli4_dump_cfg_rg23(struct lpfc_hba *, struct lpfcMboxq *); 54 void lpfc_request_features(struct lpfc_hba *, struct lpfcMboxq *); 55 void lpfc_supported_pages(struct lpfcMboxq *); 56 void lpfc_pc_sli4_params(struct lpfcMboxq *); 58 int lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *, struct lpfcMboxq *, 218 void lpfc_init_vfi(struct lpfcMboxq *, struct lpfc_vport *); 219 void lpfc_reg_vfi(struct lpfcMboxq *, struct lpfc_vport *, dma_addr_t); 220 void lpfc_init_vpi(struct lpfc_hba *, struct lpfcMboxq *, uint16_t); 221 void lpfc_unreg_vfi(struct lpfcMboxq *, struct lpfc_vport *); 222 void lpfc_reg_fcfi(struct lpfc_hba *, struct lpfcMboxq *); [all …]
|
| D | lpfc_sli.h | 94 struct lpfcMboxq *mbox; 117 typedef struct lpfcMboxq { struct 128 void (*mbox_cmpl) (struct lpfc_hba *, struct lpfcMboxq *); argument
|
| D | lpfc_mbox.c | 1676 lpfc_sli4_mbx_sge_set(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_set() 1697 lpfc_sli4_mbx_sge_get(struct lpfcMboxq *mbox, uint32_t sgentry, in lpfc_sli4_mbx_sge_get() 1717 lpfc_sli4_mbox_cmd_free(struct lpfc_hba *phba, struct lpfcMboxq *mbox) in lpfc_sli4_mbox_cmd_free() 1767 lpfc_sli4_config(struct lpfc_hba *phba, struct lpfcMboxq *mbox, in lpfc_sli4_config() 1875 lpfc_sli4_mbox_rsrc_extent(struct lpfc_hba *phba, struct lpfcMboxq *mbox, in lpfc_sli4_mbox_rsrc_extent() 2014 struct lpfcMboxq *mboxq, in lpfc_sli4_mbx_read_fcf_rec() 2066 lpfc_request_features(struct lpfc_hba *phba, struct lpfcMboxq *mboxq) in lpfc_request_features() 2099 lpfc_init_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport) in lpfc_init_vfi() 2130 lpfc_reg_vfi(struct lpfcMboxq *mbox, struct lpfc_vport *vport, dma_addr_t phys) in lpfc_reg_vfi() 2186 lpfc_init_vpi(struct lpfc_hba *phba, struct lpfcMboxq *mbox, uint16_t vpi) in lpfc_init_vpi() [all …]
|
| D | lpfc_sli4.h | 680 int lpfc_sli4_config(struct lpfc_hba *, struct lpfcMboxq *, uint8_t, 682 void lpfc_sli4_mbox_cmd_free(struct lpfc_hba *, struct lpfcMboxq *); 683 void lpfc_sli4_mbx_sge_set(struct lpfcMboxq *, uint32_t, dma_addr_t, uint32_t); 684 void lpfc_sli4_mbx_sge_get(struct lpfcMboxq *, uint32_t, 686 int lpfc_sli4_mbx_read_fcf_rec(struct lpfc_hba *, struct lpfcMboxq *,
|
| D | lpfc_els.c | 2468 struct lpfcMboxq *mbox; in lpfc_cmpl_els_logo()
|