Home
last modified time | relevance | path

Searched refs:EFX_MASK32 (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/sfc/
Dbitfield.h72 #define EFX_MASK32(width) \ macro
160 EFX_MASK32((high) + 1 - (low)))
165 EFX_MASK32((high) + 1 - (low)))
169 EFX_MASK32((high) + 1 - (low)))
452 EFX_INSERT32(min, max, low, high, EFX_MASK32((high) + 1 - (low)))
Dmcdi.c38 EFX_MASK32(EFX_WIDTH(MCDI_HEADER_SEQ))
Dfalcon.c276 (((type) >> EFX_LOW_BIT(field)) & EFX_MASK32(EFX_WIDTH(field)))