Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.h36 struct bcmfs_hw_queue_pair_ops_table { struct
37 rte_spinlock_t tl;
39 uint32_t num_ops;
41 struct bcmfs_hw_queue_pair_ops qp_ops[BCMFS_MAX_NODES];
H A Dbcmfs_device.c48 struct bcmfs_hw_queue_pair_ops_table bcmfs_hw_queue_pair_ops_table = { variable