OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_to_check
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe.h
424
u16
next_to_check
;
member in struct:rx_ring
698
if (rxr->
next_to_check
> rxr->next_to_refresh)
699
return (rxr->
next_to_check
- rxr->next_to_refresh - 1);
701
return ((rxr->num_desc + rxr->
next_to_check
) -
ixgbe_netmap.c
412
* nic_i = rxr->
next_to_check
;
417
* rxr->
next_to_check
is set to 0 on a ring reinit
422
nic_i = rxr->
next_to_check
; // or also k2n(kring->nr_hwtail)
444
rxr->
next_to_check
= nic_i;
ix_txrx.c
1583
rxr->
next_to_check
= 0;
1853
if ((rxr->
next_to_check
+ limit) <= rxr->num_desc) {
1859
numdesc = rxr->num_desc - rxr->
next_to_check
;
1866
sizeof(union ixgbe_adv_rx_desc) * rxr->
next_to_check
,
1875
for (i = rxr->
next_to_check
;
2177
rxr->
next_to_check
= i;
ixv.c
2029
* Retrieves the
next_to_check
value
2041
val = rxr->
next_to_check
;
ixgbe.c
2326
* Retrieves the
next_to_check
value
2343
val = rxr->
next_to_check
;
/src/sys/dev/pci/igc/
if_igc.h
313
uint32_t
next_to_check
;
member in struct:rx_ring
if_igc.c
2042
rxr->
next_to_check
= 0;
2051
for (id = rxr->
next_to_check
; id != end; id = igc_rxdesc_incr(sc, id)) {
2082
id = rxr->
next_to_check
;
2222
rxr->
next_to_check
== id ? "same" : "diff",
2223
rxr->
next_to_check
, id);
2224
rxr->
next_to_check
= id;
3400
rxr->
next_to_check
= 0;
Completed in 24 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025