Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_ioctl.c513 hdr->txr_offset = hdr->sds_state_offset + QL_ALIGN(size, 64); in ql_capture_drvr_state()
514 ptr = state_buffer + hdr->txr_offset; in ql_capture_drvr_state()
523 hdr->rxr_offset = hdr->txr_offset + QL_ALIGN(size, 64); in ql_capture_drvr_state()
H A Dql_ioctl.h156 uint32_t txr_offset; /* start of tx ring [0 - #rings] content */ member