OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IWM_PAGING_BLOCK_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iwmreg.h
6573
#define
IWM_PAGING_BLOCK_SIZE
(IWM_NUM_OF_PAGE_PER_GROUP * IWM_FW_PAGING_SIZE)
6584
#define IWM_MAX_PAGING_IMAGE_SIZE (IWM_NUM_OF_BLOCK_PER_IMAGE *
IWM_PAGING_BLOCK_SIZE
)
if_iwm.c
2946
/* ensure IWM_BLOCK_2_EXP_SIZE is power of 2 of
IWM_PAGING_BLOCK_SIZE
*/
2947
CTASSERT(__BIT(IWM_BLOCK_2_EXP_SIZE) ==
IWM_PAGING_BLOCK_SIZE
);
2979
/* allocate block of
IWM_PAGING_BLOCK_SIZE
(32K) */
2983
IWM_PAGING_BLOCK_SIZE
, 4096);
2991
IWM_PAGING_BLOCK_SIZE
;
Completed in 64 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025