/src/sys/arch/sparc64/dev/ |
vnet.c | 367 uint64_t rx_head, rx_tail, rx_state; local in function:vnet_rx_intr 371 err = hv_ldc_rx_get_state(lc->lc_id, &rx_head, &rx_tail, &rx_state); 381 if (rx_state != lc->lc_rx_state) { 382 switch (rx_state) { 416 DPRINTF(("%s: unhandled rx_state %" PRIx64 "\n", __func__, rx_state)); 419 lc->lc_rx_state = rx_state;
|
vdsk.c | 476 uint64_t rx_head, rx_tail, rx_state; local in function:vdsk_rx_intr 480 err = hv_ldc_rx_get_state(lc->lc_id, &rx_head, &rx_tail, &rx_state); 490 if (rx_state != lc->lc_rx_state) { 494 switch (rx_state) { 507 lc->lc_rx_state = rx_state;
|