Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nitrox_qp_is_empty
Function
nitrox_qp_is_empty
dpdk/drivers/crypto/nitrox/nitrox_qp.h:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
static inline bool
47
nitrox_qp_is_empty(struct nitrox_qp *qp)
48
{
49
return (rte_atomic16_read(&qp->pending_count) == 0);
50
}
51
52
static inline uint16_t
53
nitrox_qp_used_count(struct nitrox_qp *qp)
Callers
1
nitrox_sym_dev_qp_release
Function · 0.85
Calls
1
rte_atomic16_read
Function · 0.85
Tested by
no test coverage detected