Searched refs:ref_entry (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | ref-verify.c | 33 struct ref_entry { struct 54 struct ref_entry ref; argument 144 static int comp_refs(struct ref_entry *ref1, struct ref_entry *ref2) in comp_refs() 167 struct ref_entry *new_entry = rb_entry(new, struct ref_entry, node); in ref_entry_cmp() 168 struct ref_entry *existing_entry = rb_entry(existing, struct ref_entry, node); in ref_entry_cmp() 173 static struct ref_entry *insert_ref_entry(struct rb_root *root, in insert_ref_entry() 174 struct ref_entry *ref) in insert_ref_entry() 179 return rb_entry_safe(node, struct ref_entry, node); in insert_ref_entry() 220 struct ref_entry *ref; in free_block_entry() 231 ref = rb_entry(n, struct ref_entry, node); in free_block_entry() [all …]
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc.c | 3077 * search range: ref_entry to end. in npc_mcam_alloc_entries() 3086 *start = req->ref_entry + 1; in npc_mcam_alloc_entries() 3089 if (req->ref_entry >= mcam->hprio_end) 3104 * search range: 0 to ref_entry. in npc_config_cntr_default_entries() 3112 *end = req->ref_entry; in npc_config_cntr_default_entries() 3114 if (req->ref_entry <= mcam->lprio_start) in npc_config_cntr_default_entries() 3149 * 1. ref_entry == 0 && prio == HIGH && count == 1 : user wants to in rvu_mbox_handler_npc_mcam_alloc_entry() 3151 * 2. ref_entry == 0 && prio == HIGH && count > 1 : Invalid request in rvu_mbox_handler_npc_mcam_alloc_entry() 3152 * 3. ref_entry == 0 && prio == LOW && count >= 1 : limit = 0 in rvu_mbox_handler_npc_mcam_alloc_entry() 3153 * 4. ref_entry ! in rvu_mbox_handler_npc_mcam_alloc_entry() [all...] |
| H A D | rvu_npc_fs.c | 1718 entry_req.ref_entry = fl_req->ref_entry; in rvu_npc_alloc_entry_for_flow_install()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | cn20k.c | 463 req->ref_entry = tmp->entry; in __cn20k_tc_alloc_entry()
|
| H A D | rep.c | 61 req->ref_entry = 0; in rvu_rep_mcam_flow_init()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | npc.c | 1459 entry_req.ref_entry = req->ref_entry; in rvu_mbox_handler_npc_cn20k_mcam_alloc_and_write_entry() 4522 req.ref_entry = eidx & (npc_priv->bank_depth - 1); in npc_priv_init() 4525 req.ref_entry = eidx; in npc_priv_init() 4565 req.ref_entry = eidx & (npc_priv->bank_depth - 1); in npc_priv_init() 4568 req.ref_entry = eidx; in npc_priv_init()
|