Home
last modified time | relevance | path

Searched refs:MB_KERNEL_CTX_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/scsi/bnx2i/
Dbnx2i.h105 #define MB_KERNEL_CTX_SIZE (1 << MB_KERNEL_CTX_SHIFT) macro
Dbnx2i_hwi.c2728 reg_off = CTX_OFFSET + MAX_CID_CNT * MB_KERNEL_CTX_SIZE in bnx2i_map_ep_dbell_regs()
2732 reg_off = CTX_OFFSET + (MB_KERNEL_CTX_SIZE * cid_num); in bnx2i_map_ep_dbell_regs()
2735 reg_off = CTX_OFFSET + (MB_KERNEL_CTX_SIZE * cid_num); in bnx2i_map_ep_dbell_regs()
2738 MB_KERNEL_CTX_SIZE); in bnx2i_map_ep_dbell_regs()
/linux-6.12.1/drivers/net/ethernet/broadcom/
Dbnx2.h6598 #define MB_KERNEL_CTX_SIZE (1 << MB_KERNEL_CTX_SHIFT) macro
6599 #define MB_KERNEL_CTX_MASK (MB_KERNEL_CTX_SIZE - 1)
Dbnx2.c4956 val = 0x10000 + (MAX_CID_CNT * MB_KERNEL_CTX_SIZE); in bnx2_init_chip()