/src/sys/dev/ic/ |
elinkxlvar.h | 58 struct ex_rxdesc *rx_head; 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) 405 if (rx_head == rx_tail) { 424 if (rx_head == rx_tail) 429 lp = (struct ldc_pkt *)(uintptr_t)(lc->lc_rxq->lq_va + rx_head); 452 rx_head += sizeof(*lp); 453 rx_head &= ((lc->lc_rxq->lq_nentries * sizeof(*lp)) - 1); 454 err = hv_ldc_rx_set_qhead(lc->lc_id, rx_head);
|
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); 512 if (rx_head == rx_tail) 515 lp = (struct ldc_pkt *)(uintptr_t)(lc->lc_rxq->lq_va + rx_head); 535 rx_head += sizeof(*lp); 536 rx_head &= ((lc->lc_rxq->lq_nentries * sizeof(*lp)) - 1); 537 err = hv_ldc_rx_set_qhead(lc->lc_id, rx_head);
|
/src/sys/dev/pci/cxgb/ |
cxgb_adapter.h | 201 struct mbuf *rx_head; /* offload packet receive queue head */ member in struct:sge_rspq
|