OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abs_queue_idx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_ixl.c
5442
uint32_t
abs_queue_idx
= base_queue + i;
local in function:ixl_clear_hw
5445
if (
abs_queue_idx
>= 128) {
5446
reg_block =
abs_queue_idx
/ 128;
5447
abs_queue_idx
%= 128;
5452
val |= (
abs_queue_idx
<< I40E_GLLAN_TXPRE_QDIS_QINDX_SHIFT);
Completed in 36 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025