Home
last modified time | relevance | path

Searched refs:bcmfs_hw_queue_pair_ops_table (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.c48 struct bcmfs_hw_queue_pair_ops_table bcmfs_hw_queue_pair_ops_table = { variable
58 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()
H A Dbcmfs_device.h36 struct bcmfs_hw_queue_pair_ops_table { struct