HomeSort by: relevance | last modified time | path
    Searched refs:tx_head (Results 1 - 5 of 5) 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);
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);
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
367 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
401 uint64_t tx_head, tx_tail, tx_state; local in function:ldc_send_rdx
405 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state)
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);
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);
1169 if (tx_tail == tx_head) {
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);
  /src/sys/dev/ic/
elinkxlvar.h 61 struct ex_txdesc *tx_head; member in struct:ex_softc
elinkxl.c 853 if (sc->tx_head) {
858 DPD_DMADDR(sc, sc->tx_head));
1028 if (sc->tx_head || sc->tx_free == NULL)
1188 if (sc->tx_head != NULL) {
1201 sc->tx_tail = sc->tx_head = txp;
1210 if (sc->tx_head) {
1219 DPD_DMADDR(sc, sc->tx_head));
1295 for (txp = sc->tx_head; txp != NULL;
1318 sc->tx_ftail->tx_next = sc->tx_head;
1321 sc->tx_ftail = sc->tx_free = sc->tx_head;
    [all...]

Completed in 17 milliseconds