OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cq_cons
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_mcx.c
2289
uint32_t
cq_cons
;
member in struct:mcx_cq
4736
cq->
cq_cons
= 0;
4803
cq->
cq_cons
= 0;
7006
next = cq->
cq_cons
% (1 << MCX_LOG_CQ_SIZE);
7009
((cq->
cq_cons
>> MCX_LOG_CQ_SIZE) & 1)) {
7025
val |= (cq->
cq_cons
& MCX_CQ_DOORBELL_ARM_CI_MASK);
7032
be32enc(&db->db_update_ci, cq->
cq_cons
& MCX_CQ_DOORBELL_ARM_CI_MASK);
7094
cq->
cq_cons
++;
8860
kstat_kv_u64(kvs++) = q->q_cq.
cq_cons
;
if_mcx.c
2289
uint32_t
cq_cons
;
member in struct:mcx_cq
4736
cq->
cq_cons
= 0;
4803
cq->
cq_cons
= 0;
7006
next = cq->
cq_cons
% (1 << MCX_LOG_CQ_SIZE);
7009
((cq->
cq_cons
>> MCX_LOG_CQ_SIZE) & 1)) {
7025
val |= (cq->
cq_cons
& MCX_CQ_DOORBELL_ARM_CI_MASK);
7032
be32enc(&db->db_update_ci, cq->
cq_cons
& MCX_CQ_DOORBELL_ARM_CI_MASK);
7094
cq->
cq_cons
++;
8860
kstat_kv_u64(kvs++) = q->q_cq.
cq_cons
;
if_mcx.c
2289
uint32_t
cq_cons
;
member in struct:mcx_cq
4736
cq->
cq_cons
= 0;
4803
cq->
cq_cons
= 0;
7006
next = cq->
cq_cons
% (1 << MCX_LOG_CQ_SIZE);
7009
((cq->
cq_cons
>> MCX_LOG_CQ_SIZE) & 1)) {
7025
val |= (cq->
cq_cons
& MCX_CQ_DOORBELL_ARM_CI_MASK);
7032
be32enc(&db->db_update_ci, cq->
cq_cons
& MCX_CQ_DOORBELL_ARM_CI_MASK);
7094
cq->
cq_cons
++;
8860
kstat_kv_u64(kvs++) = q->q_cq.
cq_cons
;
Completed in 82 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025