Searched refs:tx_state (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/arch/sparc64/dev/ |
| D | ldc.c | 249 uint64_t tx_head, tx_tail, tx_state; in ldc_send_vers() local 253 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_vers() 254 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_vers() 287 uint64_t tx_head, tx_tail, tx_state; in ldc_send_ack() local 291 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_ack() 292 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_ack() 294 … printf("ldc_send_ack() err %d tx_state %lu\n", err, (long unsigned int)tx_state); in ldc_send_ack() 325 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rts() local 329 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in ldc_send_rts() 330 if (err != H_EOK || tx_state != LDC_CHANNEL_UP) { in ldc_send_rts() [all …]
|
| D | vnet.c | 341 uint64_t tx_head, tx_tail, tx_state; in vnet_tx_intr() local 343 hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vnet_tx_intr() 344 if (tx_state != lc->lc_tx_state) { in vnet_tx_intr() 345 switch (tx_state) { in vnet_tx_intr() 356 lc->lc_tx_state = tx_state; in vnet_tx_intr() 1130 uint64_t tx_head, tx_tail, tx_state; in vnet_start() local 1162 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vnet_start()
|
| D | vdsk.c | 442 uint64_t tx_head, tx_tail, tx_state; in vdsk_tx_intr() local 444 hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state); in vdsk_tx_intr() 445 if (tx_state != lc->lc_tx_state) { in vdsk_tx_intr() 446 switch (tx_state) { in vdsk_tx_intr() 457 lc->lc_tx_state = tx_state; in vdsk_tx_intr()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | txg_impl.h | 90 typedef struct tx_state { struct
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | extend.texi | 20902 unsigned char tx_state = _HTM_STATE (__builtin_ttest ()); 20904 if (tx_state == _HTM_TRANSACTIONAL) 20908 else if (tx_state == _HTM_NONTRANSACTIONAL) 20912 else if (tx_state == _HTM_SUSPENDED)
|
| D | gcc.info | 53171 unsigned char tx_state = _HTM_STATE (__builtin_ttest ()); 53173 if (tx_state == _HTM_TRANSACTIONAL) 53177 else if (tx_state == _HTM_NONTRANSACTIONAL) 53181 else if (tx_state == _HTM_SUSPENDED)
|