Searched refs:bfa_flash_attr (Results 1 – 5 of 5) sorted by relevance
285 struct bfa_flash_attr { struct
373 struct bfa_flash_attr flash_attr;
343 struct bfa_flash_attr *attr,
3146 struct bfa_flash_attr *attr, *f; in bfa_flash_intr()3148 attr = (struct bfa_flash_attr *) flash->ubuf; in bfa_flash_intr()3149 f = (struct bfa_flash_attr *) flash->dbuf_kva; in bfa_flash_intr()3261 bfa_nw_flash_get_attr(struct bfa_flash *flash, struct bfa_flash_attr *attr, in bfa_nw_flash_get_attr()3280 bfa_alen_set(&msg->alen, sizeof(struct bfa_flash_attr), flash->dbuf_pa); in bfa_nw_flash_get_attr()
948 struct bfa_flash_attr *flash_attr; in bnad_get_flash_partition_by_offset()953 flash_attr = kzalloc(sizeof(struct bfa_flash_attr), GFP_KERNEL); in bnad_get_flash_partition_by_offset()