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); 259 lp = (struct ldc_pkt *)(uintptr_t)(lc->lc_txq->lq_va + tx_tail); 268 tx_tail += sizeof(*lp); 269 tx_tail &= ((lc->lc_txq->lq_nentries * sizeof(*lp)) - 1); 270 err = hv_ldc_tx_set_qtail(lc->lc_id, tx_tail); 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); 298 lp = (struct ldc_pkt *)(uintptr_t)(lc->lc_txq->lq_va + tx_tail); 306 tx_tail += sizeof(*lp) 325 uint64_t tx_head, tx_tail, tx_state; local in function:ldc_send_rts 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...] |