Home
last modified time | relevance | path

Searched refs:rxr_size (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlxgbe/
H A Dql_ioctl.c526 hdr->rxr_size = sizeof(q80_recv_desc_t) * NUM_RX_DESCRIPTORS; in ql_capture_drvr_state()
531 bcopy(ha->hw.dma_buf.rds_ring[i].dma_b, ptr, hdr->rxr_size); in ql_capture_drvr_state()
532 ptr += hdr->rxr_size; in ql_capture_drvr_state()
535 size = hdr->rxr_size * hdr->num_rx_rings; in ql_capture_drvr_state()
H A Dql_ioctl.h159 uint32_t rxr_size; /* size of each rx ring in bytes */ member