HomeSort by: relevance | last modified time | path
    Searched defs:tx_state (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc64/dev/
ldc.c 249 uint64_t tx_head, tx_tail, tx_state; local in function:ldc_send_vers
253 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
254 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) {
287 uint64_t tx_head, tx_tail, tx_state; local in function:ldc_send_ack
291 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
292 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) {
294 printf("ldc_send_ack() err %d tx_state %lu\n", err, (long unsigned int)tx_state);
325 uint64_t tx_head, tx_tail, tx_state; local in function:ldc_send_rts
329 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
363 uint64_t tx_head, tx_tail, tx_state; local in function:ldc_send_rtr
401 uint64_t tx_head, tx_tail, tx_state; local in function:ldc_send_rdx
439 uint64_t tx_head, tx_tail, tx_state; local in function:ldc_send_unreliable
    [all...]
vnet.c 341 uint64_t tx_head, tx_tail, tx_state; local in function:vnet_tx_intr
343 hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
344 if (tx_state != lc->lc_tx_state) {
345 switch (tx_state) {
356 lc->lc_tx_state = tx_state;
1130 uint64_t tx_head, tx_tail, tx_state; local in function:vnet_start
1162 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
vdsk.c 450 uint64_t tx_head, tx_tail, tx_state; local in function:vdsk_tx_intr
452 hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
453 if (tx_state != lc->lc_tx_state) {
454 switch (tx_state) {
465 lc->lc_tx_state = tx_state;

Completed in 29 milliseconds