Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_svc.h35 #define BFA_SGPG_ROUNDUP(_l) (((_l) + (sizeof(struct bfi_sgpg_s) - 1)) \
36 & ~(sizeof(struct bfi_sgpg_s) - 1))
49 struct bfi_sgpg_s *sgpg; /* va of SG page */
61 BFI_MEM_DMA_NSEGS(BFA_SGPG_MAX, (uint32_t)sizeof(struct bfi_sgpg_s))
Dbfi.h150 struct bfi_sgpg_s { struct
Dbfa_svc.c5159 u32 sgpg_sz = sizeof(struct bfi_sgpg_s); in bfa_sgpg_meminfo()
5192 struct bfi_sgpg_s *sgpg; in bfa_sgpg_attach()
5195 u32 sgpg_sz = sizeof(struct bfi_sgpg_s); in bfa_sgpg_attach()
5224 sgpg = (struct bfi_sgpg_s *) in bfa_sgpg_attach()