Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge.h59 #define SFXGE_CPU_CACHE_SIZE 64 macro
225 uint8_t __se_pad[SFXGE_CPU_CACHE_SIZE * 4];
240 uint8_t __se_pad[SFXGE_CPU_CACHE_SIZE];
246 uint8_t __se_pad[SFXGE_CPU_CACHE_SIZE * 4];
309 uint8_t __srp_pad[SFXGE_CPU_CACHE_SIZE];
322 uint8_t __srp_pad[SFXGE_CPU_CACHE_SIZE * 2];
422 uint8_t __sr_pad[SFXGE_CPU_CACHE_SIZE * 2];
439 uint8_t __sr_pad[SFXGE_CPU_CACHE_SIZE * 2];
449 uint8_t __sr_pad[SFXGE_CPU_CACHE_SIZE];
608 uint8_t __st_pad[SFXGE_CPU_CACHE_SIZE * 2];
[all …]
H A Dsfxge_rx.c79 SFXGE_CPU_CACHE_SIZE, /* dma_attr_align */
224 if ((srfppp->srfpp_putp = kmem_zalloc(SFXGE_CPU_CACHE_SIZE * in sfxge_rx_qctor()
233 off = id * SFXGE_CPU_CACHE_SIZE; in sfxge_rx_qctor()
314 off = id * SFXGE_CPU_CACHE_SIZE; in sfxge_rx_qdtor()
322 kmem_free(srfppp->srfpp_putp, SFXGE_CPU_CACHE_SIZE * in sfxge_rx_qdtor()
366 off = id * SFXGE_CPU_CACHE_SIZE; in sfxge_rx_qfpp_put()
401 off = id * SFXGE_CPU_CACHE_SIZE; in sfxge_rx_qfpp_swizzle()
2551 SFXGE_CPU_CACHE_SIZE, sfxge_rx_packet_ctor, sfxge_rx_packet_dtor, in sfxge_rx_init()
2559 SFXGE_CPU_CACHE_SIZE, sfxge_rx_qctor, sfxge_rx_qdtor, NULL, sp, in sfxge_rx_init()
2618 EFSYS_ASSERT3U(encp->enc_rx_buf_align_start, <=, SFXGE_CPU_CACHE_SIZE); in sfxge_rx_start()
[all …]
H A Dsfxge_tx.c2614 SFXGE_CPU_CACHE_SIZE, sfxge_tx_packet_ctor, sfxge_tx_packet_dtor, in sfxge_tx_init()
2622 SFXGE_CPU_CACHE_SIZE, sfxge_tx_buffer_ctor, sfxge_tx_buffer_dtor, in sfxge_tx_init()
2630 SFXGE_CPU_CACHE_SIZE, sfxge_tx_mapping_ctor, sfxge_tx_mapping_dtor, in sfxge_tx_init()
2638 SFXGE_CPU_CACHE_SIZE, sfxge_tx_qctor, sfxge_tx_qdtor, NULL, sp, in sfxge_tx_init()
H A Dsfxge_ev.c1155 SFXGE_CPU_CACHE_SIZE, ctor, dtor, NULL, sp, NULL, 0); in sfxge_ev_kmem_cache_create()