Home
last modified time | relevance | path

Searched refs:bfa_flash_s (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_ioc.h498 struct bfa_flash_s { struct
524 bfa_status_t bfa_flash_get_attr(struct bfa_flash_s *flash, argument
527 bfa_status_t bfa_flash_erase_part(struct bfa_flash_s *flash,
530 bfa_status_t bfa_flash_update_part(struct bfa_flash_s *flash,
534 bfa_status_t bfa_flash_read_part(struct bfa_flash_s *flash,
538 void bfa_flash_attach(struct bfa_flash_s *flash, struct bfa_ioc_s *ioc,
540 void bfa_flash_memclaim(struct bfa_flash_s *flash,
H A Dbfa_modules.h37 struct bfa_flash_s flash; /* flash module */
H A Dbfa_ioc.c4187 bfa_flash_cb(struct bfa_flash_s *flash) in bfa_flash_cb()
4197 struct bfa_flash_s *flash = cbarg; in bfa_flash_notify()
4223 struct bfa_flash_s *flash = cbarg; in bfa_flash_query_send()
4240 bfa_flash_write_send(struct bfa_flash_s *flash) in bfa_flash_write_send()
4274 struct bfa_flash_s *flash = cbarg; in bfa_flash_read_send()
4299 struct bfa_flash_s *flash = cbarg; in bfa_flash_erase_send()
4319 struct bfa_flash_s *flash = flasharg; in bfa_flash_intr()
4455 bfa_flash_attach(struct bfa_flash_s *flash, struct bfa_ioc_s *ioc, void *dev, in bfa_flash_attach()
4485 bfa_flash_memclaim(struct bfa_flash_s *flash, u8 *dm_kva, u64 dm_pa, in bfa_flash_memclaim()
4509 bfa_flash_get_attr(struct bfa_flash_s *flash, struct bfa_flash_attr_s *attr, in bfa_flash_get_attr()
[all …]
H A Dbfa_core.c136 struct bfa_flash_s *flash = BFA_FLASH(bfa); in bfa_com_flash_attach()