OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rx_pb_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_x550.c
1109
u32 tc, reg, pb_headroom,
rx_pb_size
, maxframe_size_kb;
local in function:ixgbe_dmac_config_tcs_X550
1137
rx_pb_size
= IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(tc));
1138
rx_pb_size
= (
rx_pb_size
& IXGBE_RXPBSIZE_MASK) >>
1142
if (
rx_pb_size
> pb_headroom)
1143
rx_pb_size
=
rx_pb_size
- pb_headroom;
1145
rx_pb_size
= 0;
1148
reg |= (
rx_pb_size
> maxframe_size_kb) ?
1149
rx_pb_size
: maxframe_size_kb
[
all
...]
ixgbe_type.h
4203
u32
rx_pb_size
;
member in struct:ixgbe_mac_info
Completed in 19 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025