Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_ioc.h479 struct bfa_flash_s { struct
505 bfa_status_t bfa_flash_get_attr(struct bfa_flash_s *flash, argument
508 bfa_status_t bfa_flash_erase_part(struct bfa_flash_s *flash,
511 bfa_status_t bfa_flash_update_part(struct bfa_flash_s *flash,
515 bfa_status_t bfa_flash_read_part(struct bfa_flash_s *flash,
519 void bfa_flash_attach(struct bfa_flash_s *flash, struct bfa_ioc_s *ioc,
521 void bfa_flash_memclaim(struct bfa_flash_s *flash,
Dbfa_modules.h45 struct bfa_flash_s flash; /* flash module */
Dbfa_ioc.c4225 bfa_flash_cb(struct bfa_flash_s *flash) in bfa_flash_cb()
4235 struct bfa_flash_s *flash = cbarg; in bfa_flash_notify()
4261 struct bfa_flash_s *flash = cbarg; in bfa_flash_query_send()
4278 bfa_flash_write_send(struct bfa_flash_s *flash) in bfa_flash_write_send()
4312 struct bfa_flash_s *flash = cbarg; in bfa_flash_read_send()
4337 struct bfa_flash_s *flash = cbarg; in bfa_flash_erase_send()
4357 struct bfa_flash_s *flash = flasharg; in bfa_flash_intr()
4493 bfa_flash_attach(struct bfa_flash_s *flash, struct bfa_ioc_s *ioc, void *dev, in bfa_flash_attach()
4523 bfa_flash_memclaim(struct bfa_flash_s *flash, u8 *dm_kva, u64 dm_pa, in bfa_flash_memclaim()
4547 bfa_flash_get_attr(struct bfa_flash_s *flash, struct bfa_flash_attr_s *attr, in bfa_flash_get_attr()
[all …]
Dbfa_core.c144 struct bfa_flash_s *flash = BFA_FLASH(bfa); in bfa_com_flash_attach()