OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gssr
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_82598.c
1138
u16
gssr
;
local
1144
gssr
= IXGBE_GSSR_PHY1_SM;
1146
gssr
= IXGBE_GSSR_PHY0_SM;
1148
if (hw->mac.ops.acquire_swfw_sync(hw,
gssr
) != IXGBE_SUCCESS)
1192
hw->mac.ops.release_swfw_sync(hw,
gssr
);
ixgbe_common.c
3309
* Acquires the SWFW semaphore through the
GSSR
register for the specified
3314
u32
gssr
= 0;
local
3330
gssr
= IXGBE_READ_REG(hw, IXGBE_GSSR);
3331
if (!(
gssr
& (fwmask | swmask))) {
3332
gssr
|= swmask;
3333
IXGBE_WRITE_REG(hw, IXGBE_GSSR,
gssr
);
3344
if (
gssr
& (fwmask | swmask))
3345
ixgbe_release_swfw_sync(hw,
gssr
& (fwmask | swmask));
3356
* Releases the SWFW semaphore through the
GSSR
register for the specified
3361
u32
gssr
;
local
[
all
...]
ixgbe_phy.c
671
u32
gssr
= hw->phy.phy_semaphore_mask;
local
675
if (hw->mac.ops.acquire_swfw_sync(hw,
gssr
))
680
hw->mac.ops.release_swfw_sync(hw,
gssr
);
771
u32
gssr
= hw->phy.phy_semaphore_mask;
local
775
if (hw->mac.ops.acquire_swfw_sync(hw,
gssr
) == IXGBE_SUCCESS) {
778
hw->mac.ops.release_swfw_sync(hw,
gssr
);
ixgbe_x550.c
1311
u32
gssr
= IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_PHY0_SM;
local
1315
ret = ixgbe_acquire_swfw_semaphore(hw,
gssr
);
1343
ixgbe_release_swfw_semaphore(hw,
gssr
);
1357
u32
gssr
= IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_PHY0_SM;
local
1361
ret = ixgbe_acquire_swfw_semaphore(hw,
gssr
);
1389
ixgbe_release_swfw_semaphore(hw,
gssr
);
Completed in 36 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026