Searched refs:bfa_flash_attr (Results 1 – 5 of 5) sorted by relevance
277 struct bfa_flash_attr { struct
364 struct bfa_flash_attr flash_attr;
335 struct bfa_flash_attr *attr,
3139 struct bfa_flash_attr *attr, *f; in bfa_flash_intr()3141 attr = (struct bfa_flash_attr *) flash->ubuf; in bfa_flash_intr()3142 f = (struct bfa_flash_attr *) flash->dbuf_kva; in bfa_flash_intr()3254 bfa_nw_flash_get_attr(struct bfa_flash *flash, struct bfa_flash_attr *attr, in bfa_nw_flash_get_attr()3273 bfa_alen_set(&msg->alen, sizeof(struct bfa_flash_attr), flash->dbuf_pa); in bfa_nw_flash_get_attr()
947 struct bfa_flash_attr *flash_attr; in bnad_get_flash_partition_by_offset()952 flash_attr = kzalloc(sizeof(struct bfa_flash_attr), GFP_KERNEL); in bnad_get_flash_partition_by_offset()