OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dmac_config
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_x550.c
72
mac->ops.
dmac_config
= ixgbe_dmac_config_X550;
1071
if (!hw->mac.
dmac_config
.watchdog_timer)
1081
reg |= (hw->mac.
dmac_config
.watchdog_timer * 100) / 4096;
1085
if (hw->mac.
dmac_config
.fcoe_en) {
1086
high_pri_tc = 1 << hw->mac.
dmac_config
.fcoe_tc;
1114
switch (hw->mac.
dmac_config
.link_speed) {
1135
if (tc < hw->mac.
dmac_config
.num_tcs) {
ixgbe_api.c
1175
return ixgbe_call_func(hw, hw->mac.ops.
dmac_config
, (hw),
ixgbe_type.h
4118
s32 (*
dmac_config
)(struct ixgbe_hw *hw);
member in struct:ixgbe_mac_operations
4215
struct ixgbe_dmac_config
dmac_config
;
member in struct:ixgbe_mac_info
ixgbe.c
5147
struct ixgbe_dmac_config *dcfg = &hw->mac.
dmac_config
;
5149
if (hw->mac.type < ixgbe_mac_X550 || !hw->mac.ops.
dmac_config
)
5162
hw->mac.ops.
dmac_config
(hw);
ixgbe_common.c
153
mac->ops.
dmac_config
= NULL;
Completed in 30 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025