Home
last modified time | relevance | path

Searched refs:bfi_sgpg_s (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/bfa/
Dbfa_svc.h34 #define BFA_SGPG_ROUNDUP(_l) (((_l) + (sizeof(struct bfi_sgpg_s) - 1)) \
35 & ~(sizeof(struct bfi_sgpg_s) - 1))
48 struct bfi_sgpg_s *sgpg; /* va of SG page */
60 BFI_MEM_DMA_NSEGS(BFA_SGPG_MAX, (uint32_t)sizeof(struct bfi_sgpg_s))
Dbfi.h149 struct bfi_sgpg_s { struct
Dbfa_svc.c5256 u32 sgpg_sz = sizeof(struct bfi_sgpg_s); in bfa_sgpg_meminfo()
5289 struct bfi_sgpg_s *sgpg; in bfa_sgpg_attach()
5292 u32 sgpg_sz = sizeof(struct bfi_sgpg_s); in bfa_sgpg_attach()
5321 sgpg = (struct bfi_sgpg_s *) in bfa_sgpg_attach()