OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IXGBE_VF_MAX_TX_QUEUES
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_vf.c
130
KASSERT(
IXGBE_VF_MAX_TX_QUEUES
== IXGBE_VF_MAX_RX_QUEUES);
131
for (i = 0; i <
IXGBE_VF_MAX_TX_QUEUES
; i++) {
566
return
IXGBE_VF_MAX_TX_QUEUES
;
838
hw->mac.max_tx_queues >
IXGBE_VF_MAX_TX_QUEUES
)
839
hw->mac.max_tx_queues =
IXGBE_VF_MAX_TX_QUEUES
;
ixgbe_vf.h
42
#define
IXGBE_VF_MAX_TX_QUEUES
8
ixv.c
3543
else if ((ixv_num_queues == 0) && (queues >
IXGBE_VF_MAX_TX_QUEUES
))
3544
queues =
IXGBE_VF_MAX_TX_QUEUES
;
Completed in 14 milliseconds
Indexes created Sun Oct 26 21:10:03 GMT 2025