Searched refs:bfa_flash_attr (Results 1 – 5 of 5) sorted by relevance
277 struct bfa_flash_attr { struct
362 struct bfa_flash_attr flash_attr;
339 struct bfa_flash_attr *attr,
3144 struct bfa_flash_attr *attr, *f; in bfa_flash_intr()3146 attr = (struct bfa_flash_attr *) flash->ubuf; in bfa_flash_intr()3147 f = (struct bfa_flash_attr *) flash->dbuf_kva; in bfa_flash_intr()3259 bfa_nw_flash_get_attr(struct bfa_flash *flash, struct bfa_flash_attr *attr, in bfa_nw_flash_get_attr()3278 bfa_alen_set(&msg->alen, sizeof(struct bfa_flash_attr), flash->dbuf_pa); in bfa_nw_flash_get_attr()
898 struct bfa_flash_attr *flash_attr; in bnad_get_flash_partition_by_offset()903 flash_attr = kzalloc(sizeof(struct bfa_flash_attr), GFP_KERNEL); in bnad_get_flash_partition_by_offset()