Searched refs:bfa_flash_attr (Results 1 – 5 of 5) sorted by relevance
285 struct bfa_flash_attr { struct
372 struct bfa_flash_attr flash_attr;
343 struct bfa_flash_attr *attr,
3150 struct bfa_flash_attr *attr, *f; in bfa_flash_intr()3152 attr = (struct bfa_flash_attr *) flash->ubuf; in bfa_flash_intr()3153 f = (struct bfa_flash_attr *) flash->dbuf_kva; in bfa_flash_intr()3265 bfa_nw_flash_get_attr(struct bfa_flash *flash, struct bfa_flash_attr *attr, in bfa_nw_flash_get_attr()3284 bfa_alen_set(&msg->alen, sizeof(struct bfa_flash_attr), flash->dbuf_pa); in bfa_nw_flash_get_attr()
955 struct bfa_flash_attr *flash_attr; in bnad_get_flash_partition_by_offset()960 flash_attr = kzalloc(sizeof(struct bfa_flash_attr), GFP_KERNEL); in bnad_get_flash_partition_by_offset()