Searched refs:bcmfs_hw_queue_pair_ops_table (Results 1 – 2 of 2) sorted by relevance
48 struct bcmfs_hw_queue_pair_ops_table bcmfs_hw_queue_pair_ops_table = { variable58 rte_spinlock_lock(&bcmfs_hw_queue_pair_ops_table.tl); in bcmfs_hw_queue_pair_register_ops()62 rte_spinlock_unlock(&bcmfs_hw_queue_pair_ops_table.tl); in bcmfs_hw_queue_pair_register_ops()69 rte_spinlock_unlock(&bcmfs_hw_queue_pair_ops_table.tl); in bcmfs_hw_queue_pair_register_ops()75 ops_index = bcmfs_hw_queue_pair_ops_table.num_ops++; in bcmfs_hw_queue_pair_register_ops()76 ops = &bcmfs_hw_queue_pair_ops_table.qp_ops[ops_index]; in bcmfs_hw_queue_pair_register_ops()84 rte_spinlock_unlock(&bcmfs_hw_queue_pair_ops_table.tl); in bcmfs_hw_queue_pair_register_ops()116 for (i = 0; i < bcmfs_hw_queue_pair_ops_table.num_ops; i++) in fsdev_allocate_one_dev()118 bcmfs_hw_queue_pair_ops_table.qp_ops[i].name)) in fsdev_allocate_one_dev()120 &bcmfs_hw_queue_pair_ops_table.qp_ops[i]; in fsdev_allocate_one_dev()
36 struct bcmfs_hw_queue_pair_ops_table { struct