Searched defs:__bfa (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa.h | 36 #define bfa_reqq_ci(__bfa, __reqq) \ argument 39 #define bfa_reqq_full(__bfa, __reqq) \ argument 44 #define bfa_reqq_next(__bfa, __reqq) \ argument 58 #define bfa_rspq_pi(__bfa, __rspq) \ argument 261 #define bfa_fn_lpu(__bfa) \ argument 286 #define bfa_msix(__bfa, __vec) \ argument 351 #define bfa_get_nports(__bfa) \ argument 365 #define bfa_get_ioc_state(__bfa) \ argument 367 #define bfa_get_type(__bfa) \ argument 369 #define bfa_get_mac(__bfa) \ argument [all …]
|
H A D | bfa_svc.h | 64 #define BFA_SGPG_MOD(__bfa) (&(__bfa)->modules.sgpg_mod) argument 65 #define BFA_MEM_SGPG_KVA(__bfa) (&(BFA_SGPG_MOD(__bfa)->kva_seg)) argument 106 #define BFA_FCXP_MOD(__bfa) (&(__bfa)->modules.fcxp_mod) argument 108 #define BFA_MEM_FCXP_KVA(__bfa) (&(BFA_FCXP_MOD(__bfa)->kva_seg)) argument 256 #define BFA_RPORT_MOD(__bfa) (&(__bfa)->modules.rport_mod) argument 262 #define BFA_RPORT_FROM_TAG(__bfa, _tag) \ argument 371 #define BFA_UF_MOD(__bfa) (&(__bfa)->modules.uf_mod) argument 372 #define BFA_MEM_UF_KVA(__bfa) (&(BFA_UF_MOD(__bfa)->kva_seg)) argument 426 #define BFA_LPS_MOD(__bfa) (&(__bfa)->modules.lps_mod) argument 512 #define BFA_FCPORT_MOD(__bfa) (&(__bfa)->modules.fcport) argument [all …]
|
H A D | bfa_ioc.h | 448 #define BFA_SFP_MOD(__bfa) (&(__bfa)->modules.sfp) argument 449 #define BFA_MEM_SFP_DMA(__bfa) (&(BFA_SFP_MOD(__bfa)->sfp_dma)) argument 498 #define BFA_FLASH(__bfa) (&(__bfa)->modules.flash) argument 632 #define BFA_DIAG_MOD(__bfa) (&(__bfa)->modules.diag_mod) argument 689 #define BFA_PHY(__bfa) (&(__bfa)->modules.phy) argument 690 #define BFA_MEM_PHY_DMA(__bfa) (&(BFA_PHY(__bfa)->phy_dma)) argument 740 #define BFA_FRU(__bfa) (&(__bfa)->modules.fru) argument 741 #define BFA_MEM_FRU_DMA(__bfa) (&(BFA_FRU(__bfa)->fru_dma)) argument 795 #define BFA_DCONF_MOD(__bfa) \ argument 798 #define bfa_dconf_read_data_valid(__bfa) \ argument [all …]
|
H A D | bfa_port.h | 45 #define BFA_MEM_PORT_DMA(__bfa) (&((__bfa)->modules.port.port_dma)) argument 104 #define BFA_MEM_CEE_DMA(__bfa) (&((__bfa)->modules.cee.cee_dma)) argument
|
H A D | bfa_fcpim.h | 41 #define BFA_MEM_FCP_KVA(__bfa) (&(BFA_FCP_MOD(__bfa)->kva_seg)) argument 308 #define bfa_fcpim_ioredirect_enabled(__bfa) \ argument 311 #define bfa_fcpim_get_next_reqq(__bfa, __qid) \ argument
|
H A D | bfa_fcs.h | 514 #define bfa_fcs_fcxp_alloc_wait(__bfa, __wqe, __alloc_cbfn, \ argument
|