OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swmask
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_x540.c
779
u32
swmask
= mask & IXGBE_GSSR_NVM_PHY_MASK;
local in function:ixgbe_acquire_swfw_sync_X540
780
u32 fwmask =
swmask
<< 5;
789
if (
swmask
& IXGBE_GSSR_EEP_SM)
794
swmask
|= IXGBE_GSSR_SW_MNG_SM;
796
swmask
|= swi2c_mask;
811
if (!(swfw_sync & (fwmask |
swmask
| hwmask))) {
812
swfw_sync |=
swmask
;
820
* thread currently using resource (
swmask
)
837
swfw_sync |=
swmask
;
848
if (swfw_sync &
swmask
) {
876
u32
swmask
= mask & (IXGBE_GSSR_NVM_PHY_MASK | IXGBE_GSSR_SW_MNG_SM);
local in function:ixgbe_release_swfw_sync_X540
[
all
...]
ixgbe_common.c
3315
u32
swmask
= mask;
local in function:ixgbe_acquire_swfw_sync
3331
if (!(gssr & (fwmask |
swmask
))) {
3332
gssr |=
swmask
;
3344
if (gssr & (fwmask |
swmask
))
3345
ixgbe_release_swfw_sync(hw, gssr & (fwmask |
swmask
));
3362
u32
swmask
= mask;
local in function:ixgbe_release_swfw_sync
3369
gssr &= ~
swmask
;
/src/sys/dev/pci/igc/
igc_i225.c
277
uint32_t
swmask
= mask;
local in function:igc_acquire_swfw_sync_i225
291
if (!(swfw_sync & (fwmask |
swmask
)))
295
* or other software thread using resource (
swmask
)
308
swfw_sync |=
swmask
;
/src/sys/dev/pci/
if_wm.c
15613
uint32_t
swmask
= mask << SWFW_SOFT_SHIFT;
local in function:wm_get_swfw_semaphore
15633
if ((swfw_sync & (
swmask
| fwmask)) == 0) {
15634
swfw_sync |=
swmask
;
Completed in 29 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025