Symbol: SFXGE_CPU_CACHE_SIZE
usr/src/uts/common/io/sfxge/sfxge.h
225
uint8_t __se_pad[SFXGE_CPU_CACHE_SIZE * 4];
usr/src/uts/common/io/sfxge/sfxge.h
240
uint8_t __se_pad[SFXGE_CPU_CACHE_SIZE];
usr/src/uts/common/io/sfxge/sfxge.h
246
uint8_t __se_pad[SFXGE_CPU_CACHE_SIZE * 4];
usr/src/uts/common/io/sfxge/sfxge.h
309
uint8_t __srp_pad[SFXGE_CPU_CACHE_SIZE];
usr/src/uts/common/io/sfxge/sfxge.h
322
uint8_t __srp_pad[SFXGE_CPU_CACHE_SIZE * 2];
usr/src/uts/common/io/sfxge/sfxge.h
422
uint8_t __sr_pad[SFXGE_CPU_CACHE_SIZE * 2];
usr/src/uts/common/io/sfxge/sfxge.h
439
uint8_t __sr_pad[SFXGE_CPU_CACHE_SIZE * 2];
usr/src/uts/common/io/sfxge/sfxge.h
449
uint8_t __sr_pad[SFXGE_CPU_CACHE_SIZE];
usr/src/uts/common/io/sfxge/sfxge.h
608
uint8_t __st_pad[SFXGE_CPU_CACHE_SIZE * 2];
usr/src/uts/common/io/sfxge/sfxge.h
614
uint8_t __st_pad[SFXGE_CPU_CACHE_SIZE];
usr/src/uts/common/io/sfxge/sfxge.h
635
uint8_t __st_pad[SFXGE_CPU_CACHE_SIZE * 3];
usr/src/uts/common/io/sfxge/sfxge.h
644
uint8_t __st_pad[SFXGE_CPU_CACHE_SIZE];
usr/src/uts/common/io/sfxge/sfxge_ev.c
1155
SFXGE_CPU_CACHE_SIZE, ctor, dtor, NULL, sp, NULL, 0);
usr/src/uts/common/io/sfxge/sfxge_rx.c
224
if ((srfppp->srfpp_putp = kmem_zalloc(SFXGE_CPU_CACHE_SIZE *
usr/src/uts/common/io/sfxge/sfxge_rx.c
233
off = id * SFXGE_CPU_CACHE_SIZE;
usr/src/uts/common/io/sfxge/sfxge_rx.c
2551
SFXGE_CPU_CACHE_SIZE, sfxge_rx_packet_ctor, sfxge_rx_packet_dtor,
usr/src/uts/common/io/sfxge/sfxge_rx.c
2559
SFXGE_CPU_CACHE_SIZE, sfxge_rx_qctor, sfxge_rx_qdtor, NULL, sp,
usr/src/uts/common/io/sfxge/sfxge_rx.c
2618
EFSYS_ASSERT3U(encp->enc_rx_buf_align_start, <=, SFXGE_CPU_CACHE_SIZE);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2640
SFXGE_CPU_CACHE_SIZE - (encp->enc_rx_prefix_size - 2);
usr/src/uts/common/io/sfxge/sfxge_rx.c
314
off = id * SFXGE_CPU_CACHE_SIZE;
usr/src/uts/common/io/sfxge/sfxge_rx.c
322
kmem_free(srfppp->srfpp_putp, SFXGE_CPU_CACHE_SIZE *
usr/src/uts/common/io/sfxge/sfxge_rx.c
366
off = id * SFXGE_CPU_CACHE_SIZE;
usr/src/uts/common/io/sfxge/sfxge_rx.c
401
off = id * SFXGE_CPU_CACHE_SIZE;
usr/src/uts/common/io/sfxge/sfxge_rx.c
79
SFXGE_CPU_CACHE_SIZE, /* dma_attr_align */
usr/src/uts/common/io/sfxge/sfxge_tx.c
2614
SFXGE_CPU_CACHE_SIZE, sfxge_tx_packet_ctor, sfxge_tx_packet_dtor,
usr/src/uts/common/io/sfxge/sfxge_tx.c
2622
SFXGE_CPU_CACHE_SIZE, sfxge_tx_buffer_ctor, sfxge_tx_buffer_dtor,
usr/src/uts/common/io/sfxge/sfxge_tx.c
2630
SFXGE_CPU_CACHE_SIZE, sfxge_tx_mapping_ctor, sfxge_tx_mapping_dtor,
usr/src/uts/common/io/sfxge/sfxge_tx.c
2638
SFXGE_CPU_CACHE_SIZE, sfxge_tx_qctor, sfxge_tx_qdtor, NULL, sp,