Lines Matching refs:msg

274 	char msg[MSG_SIZE];  in xge_ring_config()  local
276 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_configured", index); in xge_ring_config()
279 msg, index < XGELL_RX_RING_NUM_MAX ? 1 : 0); in xge_ring_config()
289 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_max", index); in xge_ring_config()
292 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
295 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_initial", index); in xge_ring_config()
298 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
308 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_buffer_mode", index); in xge_ring_config()
311 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
314 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_dram_size_mb", index); in xge_ring_config()
317 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
320 (void) xge_os_snprintf(msg, MSG_SIZE, in xge_ring_config()
324 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
327 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_max_frm_len", index); in xge_ring_config()
330 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
334 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_priority", index); in xge_ring_config()
337 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
340 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_urange_a", index); in xge_ring_config()
343 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
346 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_ufc_a", index); in xge_ring_config()
349 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
352 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_urange_b", index); in xge_ring_config()
355 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
358 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_ufc_b", index); in xge_ring_config()
361 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
366 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_urange_c", index); in xge_ring_config()
369 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
372 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_ufc_c", index); in xge_ring_config()
375 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
380 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_ufc_d", index); in xge_ring_config()
383 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
386 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_timer_val", index); in xge_ring_config()
389 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
392 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_timer_ac_en", index); in xge_ring_config()
395 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
398 (void) xge_os_snprintf(msg, MSG_SIZE, "ring%d_indicate_max_pkts", in xge_ring_config()
402 dev_info, DDI_PROP_DONTPASS, msg, in xge_ring_config()
421 char msg[MSG_SIZE]; in xge_fifo_config() local
423 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_configured", index); in xge_fifo_config()
426 msg, index < XGELL_TX_RING_NUM_MAX ? 1 : 0); in xge_fifo_config()
436 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_max", index); in xge_fifo_config()
438 dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
441 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_initial", index); in xge_fifo_config()
443 ddi_prop_get_int(DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
468 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_intr", index); in xge_fifo_config()
470 dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
476 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_tti_enable", index); in xge_fifo_config()
478 DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, 1); in xge_fifo_config()
480 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_tti_urange_a", index); in xge_fifo_config()
482 DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
485 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_tti_ufc_a", index); in xge_fifo_config()
487 DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
490 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_tti_urange_b", index); in xge_fifo_config()
492 DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
495 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_tti_ufc_b", index); in xge_fifo_config()
497 DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
500 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_tti_urange_c", index); in xge_fifo_config()
502 DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
505 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_tti_ufc_c", index); in xge_fifo_config()
507 DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
510 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_tti_ufc_d", index); in xge_fifo_config()
512 DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
515 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_timer_ac_en", index); in xge_fifo_config()
517 ddi_prop_get_int(DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
520 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_tti_timer_val", index); in xge_fifo_config()
522 ddi_prop_get_int(DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()
525 (void) xge_os_snprintf(msg, MSG_SIZE, "fifo%d_tti_timer_ci_en", index); in xge_fifo_config()
527 ddi_prop_get_int(DDI_DEV_T_ANY, dev_info, DDI_PROP_DONTPASS, msg, in xge_fifo_config()