Searched refs:PORTID (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | ds_common.c | 253 PORTID(port), __func__, ds_errno_to_str(rv, ebuf)); in ds_update_ldc_state() 265 DS_DBG_LDC(CE_NOTE, "ds@%lx: %s: entered" DS_EOL, PORTID(port), in ds_handle_down_reset_events() 286 DS_DBG_LDC(CE_NOTE, "ds@%lx: %s: exit" DS_EOL, PORTID(port), __func__); in ds_handle_down_reset_events() 294 DS_DBG_LDC(CE_NOTE, "ds@%lx: %s: entered" DS_EOL, PORTID(port), in ds_handle_up_event() 310 DS_DBG_LDC(CE_NOTE, "ds@%lx: %s: exit" DS_EOL, PORTID(port), __func__); in ds_handle_up_event() 320 PORTID(port), __func__, decode_ldc_events(event, evstring), in ds_ldc_cb() 325 DS_EOL, PORTID(port), __func__); in ds_ldc_cb() 341 "port not up" DS_EOL, PORTID(port), __func__); in ds_ldc_cb() 347 " event", PORTID(port)); in ds_ldc_cb() 353 "not supported" DS_EOL, PORTID(port), __func__); in ds_ldc_cb() [all …]
|
H A D | ds_drv.c | 454 PORTID(port), __func__, ds_errno_to_str(rv, ebuf)); in ds_sys_ldc_init() 463 PORTID(port), __func__, port->ldc.state); in ds_sys_ldc_init()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | ds_impl.h | 203 #define PORTID(port) ((ulong_t)((port)->id)) macro
|