Home
last modified time | relevance | path

Searched refs:xge_os_snprintf (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c289 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_max", index); in xge_ring_config()
295 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_initial", index); in xge_ring_config()
320 (void) xge_os_snprintf(msg, MSG_SIZE, in xge_ring_config()
334 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_priority", index); in xge_ring_config()
346 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_ufc_a", index); in xge_ring_config()
358 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_ufc_b", index); in xge_ring_config()
372 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_ufc_c", index); in xge_ring_config()
380 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_ufc_d", index); in xge_ring_config()
436 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_max", index); in xge_fifo_config()
441 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_initial", index); in xge_fifo_config()
[all …]
H A Dxge_osdep.h122 #define xge_os_snprintf snprintf macro
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmtaux.c31 retsize = xge_os_snprintf(retbuf, bufsize, fmt, key, \
100 *retsize = xge_os_snprintf(retbuf, bufsize, "0x%04X%c0x%08X%08X\n", in xge_hal_aux_bar0_read()
138 *retsize = xge_os_snprintf(retbuf, bufsize, "0x%04X%c0x%08X%08X\n", in xge_hal_aux_bar1_read()
959 (void) xge_os_snprintf(key, sizeof(key), "ring%d_", channel->post_qid); in xge_hal_aux_stats_hal_read()
1109 (void) xge_os_snprintf(buf, sizeof(buf), "rxd_t_code_%d", t_code); in xge_hal_aux_stats_sw_dev_read()
1114 (void) xge_os_snprintf(buf, sizeof(buf), "txd_t_code_%d", t_code); in xge_hal_aux_stats_sw_dev_read()
1234 (void) xge_os_snprintf(key, sizeof(key), "%03x:", 4*i + 0x68); in xge_hal_aux_pci_config_read()
1618 (void) xge_os_snprintf(key, sizeof(key), "ring%d_", i); in xge_hal_aux_device_config_read()
1718 (void) xge_os_snprintf(key, sizeof(key), "fifo%d_", i); in xge_hal_aux_device_config_read()
1740 (void) xge_os_snprintf(key, sizeof(key), "fifo%d_tti%02d_", i, in xge_hal_aux_device_config_read()
[all …]
H A Dxgehal-driver.c97 xge_os_snprintf((retbuf + retbuf_off), (bufsize - retbuf_off), in xge_hal_driver_tracebuf_read()
108 xge_os_snprintf((retbuf + retbuf_off), (bufsize - retbuf_off), in xge_hal_driver_tracebuf_read()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-os-pal.h106 xge_os_snprintf(tb->msg + msgsize, \