/src/sys/dev/ic/ |
elinkxlvar.h | 59 struct ex_rxdesc *rx_tail; member in struct:ex_softc
|
/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); 387 if (rx_head == rx_tail) 390 DPRINTF(("setting rx qhead to %" PRId64 "\n", rx_tail)); 391 err = hv_ldc_rx_set_qhead(lc->lc_id, rx_tail); 405 if (rx_head == rx_tail) { 409 DPRINTF(("setting rx qhead to %" PRId64 "\n", rx_tail)); 410 err = hv_ldc_rx_set_qhead(lc->lc_id, rx_tail); 424 if (rx_head == rx_tail)
|
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); 508 hv_ldc_rx_set_qhead(lc->lc_id, rx_tail); 512 if (rx_head == rx_tail)
|
/src/sys/dev/pci/cxgb/ |
cxgb_adapter.h | 202 struct mbuf *rx_tail; /* offload packet receive queue tail */ member in struct:sge_rspq
|