Searched refs:bfa_flash_attr (Results 1 – 5 of 5) sorted by relevance
290 struct bfa_flash_attr { struct
371 struct bfa_flash_attr flash_attr;
356 struct bfa_flash_attr *attr,
3165 struct bfa_flash_attr *attr, *f; in bfa_flash_intr()3167 attr = (struct bfa_flash_attr *) flash->ubuf; in bfa_flash_intr()3168 f = (struct bfa_flash_attr *) flash->dbuf_kva; in bfa_flash_intr()3281 bfa_nw_flash_get_attr(struct bfa_flash *flash, struct bfa_flash_attr *attr, in bfa_nw_flash_get_attr()3300 bfa_alen_set(&msg->alen, sizeof(struct bfa_flash_attr), flash->dbuf_pa); in bfa_nw_flash_get_attr()
944 struct bfa_flash_attr *flash_attr; in bnad_get_flash_partition_by_offset()949 flash_attr = kzalloc(sizeof(struct bfa_flash_attr), GFP_KERNEL); in bnad_get_flash_partition_by_offset()