OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALE_TX_RING_CNT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_alereg.h
758
#define
ALE_TX_RING_CNT
256 /* Should be multiple of 4. */
774
#define ALE_TX_DESC_HIWAT (
ALE_TX_RING_CNT
- ((
ALE_TX_RING_CNT
* 4) / 10))
810
struct ale_txdesc ale_txdesc[
ALE_TX_RING_CNT
];
831
(sizeof(struct tx_desc) *
ALE_TX_RING_CNT
)
if_ale.c
542
IFQ_SET_MAXLEN(&ifp->if_snd,
ALE_TX_RING_CNT
- 1);
829
for (i = 0; i <
ALE_TX_RING_CNT
; i++) {
854
for (i = 0; i <
ALE_TX_RING_CNT
; i++) {
954
if (sc->ale_cdata.ale_tx_cnt + nsegs >=
ALE_TX_RING_CNT
- 2) {
1007
ALE_DESC_INC(prod,
ALE_TX_RING_CNT
);
1013
prod = (prod +
ALE_TX_RING_CNT
- 1) %
ALE_TX_RING_CNT
;
1353
ALE_DESC_INC(cons,
ALE_TX_RING_CNT
)) {
1646
(
ALE_TX_RING_CNT
<< TPD_CNT_SHIFT) & TPD_CNT_MASK);
1890
for (i = 0; i <
ALE_TX_RING_CNT
; i++)
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025